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

Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: I5c49a04920ba99c8fe67204c6810450911da0b38
diff --git a/run_config/fvp-neoverse_e1x1 b/run_config/fvp-neoverse_e1x1
index 30c31f7..52bd14f 100644
--- a/run_config/fvp-neoverse_e1x1
+++ b/run_config/fvp-neoverse_e1x1
@@ -11,4 +11,8 @@
 	data_instance="cluster0.cpu0.thread0" \
 		gen_model_params
 	uart="0" set_expect_variable "num_cpus" "2"
+
+	model="neoverse_e1x1" \
+	model_bin="FVP_Base_Neoverse-E1x1" \
+	       gen_fvp_yaml
 }
diff --git a/run_config/fvp-neoverse_e1x2 b/run_config/fvp-neoverse_e1x2
index 6695062..061c839 100644
--- a/run_config/fvp-neoverse_e1x2
+++ b/run_config/fvp-neoverse_e1x2
@@ -11,4 +11,8 @@
 	data_instance="cluster0.cpu0.thread0" \
 		gen_model_params
 	uart="0" set_expect_variable "num_cpus" "4"
+
+	model="neoverse_e1x2" \
+	model_bin="FVP_Base_Neoverse-E1x2" \
+	       gen_fvp_yaml
 }
diff --git a/run_config/fvp-neoverse_e1x4 b/run_config/fvp-neoverse_e1x4
index c0c2836..703b584 100644
--- a/run_config/fvp-neoverse_e1x4
+++ b/run_config/fvp-neoverse_e1x4
@@ -11,4 +11,8 @@
 	data_instance="cluster0.cpu0.thread0" \
 		gen_model_params
 	uart="0" set_expect_variable "num_cpus" "8"
+
+	model="neoverse_e1x4" \
+	model_bin="FVP_Base_Neoverse-E1x4" \
+	       gen_fvp_yaml
 }