arm-trusted-firmware/plat
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
..
arm Add support to load BL31 in DRAM 2016-03-31 10:14:01 +08:00
common Remove all non-configurable dead loops 2016-03-14 16:41:18 +00:00
compat PSCI: Implement platform compatibility layer 2015-08-13 20:08:19 +01:00
mediatek mt8173: support big core PLL control in system suspend flow 2016-03-09 15:40:32 +08:00
nvidia/tegra Merge pull request #508 from soby-mathew/sm/debug_xlat 2016-02-01 19:06:57 +00:00