fix(fvp): MPAM output attributes for RME configs
When RME is implemented, MPAM_NS attribute is no longer supported,
replace by MPAM_SP.
Suppresses the model's warning for RME test configs:
WARNING: MPAM_NS is deprecated when RME is in use. Should use MPAM_SP
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: Ieb12d5a9459567ee34dfeaa9c195466cee464cff
diff --git a/model/base-aemva-common.sh b/model/base-aemva-common.sh
index 64834b3..8d64209 100644
--- a/model/base-aemva-common.sh
+++ b/model/base-aemva-common.sh
@@ -355,6 +355,7 @@
-C cluster0.gicv3.without-DS-support=1
-C cluster0.max_32bit_el=-1
-C cluster0.PA_SIZE=48
+-C cluster0.output_attributes=ExtendedID[62:55]=MPAM_PMG,ExtendedID[54:39]=MPAM_PARTID,ExtendedID[38:37]=MPAM_SP
EOF
fi
@@ -538,6 +539,7 @@
-C cluster1.gicv3.without-DS-support=1
-C cluster1.max_32bit_el=-1
-C cluster1.PA_SIZE=48
+-C cluster1.output_attributes=ExtendedID[62:55]=MPAM_PMG,ExtendedID[54:39]=MPAM_PARTID,ExtendedID[38:37]=MPAM_SP
EOF
fi