feat: update ARCH_MINOR version to 8.9
This patch updates the ARCH_MINOR version of fvp parameters
to 8.9 to support latest V8.9 features
Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com>
Change-Id: Ie367e7792dc1452d82d45528991739990743d98b
diff --git a/model/base-aemva-common.sh b/model/base-aemva-common.sh
index 4f0ac96..518ff3d 100644
--- a/model/base-aemva-common.sh
+++ b/model/base-aemva-common.sh
@@ -323,6 +323,13 @@
EOF
fi
+if [ "$arch_version" = "8.9" ]; then
+ cat <<EOF >>"$model_param_file"
+-C cluster0.has_arm_v8-9=1
+-C cluster1.has_arm_v8-9=1
+EOF
+fi
+
if [ "$arch_version" = "9.2" ]; then
cat <<EOF >>"$model_param_file"
-C cluster0.has_arm_v9-2=1