arm-trusted-firmware/plat/arm/board/fvp
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
..
aarch64 Add support to load BL31 in DRAM 2016-03-31 10:14:01 +08:00
drivers/pwrc FVP: Correct the PSYSR_WK bit width in platform_get_entrypoint 2015-06-03 14:43:14 +01:00
include Add support to load BL31 in DRAM 2016-03-31 10:14:01 +08:00
tsp Rework use of ARM GIC drivers on ARM platforms 2015-12-09 09:58:17 +00:00
fvp_bl1_setup.c Rework use of interconnect drivers 2016-02-16 20:09:49 +00:00
fvp_bl2_setup.c Fix SP804 delay timer on FVP 2015-12-04 10:23:33 +00:00
fvp_bl2u_setup.c FWU: Add Firmware Update support in BL2U for ARM platforms 2015-12-09 17:41:19 +00:00
fvp_bl31_setup.c Rework use of interconnect drivers 2016-02-16 20:09:49 +00:00
fvp_def.h Allow multi cluster topology definitions for ARM platforms 2016-02-19 09:18:52 +00:00
fvp_err.c TBB: add Trusted Watchdog support on ARM platforms 2015-12-02 13:54:35 +00:00
fvp_io_storage.c TBB: apply TBBR naming convention to certificates and extensions 2015-12-14 12:29:44 +00:00
fvp_pm.c Rework use of interconnect drivers 2016-02-16 20:09:49 +00:00
fvp_private.h Rework use of interconnect drivers 2016-02-16 20:09:49 +00:00
fvp_security.c Move FVP port to plat/arm/board/fvp 2015-04-28 19:50:56 +01:00
fvp_topology.c Allow multi cluster topology definitions for ARM platforms 2016-02-19 09:18:52 +00:00
platform.mk Allow multi cluster topology definitions for ARM platforms 2016-02-19 09:18:52 +00:00