arm-trusted-firmware/include
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
..
bl1 Fix MISRA rule 8.4 Part 1 2018-02-28 17:19:55 +00:00
bl2 Fix MISRA rule 8.5 in common code 2018-04-13 14:01:56 +01:00
bl2u Fix MISRA rule 8.4 in common code 2018-02-28 17:18:46 +00:00
bl31 Merge pull request #1282 from robertovargas-arm/misra-changes 2018-02-28 18:53:30 +00:00
bl32 Introduce the new BL handover interface 2018-02-26 16:31:10 +00:00
common Add support for the SMC Calling Convention 2.0 2018-04-23 15:43:29 +01:00
drivers Merge pull request #1356 from robertovargas-arm/misra-changes 2018-04-16 15:04:28 +01:00
lib Merge pull request #1377 from robertovargas-arm/compiler-warnings 2018-05-09 13:40:35 +01:00
plat plat/arm: Fix incorrect number of reserved memory map entries 2018-05-11 14:55:20 +01:00
services Clean usage of void pointers to access symbols 2018-03-27 13:20:27 +01:00
tools_share Dynamic cfg: Update the tools 2018-02-26 16:31:10 +00:00