1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 11:59:49 +00:00

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>
This commit is contained in:
Andrew Davis
2025-08-18 14:01:46 -05:00
committed by Ryan Eatmon
parent bf71f80f3e
commit 10436a27a2
17 changed files with 5 additions and 140 deletions
@@ -5,11 +5,6 @@
require conf/machine/include/j721e.inc
require conf/machine/include/beagle-bsp.inc
IMAGE_SR1_1_HS_FS_FILES = ""
IMAGE_SR1_1_HS_SE_FILES = ""
IMAGE_SR2_HS_FS_FILES = ""
IMAGE_SR2_HS_SE_FILES = ""
UBOOT_MACHINE = "j721e_beagleboneai64_a72_defconfig"
SPL_BINARY = "tispl.bin_unsigned"
-2
View File
@@ -5,8 +5,6 @@
require conf/machine/include/j722s.inc
require conf/machine/include/beagle-bsp.inc
IMAGE_SR1_HS_SE_FILES:bsp-bb_org-6_6 = ""
UBOOT_MACHINE:bsp-bb_org-6_6 = "j722s_evm_a53_config"
UBOOT_MACHINE = "am67a_beagley_ai_a53_defconfig"