This patch modifies the load addresses for the kernel fitImage to provide out-of-box support for 128MiB DDR sizes on AM62l.
The current fitImage uses 0x88000000 as the DTB load address which is beyond the 128MiB boundary while the kernel load address of 0x82000000 conflicts with U-Boot's SPL load address which causes problems when enabling falcon mode on the device. Signed-off-by: Anshul Dalal <[email protected]> --- Changes in v2: - Fix commit message v1: https://lore.kernel.org/yocto-meta-ti/[email protected]/ meta-ti-bsp/conf/machine/am62lxx-evm.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meta-ti-bsp/conf/machine/am62lxx-evm.conf b/meta-ti-bsp/conf/machine/am62lxx-evm.conf index a0bccf57..d8e1614e 100644 --- a/meta-ti-bsp/conf/machine/am62lxx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62lxx-evm.conf @@ -17,3 +17,10 @@ KERNEL_DEVICETREE_PREFIX = " \ KERNEL_DEVICETREE = "" UBOOT_MACHINE = "am62lx_evm_defconfig" +FIT_CONF_DEFAULT_DTB = "k3-am62l3-evm.dtb" +UBOOT_LOADADDRESS = "0x82400000" +UBOOT_ENTRYPOINT = "0x82400000" +UBOOT_RD_LOADADDRESS = "0x84000000" +UBOOT_RD_ENTRYPOINT = "0x84000000" +UBOOT_DTB_LOADADDRESS = "0x84f00000" +UBOOT_DTBO_LOADADDRESS = "0x84f80000" -- 2.52.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19827): https://lists.yoctoproject.org/g/meta-ti/message/19827 Mute This Topic: https://lists.yoctoproject.org/mt/118519874/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
