fix: remove nrd files
They are never referenced and so are unneeded. Their references were
removed with 9faf861b, afb65d39, and 8a2b4559.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: Idebb0c0639246f22a37d85a561485f5564853a63
diff --git a/expect-lava/linux-busybox-nrd.exp b/expect-lava/linux-busybox-nrd.exp
deleted file mode 100644
index 237f4b3..0000000
--- a/expect-lava/linux-busybox-nrd.exp
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Copyright (c) 2022-2024 Arm Limited and Contributors. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-# Expect script for AArch32 Trusted Firmware + U-Boot + Linux boot process
-# with a AArch32 minimal initrd. The linux image must be a zImage and the
-# initrd must include the U-boot header.
-# TF with reset to BL1
-#
-
-# Linux kernel boot section
-source $ci_root/expect-lava/linux.inc
-
-# Busybox filesystem section
-source $ci_root/expect-lava/busybox.inc
diff --git a/expect-lava/trusted-firmware-nrd.exp b/expect-lava/trusted-firmware-nrd.exp
deleted file mode 100644
index 4e529f8..0000000
--- a/expect-lava/trusted-firmware-nrd.exp
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# Copyright (c) 2022-2024 Arm Limited and Contributors. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-# Expect script for Trusted Firmware for Neoverse RD platform.
-#
-# Refer to handle-arguments.inc for the list of parameters.
-#
-
-# Trusted Firmware boot section
-source $ci_root/expect-lava/trusted-firmware.inc
-
diff --git a/expect/linux-busybox-nrd.exp b/expect/linux-busybox-nrd.exp
deleted file mode 100644
index 0e527c0..0000000
--- a/expect/linux-busybox-nrd.exp
+++ /dev/null
@@ -1,20 +0,0 @@
-
-#
-# Copyright (c) 2022-204 Arm Limited and Contributors. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-# Expect script for Linux boot process with RAM Disk for Neovese RD platform.
-#
-# Refer to handle-arguments.inc for the list of parameters.
-#
-
-source [file join [file dirname [info script]] handle-arguments.inc]
-
-# Linux kernel boot section
-source [file join [file dirname [info script]] linux.inc]
-
-# Busybox filesystem section
-source [file join [file dirname [info script]] busybox.inc]
-
-exit_uart -1
diff --git a/expect/tftf-nrd.exp b/expect/tftf-nrd.exp
deleted file mode 100644
index 2dd7912..0000000
--- a/expect/tftf-nrd.exp
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# Copyright (c) 2022-2024 Arm Limited and Contributors. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-# Expect script for Trusted Firmware Test Framework
-#
-
-source [file join [file dirname [info script]] handle-arguments.inc]
-
-expect_string "Booting trusted firmware test framework" "TFTF is booting"
-expect_re "Running at NS-EL(1|2)"
-
-expect {
- "Tests Failed : 0" {
- expect_string "Exiting tests." "all TFTF tests passed"
- exit_uart 0
- }
- "Tests Passed : 0" {
- expect_string "Exiting tests." "no TFTF tests passed"
- exit_uart -1
- }
- -re "Tests Failed : \[^0]" {
- expect_string "Exiting tests." "one or more TFTF tests failed"
- exit_uart -1
- }
-}
-
-exit_uart -1
diff --git a/expect/trusted-firmware-nrd.exp b/expect/trusted-firmware-nrd.exp
deleted file mode 100644
index 27a59a0..0000000
--- a/expect/trusted-firmware-nrd.exp
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Copyright (c) 2022-2024 Arm Limited and Contributors. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-# Expect script for Trusted Firmware for Neoverse RD platform.
-#
-# Refer to handle-arguments.inc for the list of parameters.
-#
-
-source [file join [file dirname [info script]] handle-arguments.inc]
-
-# Trusted Firmware boot section
-source [file join [file dirname [info script]] trusted-firmware.inc]
-
diff --git a/run_config/fvp-fip.nrd b/run_config/fvp-fip.nrd
deleted file mode 100644
index 1857ab8..0000000
--- a/run_config/fvp-fip.nrd
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env bash
-#
-# Copyright (c) 2019-2024 Arm Limited and Contributors. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
-post_tf_build() {
- url="$nrd_prebuilts/uefi.bin" fetch_file
- archive_file "uefi.bin"
-
- build_fip BL33="$archive/uefi.bin"
-}
diff --git a/run_config/fvp-linux.nrd b/run_config/fvp-linux.nrd
deleted file mode 100644
index e822b83..0000000
--- a/run_config/fvp-linux.nrd
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/usr/bin/env bash
-#
-# Copyright (c) 2019-2024, Arm Limited and Contributors. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
-fetch_tf_resource() {
- image="kernel" type="nrd-busybox" get_boot_image
- image="initrd" type="nrd-ramdisk" get_boot_image
-
- url="$nrd_prebuilts/grub-busybox.img" saveas="busybox.bin" fetch_file
- url="$nrd_prebuilts/ramdisk-busybox.img" saveas="ramdisk.bin" fetch_file
-
- archive_file "busybox.bin"
- archive_file "ramdisk.bin"
-}
-
-generate_lava_job_template() {
- 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
- set_uart_port "${archive:?}" 3 5001
- set_uart_port "${archive:?}" 4 5002
-
- payload_type="linux" gen_yaml_template
-}
diff --git a/run_config/fvp-tftf.nrd b/run_config/fvp-tftf.nrd
deleted file mode 100644
index 6ef65c0..0000000
--- a/run_config/fvp-tftf.nrd
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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
-}