summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/ti-eth-fw
diff options
context:
space:
mode:
authorAniket Limaye <a-limaye@ti.com>2024-07-18 13:25:25 +0530
committerRyan Eatmon <reatmon@ti.com>2024-07-19 11:15:51 -0500
commit437fbea1146675cdf76c321e9b5a41b5b800b7e8 (patch)
tree3f64e8cab779b5a780f1854be3c7ada0edcda939 /meta-ti-bsp/recipes-bsp/ti-eth-fw
parent03835ac8216a2043a212190e37d03bdb46d404e8 (diff)
downloadmeta-ti-437fbea1146675cdf76c321e9b5a41b5b800b7e8.tar.gz
meta-ti-bsp: Add support for j742s2-evm
- Add A72 and R5 machine configurations for j742s2-evm - Add firmware overrides. - Add u-boot overrides. Signed-off-by: Aniket Limaye <a-limaye@ti.com> Signed-off-by: Ryan Eatmon <reatmon@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 6bcc824b..cf9566dc 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
@@ -25,6 +25,7 @@ PLAT_SFX:j7200 = "j7200"
25PLAT_SFX:j721s2 = "j721s2" 25PLAT_SFX:j721s2 = "j721s2"
26PLAT_SFX:j784s4 = "j784s4" 26PLAT_SFX:j784s4 = "j784s4"
27PLAT_SFX:j722s = "j722s" 27PLAT_SFX:j722s = "j722s"
28PLAT_SFX:j742s2 = "j742s2"
28PLAT_SFX:am65xx = "am65xx" 29PLAT_SFX:am65xx = "am65xx"
29PLAT_SFX:am64xx = "am64xx" 30PLAT_SFX:am64xx = "am64xx"
30PLAT_SFX:am62xx = "am62xx" 31PLAT_SFX:am62xx = "am62xx"
@@ -43,6 +44,7 @@ ETH_FW_LIST:j7200 = "${ETH_FW}"
43ETH_FW_LIST:j721s2 = "" 44ETH_FW_LIST:j721s2 = ""
44ETH_FW_LIST:j784s4 = "${ETH_FW}" 45ETH_FW_LIST:j784s4 = "${ETH_FW}"
45ETH_FW_LIST:j722s = "" 46ETH_FW_LIST:j722s = ""
47ETH_FW_LIST:j742s2 = ""
46ETH_FW_LIST:am65xx = "" 48ETH_FW_LIST:am65xx = ""
47ETH_FW_LIST:am64xx = "" 49ETH_FW_LIST:am64xx = ""
48ETH_FW_LIST:am62xx = "" 50ETH_FW_LIST:am62xx = ""