feat(cpufeat): add support to enable FEAT_FGWTE3 in fvp

This patch enables support for FEAT_FGWTE3 in the model.

Change-Id: I6140f63ce58bedc07fa0aa2abeb8b399f1c2fcfe
Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com>
diff --git a/model/base-aemva-common.sh b/model/base-aemva-common.sh
index febe889..7bbc6bf 100644
--- a/model/base-aemva-common.sh
+++ b/model/base-aemva-common.sh
@@ -111,6 +111,9 @@
 # Enable FEAT_FGT2
 reset_var has_fgt2
 
+# Enable FEAT_FGWTE3
+reset_var has_fgwte3
+
 # Layout of MPIDR. 0=AFF0 is CPUID, 1=AFF1 is CPUID
 reset_var mpidr_layout
 
@@ -481,6 +484,13 @@
 EOF
 fi
 
+if [ "$has_fgwte3" = "1" ]; then
+	cat <<EOF >>"$model_param_file"
+-C cluster0.has_fgwte3=1
+-C cluster1.has_fgwte3=1
+EOF
+fi
+
 if [ "$has_ecv" = "1" ]; then
 	cat <<EOF >>"$model_param_file"
 -C cluster0.ecv_support_level=2