summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/cpsw9g-eth-fw
diff options
context:
space:
mode:
authorSanthana Bharathi <santa@ti.com>2019-09-20 14:41:52 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-09-21 01:05:03 +0000
commit3c3d65fdb88829d368a3ac98783bf401f8f6011e (patch)
tree333edcce1173d0b48b5a6c428fd0672e4d53ecba /recipes-bsp/cpsw9g-eth-fw
parenta0a5d6d906f61d93a88b6d792ca31025ac8e3063 (diff)
downloadmeta-ti-3c3d65fdb88829d368a3ac98783bf401f8f6011e.tar.gz
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 <santa@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/cpsw9g-eth-fw')
-rw-r--r--recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb4
1 files 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
11 11
12PROTOCOL = "git" 12PROTOCOL = "git"
13BRANCH = "master" 13BRANCH = "master"
14SRCREV = "df7f399319ee401dfbda9317878128a0f718507f" 14SRCREV = "7f3af9b0b4c04edcb68c49cb64fcf0d65a860457"
15 15
16SRC_URI = "git://git.ti.com/glsdk/ti-eth-fw.git;protocol=${PROTOCOL};branch=${BRANCH}" 16SRC_URI = "git://git.ti.com/glsdk/ti-eth-fw.git;protocol=${PROTOCOL};branch=${BRANCH}"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20CPSW9G_FW_DIR = "${S}/ethfw" 20CPSW9G_FW_DIR = "${S}/ethfw"
21CPSW9G_FW_FILENAME = "app_remoteswitchcfg_server.xer5f" 21CPSW9G_FW_FILENAME = "app_remoteswitchcfg_server_pdk_mem_map_strip.xer5f"
22 22
23# make sure that lib/firmware, and all its contents are part of the package 23# make sure that lib/firmware, and all its contents are part of the package
24FILES_${PN} += "${base_libdir}/firmware" 24FILES_${PN} += "${base_libdir}/firmware"