Populate FVP YAML files for base-aemv8a models

FVP YAML file generation is a two step process: 1. yaml template
creation and 2. fvp values replacement on template created by 1. This
patch only relates to 2 and specifically for 'base-aemv8a' models.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: I125a7bbe2da65f3575c68872fda6b7f150477b68
diff --git a/run_config/fvp-aem8a.singlecluster b/run_config/fvp-aem8a.singlecluster
index cadda8a..8fd95cc 100755
--- a/run_config/fvp-aem8a.singlecluster
+++ b/run_config/fvp-aem8a.singlecluster
@@ -12,4 +12,8 @@
 	cluster_2_num_cores="0" \
 	cluster_3_num_cores="0" \
 	gen_model_params
+
+	model="base-aemv8a" \
+	model_bin="FVP_Base_AEMv8A-AEMv8A" \
+	gen_fvp_yaml
 }