Reserve some DDR DRAM for secure use on FVP platforms
TZC-400 is configured to set the last 16MB of DRAM1 as secure memory and
the rest of DRAM as non-secure. Non-secure software must not attempt to
access the 16MB secure area.

Device tree files (sources and binaries) have been updated to match this
configuration, removing that memory from the Linux physical memory map.

To use UEFI and Linux with this patch, the latest version of UEFI and
the updated device tree files are required. Check the user guide in the
documentation for more details.

Replaced magic numbers with #define for memory region definition in the
platform security initialization function.

Fixes ARM-software/tf-issues#149

Change-Id: Ia5d070244aae6c5288ea0e6c8e89d92859522bfe
1 parent d846780 commit 94574b5ee5eb3f7ce8112f9bf2390dd477b50491
@Juan Castillo Juan Castillo authored on 16 May 2014
Showing 17 changed files
View
docs/user-guide.md
View
fdts/fvp-base-gicv2-psci.dtb
Not supported
View
fdts/fvp-base-gicv2-psci.dts
View
fdts/fvp-base-gicv2legacy-psci.dtb
Not supported
View
fdts/fvp-base-gicv2legacy-psci.dts
View
fdts/fvp-base-gicv3-psci.dtb
Not supported
View
fdts/fvp-base-gicv3-psci.dts
View
fdts/fvp-foundation-gicv2-psci.dtb
Not supported
View
fdts/fvp-foundation-gicv2-psci.dts
View
fdts/fvp-foundation-gicv2legacy-psci.dtb
Not supported
View
fdts/fvp-foundation-gicv2legacy-psci.dts
View
fdts/fvp-foundation-gicv3-psci.dtb
Not supported
View
fdts/fvp-foundation-gicv3-psci.dts
View
plat/fvp/aarch64/plat_common.c
View
plat/fvp/bl2_plat_setup.c
View
plat/fvp/plat_security.c
View
plat/fvp/platform.h