summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-26 13:27:31 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-06 08:24:37 -0500
commit1cddc5bc96f8cdd7cad7eb3ea985b86e2be44ab0 (patch)
tree7e53b1b587b8d80e0a05445bbe7618245288716b /meta-ti-bsp/conf
parent9bf0f37e02044530d67bda22930c6e1fbae357d5 (diff)
downloadmeta-ti-1cddc5bc96f8cdd7cad7eb3ea985b86e2be44ab0.tar.gz
conf: machine: j721e: Also deploy full named tiboot3.bin files
The platforms with combined boot image have full names for tiboot3.bin and to keep things consistent we can do the same here. Deploy these files. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r--meta-ti-bsp/conf/machine/include/j721e.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j721e.inc b/meta-ti-bsp/conf/machine/include/j721e.inc
index f77099a1..ca653770 100644
--- a/meta-ti-bsp/conf/machine/include/j721e.inc
+++ b/meta-ti-bsp/conf/machine/include/j721e.inc
@@ -8,13 +8,16 @@ PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver"
8 8
9IMAGE_BOOT_FILES += "sysfw.itb" 9IMAGE_BOOT_FILES += "sysfw.itb"
10 10
11# Default sysfw.itb on J721e is for GP 11# Default on J721e is for GP
12IMAGE_BOOT_FILES += "tiboot3-j721e-gp-evm.bin"
12IMAGE_BOOT_FILES += "sysfw-j721e-gp-evm.itb" 13IMAGE_BOOT_FILES += "sysfw-j721e-gp-evm.itb"
13 14
14# Since default sysfw.itb on J721e is for GP, add a version for HS-FS 15# Since default on J721e is for GP, add a version for HS-FS
16IMAGE_BOOT_FILES += "tiboot3-j721e_sr2-hs-fs-evm.bin"
15IMAGE_BOOT_FILES += "sysfw-j721e_sr2-hs-fs-evm.itb" 17IMAGE_BOOT_FILES += "sysfw-j721e_sr2-hs-fs-evm.itb"
16 18
17# Since default sysfw.itb on J721e is for GP, add a version for HS-SE 19# Since default on J721e is for GP, add a version for HS-SE
20IMAGE_BOOT_FILES += "tiboot3-j721e_sr1_1-hs-evm.bin"
18IMAGE_BOOT_FILES += "sysfw-j721e_sr1_1-hs-evm.itb" 21IMAGE_BOOT_FILES += "sysfw-j721e_sr1_1-hs-evm.itb"
19 22
20TFA_BOARD = "generic" 23TFA_BOARD = "generic"