mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-20 19:44:23 +00:00
fix(fvp): increase maximum MMAP and XLAT entries count
Maximum entries for MMAP and XLAT have been increased in order to support the configuration SPM+RME, along with MEASURED_BOOT and TRUSTED_BOARD_BOOT. Change-Id: Ic0a0aefecb49d7ccc71357c4bd94e7bd2e5f57c4 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
This commit is contained in:
parent
d836df71ea
commit
12fe591b3e
1 changed files with 2 additions and 2 deletions
|
@ -168,8 +168,8 @@
|
||||||
# define MAX_XLAT_TABLES 6
|
# define MAX_XLAT_TABLES 6
|
||||||
# endif
|
# endif
|
||||||
#elif !USE_ROMLIB
|
#elif !USE_ROMLIB
|
||||||
# define PLAT_ARM_MMAP_ENTRIES 11
|
# define PLAT_ARM_MMAP_ENTRIES 12
|
||||||
# define MAX_XLAT_TABLES 5
|
# define MAX_XLAT_TABLES 6
|
||||||
#else
|
#else
|
||||||
# define PLAT_ARM_MMAP_ENTRIES 12
|
# define PLAT_ARM_MMAP_ENTRIES 12
|
||||||
# if (defined(SPD_tspd) || defined(SPD_opteed) || defined(SPD_spmd)) && \
|
# if (defined(SPD_tspd) || defined(SPD_opteed) || defined(SPD_spmd)) && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue