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-04-19 10:13:04 -0500
commit546da0ea24b2697ab466cb8e37baaabe76239ad9 (patch)
tree6a76854057a531b07c5fdd25c2dd3243575eddef
parent28e74723936432bd6be67d2bb67160c2ab0ba170 (diff)
downloadmeta-ti-546da0ea24b2697ab466cb8e37baaabe76239ad9.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