]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
fix(zynqmp): move debug bl31 based address back to OCM
authorMichal Simek <michal.simek@amd.com>
Thu, 4 Aug 2022 07:18:06 +0000 (09:18 +0200)
committerMichal Simek <michal.simek@amd.com>
Tue, 13 Sep 2022 12:33:36 +0000 (14:33 +0200)
The commit 389594dfa7e6 ("fix(zynqmp): move bl31 with DEBUG=1 back to OCM")
tried to move address to OCM but address was actually out of OCM and likely
it was typo. Correct default address should be 0xfffe5000. If TF-A size is
bigger please select location DDR which should be fine for DEBUG cases.

Reported-by: Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Change-Id: I055f3a59cdca527f6029fcc2a19d76be35924d24

plat/xilinx/zynqmp/include/platform_def.h

index 66bbf30a65a4e99d40c66ba94f0f92e82c0b0546..c2d22c20c27af90c95c7f616eab3ef2fcadfc260 100644 (file)
@@ -40,7 +40,7 @@
 # define BL31_BASE                     U(0xfffea000)
 # define BL31_LIMIT                    U(0x100000000)
 #else
-# define BL31_BASE                     U(0xfff5a000)
+# define BL31_BASE                     U(0xfffe5000)
 # define BL31_LIMIT                    U(0x100000000)
 #endif
 #else