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:
Manish V Badarkhe 2023-09-01 08:11:38 +01:00
parent d836df71ea
commit 12fe591b3e

View file

@ -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)) && \