summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAniket Limaye <a-limaye@ti.com>2024-03-14 20:58:55 +0530
committerRyan Eatmon <reatmon@ti.com>2024-03-15 10:45:51 -0500
commit28414fd38b8902cdeb20c43768db776e4d29c16b (patch)
treea9e2b489244405217fd7ffaa90a4d75269d9b2b7
parent04422f572b881d5d23db1f6569f4cea7a4c41d88 (diff)
downloadmeta-ti-28414fd38b8902cdeb20c43768db776e4d29c16b.tar.gz
conf: machine: j7200: Add support for HSSE1.0 and HSFS1.0
Latest ti-u-boot will be supporting HSSE1.0 and HSFS1.0 versions of the j7200 soc through the binman dts nodes. Add support in yocto to package the created binaries in the wic images. 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/j7200.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j7200.inc b/meta-ti-bsp/conf/machine/include/j7200.inc
index 66a07da8..caa79876 100644
--- a/meta-ti-bsp/conf/machine/include/j7200.inc
+++ b/meta-ti-bsp/conf/machine/include/j7200.inc
@@ -4,6 +4,12 @@ SOC_FAMILY:append = ":j7200"
4# Default tiboot3.bin on J7200 is for GP 4# Default tiboot3.bin on J7200 is for GP
5IMAGE_BOOT_FILES += "tiboot3-j7200-gp-evm.bin" 5IMAGE_BOOT_FILES += "tiboot3-j7200-gp-evm.bin"
6 6
7# Since default tiboot3.bin on J7200 is for GP, add a version for SR1.0 HS-FS
8IMAGE_BOOT_FILES += "tiboot3-j7200-hs-fs-evm.bin"
9
10# Since default tiboot3.bin on J7200 is for GP, add a version for SR1.0 HS-SE
11IMAGE_BOOT_FILES += "tiboot3-j7200-hs-evm.bin"
12
7# Since default tiboot3.bin on J7200 is for GP, add a version for SR2.0 HS-FS 13# Since default tiboot3.bin on J7200 is for GP, add a version for SR2.0 HS-FS
8IMAGE_BOOT_FILES += "tiboot3-j7200_sr2-hs-fs-evm.bin" 14IMAGE_BOOT_FILES += "tiboot3-j7200_sr2-hs-fs-evm.bin"
9 15