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-linux b/run_config/n1sdp-linux
new file mode 100644
index 0000000..b50417a
--- /dev/null
+++ b/run_config/n1sdp-linux
@@ -0,0 +1,11 @@
+#!/usr/bin/env bash
+#
+# Copyright (c) 2021 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+post_fetch_tf_resource() {
+        gen_recovery_image_n1sdp "$archive/n1sdp-board-firmware.zip"
+        payload_type="linux" gen_n1sdp_yaml
+}