refactor(sgi): change "sgi" to "nrd" within file names
As part of the move from "sgi" to "neoverse_rd", rename every occurance
of "sgi" within file names to "nrd".
Signed-off-by: Rohit Mathew <Rohit.Mathew@arm.com>
Change-Id: I587072f1dd42bbda2730e24139c88945908aa730
diff --git a/run_config/fvp-tftf.nrd b/run_config/fvp-tftf.nrd
new file mode 100644
index 0000000..6ef65c0
--- /dev/null
+++ b/run_config/fvp-tftf.nrd
@@ -0,0 +1,13 @@
+#!/usr/bin/env bash
+#
+# Copyright (c) 2022-2024, Arm Limited and Contributors. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+generate_lava_job_template() {
+ uart="1" timeout="1200" set_primary="1" file="tftf-nrd.exp" track_expect
+ uart="0" file="hold_uart.exp" track_expect
+
+ payload_type="tftf" gen_yaml_template
+}