Juno: Add support for image overlaying in Trusted SRAM
authorJuan Castillo <juan.castillo@arm.com>
Fri, 7 Nov 2014 09:44:58 +0000 (09:44 +0000)
committerJuan Castillo <juan.castillo@arm.com>
Mon, 12 Jan 2015 09:27:25 +0000 (09:27 +0000)
commit1217d28d367c87107f53129b6e34f42956bde696
tree63467b91c5232406048ef09179b51a8fba4e24b6
parent29e32cba4ad243071c643c839dfd4f46a0b19655
Juno: Add support for image overlaying in Trusted SRAM

This patch allows the BL3-1 NOBITS section to overlap the BL1 R/W
section since the former will always be used after the latter.
Similarly, the BL3-2 NOBITS section can overlay the BL2 image
when BL3-2 is loaded in Trusted SRAM.

Due to the current size of the images, there is no actual overlap.
Nevertheless, this reorganization may help to optimise the Trusted
SRAM usage when the images size grows.

Note that because BL3-1 NOBITS section is allowed to overlap the
BL1 R/W section, BL1 global variables will remain valid only until
execution reaches the BL3-1 entry point during a cold boot.

Documentation updated accordingly.

Fixes ARM-software/tf-issues#254

Change-Id: Id538f4d1c7f1f7858108280fd7b97e138572b879
docs/firmware-design.md
plat/juno/include/platform_def.h
plat/juno/juno_def.h