Commit 950c6956 authored by Joel Hutton's avatar Joel Hutton Committed by Joel Hutton
Browse files

FVP AArch32: Fix flash access in BL32 for mem_protect


The FVP platform port for SP_MIN (BL32) didn't map the flash memory
in BL32 for stroring the mem_protect enable state information leading
to synchronous exception. The patch fixes it by adding the region to
the BL32 mmap tables.

Change-Id: I37eec83c3e1ea43d1b5504d3683eebc32a57eadf
Signed-off-by: default avatarJoel Hutton <Joel.Hutton@Arm.com>
Showing with 1 addition and 0 deletions
+1 -0
......@@ -145,6 +145,7 @@ const mmap_region_t plat_arm_secure_partition_mmap[] = {
const mmap_region_t plat_arm_mmap[] = {
#ifdef AARCH32
ARM_MAP_SHARED_RAM,
ARM_V2M_MAP_MEM_PROTECT,
#endif
V2M_MAP_IOFPGA,
MAP_DEVICE0,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment