arm-trusted-firmware/include/plat/arm
Chris Kay 3450fd6224 plat/arm: Fix incorrect number of reserved memory map entries
There are three calls to mmap_add_region() that always occur in
arm_setup_page_tables(), and two further calls based on whether coherent
memory is enabled, and whether SPM is enabled in BL31.

This commit adapts the ARM_BL_REGIONS definition to match the number of
calls made inside arm_setup_page_tables() so that the MAX_MMAP_REGIONS
is realigned with what is actually occurring.

Change-Id: I7adc05951abccf2cbd5c86280eb874911e6a1566
Signed-off-by: Chris Kay <chris.kay@arm.com>
2018-05-11 14:55:20 +01:00
..
board/common ARM platforms: Demonstrate mem_protect from el3_runtime 2018-05-01 15:25:25 +01:00
common plat/arm: Fix incorrect number of reserved memory map entries 2018-05-11 14:55:20 +01:00
css/common ARM platforms: Demonstrate mem_protect from el3_runtime 2018-05-01 15:25:25 +01:00
soc/common Fix CSS UART clock value 2017-07-25 11:35:04 +01:00