commit | 728cc567116e03673f4a03b00c448580c9f82158 | [log] [tgz] |
---|---|---|
author | Olivier Deprez <olivier.deprez@arm.com> | Thu Jun 09 11:37:46 2022 +0200 |
committer | Olivier Deprez <olivier.deprez@arm.com> | Thu Jun 09 14:40:07 2022 +0200 |
tree | 8ce7019e77285e195565d67b0e2d907b1c2ac4ec | |
parent | 5f591f67738a1bbe6b262c53d9dad46ed8bbcd67 [diff] [blame] |
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
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