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:
parent
6f2e73a32f
commit
33a25371b6
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue