summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/ti-eth-fw
diff options
context:
space:
mode:
authorChirag Shilwant <c-shilwant@ti.com>2023-09-11 14:20:48 +0530
committerRyan Eatmon <reatmon@ti.com>2023-10-27 13:43:48 -0500
commit9e3727d4b2fcbe771b0a3567d17e914d3fd1a66b (patch)
treec76d6494ac1b230a7b7d8c42de6a3b42930fe20b /meta-ti-bsp/recipes-bsp/ti-eth-fw
parent73022e544ea69782d1a3bc94838289488c7f51d6 (diff)
downloadmeta-ti-9e3727d4b2fcbe771b0a3567d17e914d3fd1a66b.tar.gz
meta-ti-bsp: Add Support for am62pxx-evm
- Add A53 and R5 machine configurations for am62pxx-evm. - Add firmware overrides. - Add u-boot overrides. - Add cnm-wave support. Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Brandon Brnich <b-brnich@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/ti-eth-fw')
-rw-r--r--meta-ti-bsp/recipes-bsp/ti-eth-fw/ti-eth-fw.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-bsp/ti-eth-fw/ti-eth-fw.bb b/meta-ti-bsp/recipes-bsp/ti-eth-fw/ti-eth-fw.bb
index e1d442d3..b343d268 100644
--- a/meta-ti-bsp/recipes-bsp/ti-eth-fw/ti-eth-fw.bb
+++ b/meta-ti-bsp/recipes-bsp/ti-eth-fw/ti-eth-fw.bb
@@ -30,6 +30,7 @@ PLAT_SFX:j784s4 = "j784s4"
30PLAT_SFX:am65xx = "am65xx" 30PLAT_SFX:am65xx = "am65xx"
31PLAT_SFX:am64xx = "am64xx" 31PLAT_SFX:am64xx = "am64xx"
32PLAT_SFX:am62xx = "am62xx" 32PLAT_SFX:am62xx = "am62xx"
33PLAT_SFX:am62pxx = "am62pxx"
33PLAT_SFX:am62axx = "am62axx" 34PLAT_SFX:am62axx = "am62axx"
34 35
35ETH_FW_DIR = "ti-eth/${PLAT_SFX}" 36ETH_FW_DIR = "ti-eth/${PLAT_SFX}"
@@ -46,6 +47,7 @@ ETH_FW_LIST:j784s4 = "${ETH_FW}"
46ETH_FW_LIST:am65xx = "" 47ETH_FW_LIST:am65xx = ""
47ETH_FW_LIST:am64xx = "" 48ETH_FW_LIST:am64xx = ""
48ETH_FW_LIST:am62xx = "" 49ETH_FW_LIST:am62xx = ""
50ETH_FW_LIST:am62pxx = ""
49ETH_FW_LIST:am62axx = "" 51ETH_FW_LIST:am62axx = ""
50 52
51do_install() { 53do_install() {