Commit 33a25371 authored by Tanmay Shah's avatar Tanmay Shah Committed by Fabio Baltieri
Browse files

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: default avatarDan Milea <dan.milea@windriver.com>
Signed-off-by: default avatarTanmay Shah <tanmay.shah@amd.com>
parent 6f2e73a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",