]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mach-k3: Move DRAM address of ATF for AM62/AM62a
authorAndrew Davis <afd@ti.com>
Wed, 14 Feb 2024 16:30:09 +0000 (10:30 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 6 Mar 2024 14:09:00 +0000 (09:09 -0500)
The current address of TF-A in DRAM is just below the 512MB address line.
This means if the DRAM in a system is 512MB then TF-A is right at the
end of memory which is often reused, for instance U-Boot relocates itself
here. If a system has less than 512MB then that system wouldn't work at
all as TF-A would fail to load.

To avoid the issues above, move TF-A to the start of DRAM, which doesn't
change from system to system.

As TF-A is position independent, this has no dependency on TF-A. We
also fixup DT as needed when TF-A address is moved, so this change also
has no dependency on Linux and is fully forward/backward compatible.

Signed-off-by: Andrew Davis <afd@ti.com>
Acked-by: Bryan Brattlof <bb@ti.com>
arch/arm/mach-k3/Kconfig

index 55bb874d9aa70fcd9f1b511cbd8f9a0403ed91bc..33f20f61f834c88d3f0ab921e9d9b1259d1b22ea 100644 (file)
@@ -123,7 +123,7 @@ config SYS_K3_SPL_ATF
 
 config K3_ATF_LOAD_ADDR
        hex "Load address of ATF image"
-       default 0x9e780000 if (SOC_K3_AM625 || SOC_K3_AM62A7)
+       default 0x80000000 if (SOC_K3_AM625 || SOC_K3_AM62A7)
        default 0x70000000
        help
          The load address for the ATF image. This value is used to build the