summaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorOlivier Deprez <olivier.deprez@arm.com>2022-06-09 11:37:46 +0200
committerOlivier Deprez <olivier.deprez@arm.com>2022-06-09 14:40:07 +0200
commit728cc567116e03673f4a03b00c448580c9f82158 (patch)
tree8ce7019e77285e195565d67b0e2d907b1c2ac4ec /plat
parent5f591f67738a1bbe6b262c53d9dad46ed8bbcd67 (diff)
fix: NS buffer (48b PA) memory sharing between SPs
Fix [1] by increasing cactus number of xlat tables. This permits running the SP SP mem sharing of a buffer located at a high physical PA region. Test config [2] provides the model parameters to configurare the PE, interconnect and SMMU to handle 48b physical address size. [1] https://review.trustedfirmware.org/c/TF-A/tf-a-tests/+/13599 [2] https://review.trustedfirmware.org/c/ci/tf-a-ci-scripts/+/15445 Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: Ia290f15a6d30c898a5219d2bc1c3949b6ae7e7ef
Diffstat (limited to 'plat')
-rw-r--r--plat/arm/fvp/include/platform_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/fvp/include/platform_def.h b/plat/arm/fvp/include/platform_def.h
index 2a12fde..b8871c4 100644
--- a/plat/arm/fvp/include/platform_def.h
+++ b/plat/arm/fvp/include/platform_def.h
@@ -253,7 +253,7 @@
#define MAX_MMAP_REGIONS 50
#else
#if IMAGE_CACTUS
-#define MAX_XLAT_TABLES 8
+#define MAX_XLAT_TABLES 9
#else
#define MAX_XLAT_TABLES 5
#endif