Populate FVP YAML files for base-aemv8a 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 'base-aemv8a' models.
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: I125a7bbe2da65f3575c68872fda6b7f150477b68
diff --git a/run_config/fvp-aemv8a.NVM_reboot b/run_config/fvp-aemv8a.NVM_reboot
index 35cf49a..f881e8f 100644
--- a/run_config/fvp-aemv8a.NVM_reboot
+++ b/run_config/fvp-aemv8a.NVM_reboot
@@ -31,4 +31,8 @@
flashloader0_fwrite="flash0" \
flashloader1_fwrite="flash1" \
gen_model_params
+
+ model="base-aemv8a" \
+ model_bin="FVP_Base_AEMv8A-AEMv8A" \
+ gen_fvp_yaml
}