projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06526c9
)
zynqmp: Change default BL31 address space
author
Soren Brinkmann
<
[email protected]
>
Fri, 15 Jul 2016 13:23:37 +0000
(06:23 -0700)
committer
Soren Brinkmann
<
[email protected]
>
Tue, 13 Sep 2016 16:19:02 +0000
(09:19 -0700)
The OCM space was reorganized to use the space more efficiently. Adjust
the default ATF location to be aligned with other ZynqMP software
components.
Signed-off-by: Soren Brinkmann <
[email protected]
>
plat/xilinx/zynqmp/include/platform_def.h
patch
|
blob
|
history
diff --git
a/plat/xilinx/zynqmp/include/platform_def.h
b/plat/xilinx/zynqmp/include/platform_def.h
index a35bd12939afa7368310e50398ee302242c5bede..a8b3646cf83c73f28ec8d840e461d97641c4209a 100644
(file)
--- a/
plat/xilinx/zynqmp/include/platform_def.h
+++ b/
plat/xilinx/zynqmp/include/platform_def.h
@@
-56,8
+56,7
@@
* little space for growth.
*/
#ifndef ZYNQMP_ATF_MEM_BASE
-# define BL31_BASE 0xfffe5000
-# define BL31_PROGBITS_LIMIT 0xffffa000
+# define BL31_BASE 0xfffea000
# define BL31_LIMIT 0xffffffff
#else
# define BL31_BASE (ZYNQMP_ATF_MEM_BASE)