n1sdp: Add support for n1sdp in ci
Build scp and tf-a and test the artefacts on n1sdp in LAVA.
Change-Id: Iabe1bc65c5eb18f3204ec732fa259e7e6a4351bc
Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>
diff --git a/run_config/n1sdp-firmware b/run_config/n1sdp-firmware
new file mode 100644
index 0000000..02bcf3a
--- /dev/null
+++ b/run_config/n1sdp-firmware
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+#
+# Copyright (c) 2021 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+fetch_tf_resource() {
+ n1sdp_firmware_bin_url="$n1sdp_prebuilts/n1sdp-board-firmware.zip" get_n1sdp_firmware
+}