fix(fvp): bump RME test configs to Armv9.2
FEAT_RME is an optional Armv9.2 architecture extension.
Specify this extension to the FVP in the related run configs.
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: I9659356a89fd0875309a7104c3f2d45bfb647fc2
diff --git a/run_config/fvp-spm-tftf.rme.bmcov b/run_config/fvp-spm-tftf.rme.bmcov
index 2c8f6c3..26338ff 100644
--- a/run_config/fvp-spm-tftf.rme.bmcov
+++ b/run_config/fvp-spm-tftf.rme.bmcov
@@ -46,7 +46,7 @@
secure_memory="0" \
has_rme="1" \
amu_present="1" \
- arch_version="8.6" \
+ arch_version="9.2" \
has_branch_target_exception="1" \
has_smmuv3_params="1" \
memory_tagging_support_level="2" \
diff --git a/run_config/fvp-tftf.rme b/run_config/fvp-tftf.rme
index 6822d9b..9319418 100644
--- a/run_config/fvp-tftf.rme
+++ b/run_config/fvp-tftf.rme
@@ -41,7 +41,7 @@
secure_memory="0" \
has_rme="1" \
amu_present="1" \
- arch_version="8.6" \
+ arch_version="9.2" \
has_branch_target_exception="1" \
has_smmuv3_params="1" \
memory_tagging_support_level="2" \