Generate FVP's Linux/TFTF FVP templates
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 1, creating the corresponding Linux or TFTF
templates.
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: I1d666e6f7c38d68f66439697e599512673d874f4
diff --git a/run_config/fvp-tftf.cactus_mm b/run_config/fvp-tftf.cactus_mm
index bef713e..fd0b529 100644
--- a/run_config/fvp-tftf.cactus_mm
+++ b/run_config/fvp-tftf.cactus_mm
@@ -20,4 +20,6 @@
uart="0" file="tftf.exp" track_expect
uart="1" file="hold_uart.exp" track_expect
uart="2" file="hold_uart.exp" track_expect
+
+ payload_type="tftf" gen_fvp_yaml_template
}