Initial commit for TF-A CI scripts
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
diff --git a/run_config/fvp-linux.rootfs b/run_config/fvp-linux.rootfs
new file mode 100644
index 0000000..ea3fff5
--- /dev/null
+++ b/run_config/fvp-linux.rootfs
@@ -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-oe-uboot" get_kernel
+ initrd_type="dummy-ramdisk" get_initrd
+ get_rootfs
+ uart="0" timeout="1800" file="linux-oe.exp" track_expect
+}