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-18 09:30:08 -0500
commit83c6a0cf6d049c8c735c460d5b7165b384b62afd (patch)
tree7841a67266bb0ea3df5bf54fc6701d8d3c9f419b
parent857224b4b7c9c343abac4fcd1214b8af41394f79 (diff)
downloadmeta-ti-83c6a0cf6d049c8c735c460d5b7165b384b62afd.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