arm-trusted-firmware/common
Sathees Balya 5b8d50e407 plat/arm: Save BL2 descriptors to reserved memory.
On ARM platforms, the BL2 memory can be overlaid by BL31/BL32. The memory
descriptors describing the list of executable images are created in BL2
R/W memory, which could be possibly corrupted later on by BL31/BL32 due
to overlay. This patch creates a reserved location in SRAM for these
descriptors and are copied over by BL2 before handing over to next BL
image.

Also this patch increases the PLAT_ARM_MAX_BL2_SIZE for juno when TBBR
is enabled.

Fixes ARM-Software/tf-issues#626

Change-Id: I755735706fa702024b4032f51ed4895b3687377f
Signed-off-by: Sathees Balya <sathees.balya@arm.com>
2019-01-23 16:01:19 +00:00
..
aarch32 ARMv7 may not support Virtualization Extensions 2017-11-08 14:38:33 +01:00
aarch64 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
backtrace Correct typographical errors 2019-01-15 15:16:02 +00:00
bl_common.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
desc_image_load.c plat/arm: Save BL2 descriptors to reserved memory. 2019-01-23 16:01:19 +00:00
fdt_wrappers.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
image_decompress.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
runtime_svc.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
tf_log.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00