summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-01-05 13:28:08 +0530
committerRyan Eatmon <reatmon@ti.com>2024-01-10 08:43:14 -0600
commitaaed80b6950f3b354991e21402d30ef48f6e939e (patch)
treee8ab62677dd47322ce797e9059efffa5d54878c0 /meta-ti-bsp/recipes-bsp/u-boot
parent0fdb49acb650956b80615296c286df5e1947ccb1 (diff)
downloadmeta-ti-aaed80b6950f3b354991e21402d30ef48f6e939e.tar.gz
meta-ti-bsp: Add Support for j722s-evm
- Add A53 and R5 machine configurations for j722s-evm. - Add firmware overrides. - Add u-boot overrides. - Add cnm-wave support. Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> 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/u-boot')
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index 0ff9cad1..ef3ebc70 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -40,6 +40,7 @@ PLAT_SFX:j721e = "j721e"
40PLAT_SFX:j7200 = "j7200" 40PLAT_SFX:j7200 = "j7200"
41PLAT_SFX:j721s2 = "j721s2" 41PLAT_SFX:j721s2 = "j721s2"
42PLAT_SFX:j784s4 = "j784s4" 42PLAT_SFX:j784s4 = "j784s4"
43PLAT_SFX:j722s = "j722s"
43PLAT_SFX:am65xx = "am65xx" 44PLAT_SFX:am65xx = "am65xx"
44PLAT_SFX:am64xx = "am64xx" 45PLAT_SFX:am64xx = "am64xx"
45PLAT_SFX:am62xx = "am62xx" 46PLAT_SFX:am62xx = "am62xx"
@@ -55,6 +56,7 @@ PACKAGECONFIG:append:j721e = " dm"
55PACKAGECONFIG:append:j7200 = " dm" 56PACKAGECONFIG:append:j7200 = " dm"
56PACKAGECONFIG:append:j721s2 = " dm" 57PACKAGECONFIG:append:j721s2 = " dm"
57PACKAGECONFIG:append:j784s4 = " dm" 58PACKAGECONFIG:append:j784s4 = " dm"
59PACKAGECONFIG:append:j722s = " dm"
58PACKAGECONFIG:append:am62xx = " dm" 60PACKAGECONFIG:append:am62xx = " dm"
59PACKAGECONFIG:append:am62axx = " dm" 61PACKAGECONFIG:append:am62axx = " dm"
60PACKAGECONFIG:append:am62pxx = " dm" 62PACKAGECONFIG:append:am62pxx = " dm"