FVP: make usage of Trusted DRAM optional at build time
authorJuan Castillo <juan.castillo@arm.com>
Tue, 12 Aug 2014 12:51:51 +0000 (13:51 +0100)
committerJuan Castillo <juan.castillo@arm.com>
Thu, 14 Aug 2014 08:32:48 +0000 (09:32 +0100)
commit186c1d4b26ece7888a3dcea0a3673c04fb35b7c1
treea3d4dcd0c81ed77626595aba6bedbc3d8a3b330d
parent637ebd2eb9a40847fcd93a0ae3643aba6462c561
FVP: make usage of Trusted DRAM optional at build time

This patch groups the current contents of the Trusted DRAM region at
address 0x00_0600_0000 (entrypoint mailboxes and BL3-1 parameters) in
a single shared memory area that may be allocated to Trusted SRAM
(default) or Trusted DRAM at build time by setting the
FVP_SHARED_DATA_LOCATION make variable. The size of this shared
memory is 4096 bytes.

The combination 'Shared data in Trusted SRAM + TSP in Trusted DRAM'
is not currently supported due to restrictions in the maximum number
of mmu tables that can be created.

Documentation has been updated to reflect these changes.

Fixes ARM-software/tf-issues#100

Change-Id: I26ff04d33ce4cacf8d770d1a1e24132b4fc53ff0
docs/firmware-design.md
docs/user-guide.md
plat/fvp/aarch64/fvp_common.c
plat/fvp/aarch64/fvp_helpers.S
plat/fvp/bl2_fvp_setup.c
plat/fvp/fvp_def.h
plat/fvp/fvp_pm.c
plat/fvp/include/platform_def.h
plat/fvp/platform.mk