mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
The K3 TI_SECURE_DEV_PKG is the same for all devices, move this out of each machine file and into the common K3 includes. This doesn't have any effect on the GP machines as they make no use of it. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
28 lines
819 B
Plaintext
28 lines
819 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"
|
|
UBOOT_BINARY = "u-boot.img_HS"
|
|
UBOOT_SYMLINK = "u-boot.img"
|
|
SYSFW_SYMLINK = ""
|
|
|
|
BBMULTICONFIG += "k3r5-sr1-1"
|
|
|
|
# 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"
|