commit | 10503cc97a630982b9a74bf5c985ead3042b7aa0 | [log] [tgz] |
---|---|---|
author | Joel Hutton <Joel.Hutton@Arm.com> | Thu Mar 15 11:33:44 2018 +0000 |
committer | Joel Hutton <joel.hutton@arm.com> | Thu Mar 15 11:45:37 2018 +0000 |
tree | c3bcb4da4aaf60d7e2320ba2d523060f7eb502b0 | |
parent | a60cbc8aa376fdbc640394edd26b02a3b254ee08 [diff] |
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: Joel Hutton <Joel.Hutton@Arm.com>