summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2021-04-27 16:31:13 +0800
committerJun Nie <jun.nie@linaro.org>2021-04-27 16:31:13 +0800
commitf0691ac4725dbd6f0aff0ef3520be2f69483f687 (patch)
tree25c3b8ae64d2377ed9fb0035a213955066ef4739
parent9b0958f2b03dab5399a66fb65d620500dd12b824 (diff)
plat: imx8m: Workaround the spm manifest mmap failure
Workaround the spm manifest mmap failure due to overlap region and fail in this line. https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/tree/lib/xlat_tables_v2/xlat_tables_core.c#n738 Signed-off-by: Jun Nie <jun.nie@linaro.org> Change-Id: I9e0b7236221cae71a36fefd93d336b5a8369e482
-rw-r--r--plat/imx/imx8m/imx8mp/include/platform_def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/imx/imx8m/imx8mp/include/platform_def.h b/plat/imx/imx8m/imx8mp/include/platform_def.h
index 7c55d949d..cad99388d 100644
--- a/plat/imx/imx8m/imx8mp/include/platform_def.h
+++ b/plat/imx/imx8m/imx8mp/include/platform_def.h
@@ -53,7 +53,7 @@
#define BL31_LIMIT U(0x990000)
#endif
-#define SPM_MANIFEST_LOAD_BASE U(0x67000000)
+#define SPM_MANIFEST_LOAD_BASE U(0xc0000000)
#define SPM_MANIFEST_MAX_SIZE U(0x20000)
@@ -116,7 +116,7 @@
#define IMX_CAAM_RAM_BASE U(0x100000)
#define IMX_CAAM_RAM_SIZE U(0x10000)
#define IMX_DRAM_BASE U(0x40000000)
-#define IMX_DRAM_SIZE U(0xc0000000)
+#define IMX_DRAM_SIZE U(0x80000000)
#define IMX_VPU_BLK_BASE U(0x38330000)
#define IMX_VPU_BLK_SIZE U(0x10000)