diff options
author | Aniket Limaye <a-limaye@ti.com> | 2024-07-18 13:25:25 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-07-19 11:15:51 -0500 |
commit | 437fbea1146675cdf76c321e9b5a41b5b800b7e8 (patch) | |
tree | 3f64e8cab779b5a780f1854be3c7ada0edcda939 /meta-ti-bsp/recipes-bsp/ti-eth-fw | |
parent | 03835ac8216a2043a212190e37d03bdb46d404e8 (diff) | |
download | meta-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.bb | 2 |
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" | |||
25 | PLAT_SFX:j721s2 = "j721s2" | 25 | PLAT_SFX:j721s2 = "j721s2" |
26 | PLAT_SFX:j784s4 = "j784s4" | 26 | PLAT_SFX:j784s4 = "j784s4" |
27 | PLAT_SFX:j722s = "j722s" | 27 | PLAT_SFX:j722s = "j722s" |
28 | PLAT_SFX:j742s2 = "j742s2" | ||
28 | PLAT_SFX:am65xx = "am65xx" | 29 | PLAT_SFX:am65xx = "am65xx" |
29 | PLAT_SFX:am64xx = "am64xx" | 30 | PLAT_SFX:am64xx = "am64xx" |
30 | PLAT_SFX:am62xx = "am62xx" | 31 | PLAT_SFX:am62xx = "am62xx" |
@@ -43,6 +44,7 @@ ETH_FW_LIST:j7200 = "${ETH_FW}" | |||
43 | ETH_FW_LIST:j721s2 = "" | 44 | ETH_FW_LIST:j721s2 = "" |
44 | ETH_FW_LIST:j784s4 = "${ETH_FW}" | 45 | ETH_FW_LIST:j784s4 = "${ETH_FW}" |
45 | ETH_FW_LIST:j722s = "" | 46 | ETH_FW_LIST:j722s = "" |
47 | ETH_FW_LIST:j742s2 = "" | ||
46 | ETH_FW_LIST:am65xx = "" | 48 | ETH_FW_LIST:am65xx = "" |
47 | ETH_FW_LIST:am64xx = "" | 49 | ETH_FW_LIST:am64xx = "" |
48 | ETH_FW_LIST:am62xx = "" | 50 | ETH_FW_LIST:am62xx = "" |