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-aemv8a.memprotect b/run_config/fvp-aemv8a.memprotect
index ac49bd6..4d83163 100644
--- a/run_config/fvp-aemv8a.memprotect
+++ b/run_config/fvp-aemv8a.memprotect
@@ -20,4 +20,8 @@
 	memprotect="$image" \
 	memprotect_addr="0xBFC0000" \
 		model="base-aemv8a" gen_model_params
+
+	model="base-aemv8a" \
+	model_bin="FVP_Base_AEMv8A-AEMv8A" \
+	       gen_fvp_yaml
 }