mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-21 03:58:58 +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>
20 lines
537 B
Plaintext
20 lines
537 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: J7200 HS EVM
|
|
#@DESCRIPTION: Machine configuration for the TI J7200 HS EVM
|
|
|
|
require conf/machine/j7200-evm.conf
|
|
|
|
UBOOT_MACHINE = "j7200_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"
|