The SPL_TEXT_BASE for AM62x SiP is set as 0x82000000 whereas the documentation states 0x81880000 as the PRELOADED_BL33_BASE value.
Both should match to allow TFA to jump to the address where A53 SPL has been loaded. Signed-off-by: Anshul Dalal <[email protected]> --- The A53 SPL memory map for AM62x SiP should be updated too but it looks like the A53 SPL memory map for a lot of K3 devices might be outdated. I'm planning to fix them all in a later patch. --- doc/board/ti/am6254atl_sk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/board/ti/am6254atl_sk.rst b/doc/board/ti/am6254atl_sk.rst index 905b43a182ba16ec1d71e8428f482fef79e947da..11a9d865f0d060e05b310dd47cd2ae2d7481462a 100644 --- a/doc/board/ti/am6254atl_sk.rst +++ b/doc/board/ti/am6254atl_sk.rst @@ -60,7 +60,7 @@ Set the variables corresponding to this platform: export UBOOT_CFG_CORTEXR=am6254atl_evm_r5_defconfig export UBOOT_CFG_CORTEXA=am6254atl_evm_a53_defconfig export TFA_BOARD=lite - export TFA_EXTRA_ARGS="PRELOADED_BL33_BASE=0x81880000 BL32_BASE=0x80080000" + export TFA_EXTRA_ARGS="PRELOADED_BL33_BASE=0x82000000 BL32_BASE=0x80080000" export OPTEE_PLATFORM=k3-am62x export OPTEE_EXTRA_ARGS="CFG_TZDRAM_START=0x80080000" --- base-commit: 27bb38c8e7ee7929c9c3f50047b4acb44f357c55 change-id: 20251111-sip_doc_fix-574cd15eef2f Best regards, -- Anshul Dalal <[email protected]>

