mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-22 12:39:02 +00:00
K3 platforms include the FIT image-based kernel by default. The bootloader loads the kernel and DTB from the FIT image. The DTB/DTBOs are added to the FIT image but the load address is not included in the image section of each DTB/DTBO. This load address is determined by the LOADADDRESS macros in the kernel-fitmage class. Hence, define the RD/DTB/DTBOs LOADADDRESS and OFFSET macros in the K3 common include, and remove those macros defined in the K3 board specific config files. Signed-off-by: Sinthu Raja <sinthu.raja@ti.com> Reviewed-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
20 lines
552 B
Plaintext
20 lines
552 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"
|
|
|
|
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"
|