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-fip.sgi b/run_config/fvp-fip.nrd
similarity index 100%
rename from run_config/fvp-fip.sgi
rename to run_config/fvp-fip.nrd
diff --git a/run_config/fvp-linux.sgi b/run_config/fvp-linux.nrd
similarity index 84%
rename from run_config/fvp-linux.sgi
rename to run_config/fvp-linux.nrd
index dd3250c..946c00c 100644
--- a/run_config/fvp-linux.sgi
+++ b/run_config/fvp-linux.nrd
@@ -17,8 +17,8 @@
}
generate_lava_job_template() {
- uart="0" port="5004" file="trusted-firmware-sgi.exp" track_expect
- uart="1" port="5003" file="linux-busybox-sgi.exp" timeout="1800" \
+ uart="0" port="5004" file="trusted-firmware-nrd.exp" track_expect
+ uart="1" port="5003" file="linux-busybox-nrd.exp" timeout="1800" \
set_primary="1" track_expect
set_uart_port "${archive:?}" 2 5000
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
+}
diff --git a/run_config/fvp-tftf.sgi b/run_config/fvp-tftf.sgi
deleted file mode 100644
index 48a6e7a..0000000
--- a/run_config/fvp-tftf.sgi
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env bash
-#
-# Copyright (c) 2022-2023, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
-generate_lava_job_template() {
- uart="1" timeout="1200" set_primary="1" file="tftf-sgi.exp" track_expect
- uart="0" file="hold_uart.exp" track_expect
-
- payload_type="tftf" gen_yaml_template
-}