]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
feat(fvp): increase MAX_XLAT_TABLES entries for DRTM support
authorManish V Badarkhe <manish.badarkhe@arm.com>
Wed, 23 Feb 2022 09:47:59 +0000 (09:47 +0000)
committerManish V Badarkhe <Manish.Badarkhe@arm.com>
Wed, 5 Oct 2022 14:25:28 +0000 (15:25 +0100)
DRTM implementation maps the DLME data region provided by the
DCE-preamble in BL31, hence increased MAX_XLAT_TABLES entries
count.

Signed-off-by: Manish V Badarkhe <manish.badarkhe@arm.com>
Signed-off-by: Lucian Paul-Trifu <lucian.paultrifu@gmail.com>
Change-Id: I5f0ac69e009c4f81d3590fdb1f4c0a7f73c5c99d

plat/arm/board/fvp/include/platform_def.h

index c41cb9511924137f3528557446e42c22ee300be0..efe149ab0276a116b42d8dc34c733432cf28a296 100644 (file)
 #  else
 #   if ENABLE_RME
 #    define MAX_XLAT_TABLES            8
+#   elif DRTM_SUPPORT
+#    define MAX_XLAT_TABLES            8
 #   else
 #    define MAX_XLAT_TABLES            7
 #   endif