Populate FVP YAML files for foundationv8 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 'foundationv8' models.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: Icede4a271fdb1a446c459e933c296ef669f81f61
diff --git a/run_config/fvp-foundationv8 b/run_config/fvp-foundationv8
index 7a7edb6..4ed1f46 100644
--- a/run_config/fvp-foundationv8
+++ b/run_config/fvp-foundationv8
@@ -8,4 +8,10 @@
 post_fetch_tf_resource() {
 	model="foundationv8" gen_model_params
 	uart="0" set_expect_variable "num_cpus" "4"
+
+	model="foundationv8" \
+	model_name="fvp:foundation_platform_11.12_38" \
+	model_dir="/opt/model/Foundation_Platformpkg/models/Linux64_GCC-6.4" \
+	model_bin="Foundation_Platform" \
+	       gen_fvp_yaml
 }