summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/j721s2.inc
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2025-08-18 14:01:46 -0500
committerRyan Eatmon <reatmon@ti.com>2025-08-19 09:00:28 -0500
commit10436a27a2e0aec4eedc6aab82b9e1911cf79155 (patch)
tree34046bd9f45e2e9c18eb3ce7e22b332db8a1c4ce /meta-ti-bsp/conf/machine/include/j721s2.inc
parentbf71f80f3e8d7dc77f9e32389f922e762f87eec2 (diff)
downloadmeta-ti-10436a27a2e0aec4eedc6aab82b9e1911cf79155.tar.gz
meta-ti-bsp: Add all tiboot3.bin and sysfw.itb variants by wildcard
U-Boot generates all the valid versions of tiboot3.bin and sysfw.itb based on the given defconfig. The defaults are also picked based on the board's binman files. No need to duplicate this logic here, simply deploy what U-Boot generates. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/j721s2.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/j721s2.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j721s2.inc b/meta-ti-bsp/conf/machine/include/j721s2.inc
index e6e4f162..b6d18fe0 100644
--- a/meta-ti-bsp/conf/machine/include/j721s2.inc
+++ b/meta-ti-bsp/conf/machine/include/j721s2.inc
@@ -8,15 +8,6 @@ MACHINE_FEATURES += "screen gpu"
8require conf/machine/include/mesa-pvr.inc 8require conf/machine/include/mesa-pvr.inc
9PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_ROGUE_DRIVER_PROVIDER}" 9PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_ROGUE_DRIVER_PROVIDER}"
10 10
11# Default tiboot3.bin on J721S2 is for GP
12IMAGE_BOOT_FILES += "tiboot3-j721s2-gp-evm.bin"
13
14# Since default tiboot3.bin on J721S2 is for GP, add a version for SR1.0 HS-FS
15IMAGE_BOOT_FILES += "tiboot3-j721s2-hs-fs-evm.bin"
16
17# Since default tiboot3.bin on J721S2 is for GP, add a version for SR1.0 HS-SE
18IMAGE_BOOT_FILES += "tiboot3-j721s2-hs-evm.bin"
19
20TFA_BOARD = "generic" 11TFA_BOARD = "generic"
21 12
22OPTEEMACHINE = "k3-j784s4" 13OPTEEMACHINE = "k3-j784s4"