soc: zynqmp: increase SRAMP_PRIV MPU region size

openamp shared memory regions can be anywhere in DDR memory
withing 2G range. Current SRAM_PRIV region is 64M which
prevents access of shared memory (vrings) by RPU (cortex-r5)
if it is out of 64M range. This patch allows vrings to be in DDR within
2G address space.

Developed-by: Dan Millea
Commited by: Tanmay Shah

Signed-off-by: Dan Milea <dan.milea@windriver.com>
Signed-off-by: Tanmay Shah <tanmay.shah@amd.com>
This commit is contained in:
Tanmay Shah 2023-06-14 13:50:58 -07:00 committed by Fabio Baltieri
commit 33a25371b6

View file

@ -44,7 +44,7 @@ static const struct arm_mpu_region mpu_regions[] = {
MPU_REGION_ENTRY("SRAM_PRIV",
0x00000000,
REGION_64M,
REGION_2G,
MPUTYPE_PRIV_WBWACACHE),
MPU_REGION_ENTRY("SRAM",