Initial commit for TF-A CI scripts
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
diff --git a/run_config/fvp-fip.uboot+bl32 b/run_config/fvp-fip.uboot+bl32
new file mode 100644
index 0000000..35b6ad3
--- /dev/null
+++ b/run_config/fvp-fip.uboot+bl32
@@ -0,0 +1,12 @@
+#!/bin/bash
+#
+# Copyright (c) 2019, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+post_tf_build() {
+ get_uboot_bin
+ get_optee_bin
+ build_fip BL33="$archive/uboot.bin" BL32="$archive/bl32.bin"
+}