Add Morello platform to the CI

Add an SCP boot test config for the Morello platform.

Signed-off-by: Anurag Koul <anurag.koul@arm.com>
Change-Id: Ia64359a8793d9f4c7bc5bbc1838e5ed834d3b27f
diff --git a/run_config/fvp-linux.morello b/run_config/fvp-linux.morello
new file mode 100644
index 0000000..8534b07
--- /dev/null
+++ b/run_config/fvp-linux.morello
@@ -0,0 +1,16 @@
+#!/usr/bin/env bash
+#
+# Copyright (c) 2021 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+fetch_tf_resource() {
+	uart="1" set_primary="1" file="linux-rd-busybox.exp" track_expect
+
+	url="$morello_prebuilts/grub-busybox.img" saveas="busybox.bin" fetch_file
+
+	archive_file "busybox.bin"
+
+	payload_type="linux" gen_fvp_yaml_template
+}