arm-trusted-firmware/include/plat/arm/board/common
David Wang 4518dd9a9c Add support to load BL31 in DRAM
This patch adds an option to the ARM common platforms to load BL31 in the
TZC secured DRAM instead of the default secure SRAM.

To enable this feature, set `ARM_BL31_IN_DRAM` to 1 in build options.
If TSP is present, then setting this option also sets the TSP location
to DRAM and ignores the `ARM_TSP_RAM_LOCATION` build flag.

To use this feature, BL2 platform code must map in the DRAM used by
BL31. The macro ARM_MAP_BL31_SEC_DRAM is provided for this purpose.
Currently, only the FVP BL2 platform code maps in this DRAM.

Change-Id: If5f7cc9deb569cfe68353a174d4caa48acd78d67
2016-03-31 10:14:01 +08:00
..
drivers Add basic NOR flash driver for ARM platforms 2015-11-27 09:34:20 +00:00
board_arm_def.h Add support to load BL31 in DRAM 2016-03-31 10:14:01 +08:00
board_arm_oid.h Replace all SCP FW (BL0, BL3-0) references 2015-12-14 12:31:16 +00:00
board_css_def.h Specify BL31 runtime console for ARM Standard platforms 2015-12-09 17:29:55 +00:00
v2m_def.h Fix SP804 delay timer on FVP 2015-12-04 10:23:33 +00:00