Initial commit for TF-A CI scripts
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
diff --git a/run_config/fvp-linux.rst31 b/run_config/fvp-linux.rst31
new file mode 100644
index 0000000..c68a06a
--- /dev/null
+++ b/run_config/fvp-linux.rst31
@@ -0,0 +1,13 @@
+#!/bin/bash
+#
+# Copyright (c) 2019, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+fetch_tf_resource() {
+ kernel_type="fvp-busybox-uboot" get_kernel
+ initrd_type="default" get_initrd
+ uart="0" file="linux-rd-busybox.exp" track_expect
+ uart="0" set_expect_variable "skip_early_boot_msgs" "1"
+}