arm-trusted-firmware/include/plat/common
Jiafei Pan 7d173fc594 Add support for BL2 in XIP memory
In some use-cases BL2 will be stored in eXecute In Place (XIP) memory,
like BL1. In these use-cases, it is necessary to initialize the RW sections
in RAM, while leaving the RO sections in place. This patch enable this
use-case with a new build option, BL2_IN_XIP_MEM. For now, this option
is only supported when BL2_AT_EL3 is 1.

Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
2018-04-07 10:12:21 +08:00
..
common_def.h Add support for BL2 in XIP memory 2018-04-07 10:12:21 +08:00
platform.h Fix MISRA rule 8.4 in common code 2018-02-28 17:18:46 +00:00