Populate FVP YAML files for base-aemv8a models on fvp-spm run configs

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 on
fvp-spm run configurations.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: I6c60a9206373407e474de17c9645478f37ee7d86
diff --git a/run_config/fvp-spm.optee b/run_config/fvp-spm.optee
index f5933e3..92034ff 100644
--- a/run_config/fvp-spm.optee
+++ b/run_config/fvp-spm.optee
@@ -16,6 +16,10 @@
 post_fetch_tf_resource() {
 	model="base-aemv8a" \
 		gen_model_params
+
+	model="base-aemv8a" \
+	model_bin="FVP_Base_AEMv8A-AEMv8A" \
+	       gen_fvp_yaml
 }
 
 fetch_tf_resource() {