Populate FVP YAML files for cortex-a72x4 and cortex-a72x4-a53x4 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 'cortex-a72x4' and
'cortex-a72x4-a53x4' models.
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: Iff7046ca3d7bbfe3f92f29bc4b93fd4a3b1c4bf6
diff --git a/run_config/fvp-cortexa72x4a53x4 b/run_config/fvp-cortexa72x4a53x4
index d08e1db..ee5e8d5 100644
--- a/run_config/fvp-cortexa72x4a53x4
+++ b/run_config/fvp-cortexa72x4a53x4
@@ -7,4 +7,8 @@
post_fetch_tf_resource() {
model="cortex-a72x4-a53x4" gen_model_params
+
+ model="cortex-a72x4-a53x4" \
+ model_bin="FVP_Base_Cortex-A72x4-A53x4" \
+ gen_fvp_yaml
}