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.linux b/run_config/fvp-spm.linux
index 2377a99..d8c9a47 100644
--- a/run_config/fvp-spm.linux
+++ b/run_config/fvp-spm.linux
@@ -25,6 +25,10 @@
 	initrd_bin="initrd.img" \
 	el3_payload_bin="manifest.dtb" \
 		gen_model_params
+
+	model="base-aemv8a" \
+	model_bin="FVP_Base_AEMv8A-AEMv8A" \
+	       gen_fvp_yaml
 }
 
 fetch_tf_resource() {