From 3c3d65fdb88829d368a3ac98783bf401f8f6011e Mon Sep 17 00:00:00 2001 From: Santhana Bharathi Date: Fri, 20 Sep 2019 14:41:52 +0000 Subject: [PATCH] cpsw9g-eth-fw: update ethernet firmware * Updated the ethernet Fw to use PDK memory map so that it can run along with IPC apps in CoreSDK. * Added stripped version of the firmware Signed-off-by: Santhana Bharathi Signed-off-by: Denys Dmytriyenko --- recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb b/recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb index 0c86488d..763e38f0 100644 --- a/recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb +++ b/recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb @@ -11,14 +11,14 @@ inherit update-alternatives PROTOCOL = "git" BRANCH = "master" -SRCREV = "df7f399319ee401dfbda9317878128a0f718507f" +SRCREV = "7f3af9b0b4c04edcb68c49cb64fcf0d65a860457" SRC_URI = "git://git.ti.com/glsdk/ti-eth-fw.git;protocol=${PROTOCOL};branch=${BRANCH}" S = "${WORKDIR}/git" CPSW9G_FW_DIR = "${S}/ethfw" -CPSW9G_FW_FILENAME = "app_remoteswitchcfg_server.xer5f" +CPSW9G_FW_FILENAME = "app_remoteswitchcfg_server_pdk_mem_map_strip.xer5f" # make sure that lib/firmware, and all its contents are part of the package FILES_${PN} += "${base_libdir}/firmware"