mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-30 00:19:08 +00:00
Correct the boot image file that is causing build error Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
31 lines
928 B
Plaintext
31 lines
928 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: J7 HS EVM
|
|
#@DESCRIPTION: Machine configuration for the TI J7 HS EVM
|
|
|
|
require conf/machine/j7-evm.conf
|
|
|
|
UBOOT_MACHINE = "j721e_hs_evm_a72_defconfig"
|
|
|
|
UBOOT_ENTRYPOINT = "0x80080000"
|
|
UBOOT_LOADADDRESS = "0x80080000"
|
|
UBOOT_RD_LOADADDRESS = "0x84000000"
|
|
UBOOT_RD_ENTRYPOINT = "0x84000000"
|
|
UBOOT_DTB_LOADADDRESS = "0x83000000"
|
|
UBOOT_DTBO_LOADADDRESS = "0x83080000"
|
|
UBOOT_DTBO_OFFSET = "0x00010000"
|
|
|
|
SPL_BINARY = "tispl.bin_HS"
|
|
SPL_BINARYNAME = "tispl.bin"
|
|
UBOOT_BINARY = "u-boot.img_HS"
|
|
IMAGE_BOOT_FILES = "${UBOOT_BINARY}"
|
|
|
|
BBMULTICONFIG += "k3r5-sr1-1"
|
|
|
|
# Use default IMAGE_BOOT_FILES_LEGACY files
|
|
# Since default sysfw.itb on J7 is for SR1.1, add a version for SR1.0
|
|
IMAGE_BOOT_FILES += "sysfw-j721e-evm.itb"
|
|
do_image_wic[mcdepends] += "mc::k3r5-sr1-1:ti-sci-fw:do_deploy"
|
|
do_image_tar[mcdepends] += "mc::k3r5-sr1-1:ti-sci-fw:do_deploy"
|
|
|
|
TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}"
|