summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAniket Limaye <a-limaye@ti.com>2024-03-14 21:12:40 +0530
committerRyan Eatmon <reatmon@ti.com>2024-04-19 10:13:48 -0500
commitf4b8a429142a97364f171d5b894e7adb846a202b (patch)
tree7d5a7ea50058868d6931efed18c39dce071235e2
parent546da0ea24b2697ab466cb8e37baaabe76239ad9 (diff)
downloadmeta-ti-f4b8a429142a97364f171d5b894e7adb846a202b.tar.gz
conf: machine: j721s2/j784s4: Add support for HS-SE variants
ti-u-boot [1][2] already supports building the HS-SE variants of these platforms. Add support in the machine confs to package them in the built wic images. [1]: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/arch/arm/dts/k3-j721s2-binman.dtsi?h=ti-u-boot-2023.04 [2]: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/arch/arm/dts/k3-j784s4-binman.dtsi?h=ti-u-boot-2023.04 Signed-off-by: Aniket Limaye <a-limaye@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/include/j721s2.inc3
-rw-r--r--meta-ti-bsp/conf/machine/include/j784s4.inc3
2 files changed, 6 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j721s2.inc b/meta-ti-bsp/conf/machine/include/j721s2.inc
index 4b63694c..5289ec5a 100644
--- a/meta-ti-bsp/conf/machine/include/j721s2.inc
+++ b/meta-ti-bsp/conf/machine/include/j721s2.inc
@@ -12,6 +12,9 @@ IMAGE_BOOT_FILES += "tiboot3-j721s2-gp-evm.bin"
12# Since default tiboot3.bin on J721S2 is for GP, add a version for SR1.0 HS-FS 12# Since default tiboot3.bin on J721S2 is for GP, add a version for SR1.0 HS-FS
13IMAGE_BOOT_FILES += "tiboot3-j721s2-hs-fs-evm.bin" 13IMAGE_BOOT_FILES += "tiboot3-j721s2-hs-fs-evm.bin"
14 14
15# Since default tiboot3.bin on J721S2 is for GP, add a version for SR1.0 HS-SE
16IMAGE_BOOT_FILES += "tiboot3-j721s2-hs-evm.bin"
17
15TFA_BOARD = "generic" 18TFA_BOARD = "generic"
16 19
17OPTEEMACHINE = "k3-j784s4" 20OPTEEMACHINE = "k3-j784s4"
diff --git a/meta-ti-bsp/conf/machine/include/j784s4.inc b/meta-ti-bsp/conf/machine/include/j784s4.inc
index 559877e0..92062cdf 100644
--- a/meta-ti-bsp/conf/machine/include/j784s4.inc
+++ b/meta-ti-bsp/conf/machine/include/j784s4.inc
@@ -12,6 +12,9 @@ IMAGE_BOOT_FILES += "tiboot3-j784s4-gp-evm.bin"
12# Since default tiboot3.bin on J784S4 is for GP, add a version for SR1.0 HS-FS 12# Since default tiboot3.bin on J784S4 is for GP, add a version for SR1.0 HS-FS
13IMAGE_BOOT_FILES += "tiboot3-j784s4-hs-fs-evm.bin" 13IMAGE_BOOT_FILES += "tiboot3-j784s4-hs-fs-evm.bin"
14 14
15# Since default tiboot3.bin on J784S4 is for GP, add a version for SR1.0 HS-SE
16IMAGE_BOOT_FILES += "tiboot3-j784s4-hs-evm.bin"
17
15TFA_BOARD = "j784s4" 18TFA_BOARD = "j784s4"
16 19
17OPTEEMACHINE = "k3-j784s4" 20OPTEEMACHINE = "k3-j784s4"