arm-trusted-firmware/plat/arm
Soby Mathew fc922ca87c FVP: Enable PIE for RESET_TO_BL31=1
This patch enabled PIE for FVP when RESET_TO_BL31=1. The references
to BL31_BASE are replaced by BL31_START as being a symbol exported by
the linker, will create a dynamic relocation entry in .rela.dyn and
hence will be fixed up by dynamic linker at runtime. Also, we disable
RECLAIM_INIT_CODE when PIE is enabled as the init section overlay
creates some static relocations which cannot be handled by the
dynamic linker currently.

Change-Id: I86df1b0a8b2a8bbbe7c3f3c0b9a08c86c2963ec0
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
2018-10-29 09:54:32 +00:00
..
board FVP: Enable PIE for RESET_TO_BL31=1 2018-10-29 09:54:32 +00:00
common FVP: Enable PIE for RESET_TO_BL31=1 2018-10-29 09:54:32 +00:00
css plat/arm: Use `mov_imm` macro to load immediate values 2018-10-29 09:54:32 +00:00
soc/common ARM Platforms:Enable non-secure access to UART1 2018-09-07 11:51:22 +01:00