mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-21 20:19:08 +00:00
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>
26 lines
741 B
PHP
26 lines
741 B
PHP
require conf/machine/include/k3.inc
|
|
SOC_FAMILY:append = ":j721e"
|
|
|
|
MACHINE_FEATURES += "screen gpu"
|
|
|
|
require conf/machine/include/mesa-pvr.inc
|
|
PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver"
|
|
|
|
IMAGE_BOOT_FILES += "sysfw.itb"
|
|
|
|
# Default on J721e is for GP
|
|
IMAGE_BOOT_FILES += "tiboot3-j721e-gp-evm.bin"
|
|
IMAGE_BOOT_FILES += "sysfw-j721e-gp-evm.itb"
|
|
|
|
# Since default on J721e is for GP, add a version for HS-FS
|
|
IMAGE_BOOT_FILES += "tiboot3-j721e_sr2-hs-fs-evm.bin"
|
|
IMAGE_BOOT_FILES += "sysfw-j721e_sr2-hs-fs-evm.itb"
|
|
|
|
# Since default on J721e is for GP, add a version for HS-SE
|
|
IMAGE_BOOT_FILES += "tiboot3-j721e_sr1_1-hs-evm.bin"
|
|
IMAGE_BOOT_FILES += "sysfw-j721e_sr1_1-hs-evm.itb"
|
|
|
|
TFA_BOARD = "generic"
|
|
|
|
OPTEEMACHINE = "k3-j721e"
|