From 83c6a0cf6d049c8c735c460d5b7165b384b62afd Mon Sep 17 00:00:00 2001 From: Aniket Limaye Date: Thu, 14 Mar 2024 20:58:55 +0530 Subject: 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 Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/include/j7200.inc | 6 ++++++ 1 file changed, 6 insertions(+) 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" # Default tiboot3.bin on J7200 is for GP IMAGE_BOOT_FILES += "tiboot3-j7200-gp-evm.bin" +# Since default tiboot3.bin on J7200 is for GP, add a version for SR1.0 HS-FS +IMAGE_BOOT_FILES += "tiboot3-j7200-hs-fs-evm.bin" + +# Since default tiboot3.bin on J7200 is for GP, add a version for SR1.0 HS-SE +IMAGE_BOOT_FILES += "tiboot3-j7200-hs-evm.bin" + # Since default tiboot3.bin on J7200 is for GP, add a version for SR2.0 HS-FS IMAGE_BOOT_FILES += "tiboot3-j7200_sr2-hs-fs-evm.bin" -- cgit v1.2.3-54-g00ecf