Initial commit for TF-A CI scripts
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
diff --git a/run_config/fvp-aemv8a.fi b/run_config/fvp-aemv8a.fi
new file mode 100644
index 0000000..4d5b58a
--- /dev/null
+++ b/run_config/fvp-aemv8a.fi
@@ -0,0 +1,18 @@
+#!/bin/bash
+#
+# Copyright (c) 2019, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+pre_tf_build() {
+ # Apply fault injection patches
+ apply_tf_patch "fault_inject/injected-fault-record-and-handler.patch"
+ apply_tf_patch "fault_inject/explicit-events.patch"
+ apply_tf_patch "fault_inject/fvp-fault-handlers.patch"
+}
+
+post_tf_archive() {
+ model="base-aemv8a" fault_inject="1" arch_version="8.4" \
+ gen_model_params
+}