refactor(sgi): update source path in script for "sgi platforms"

As part of the move from "sgi", Trusted Firmware source files for "sgi
platforms" have been regrouped under "plat/arm/board/neoverse_rd".
Therefore, update the source path for "sgi platforms" with the new path
at all relevant places where they are referenced.

Signed-off-by: Rohit Mathew <Rohit.Mathew@arm.com>
Change-Id: I1869db963574c91f647d15a3857e00a4a5123f09
diff --git a/script/tf-coverity/coverity_tf_conf.py b/script/tf-coverity/coverity_tf_conf.py
index 6693d96..9badd35 100644
--- a/script/tf-coverity/coverity_tf_conf.py
+++ b/script/tf-coverity/coverity_tf_conf.py
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2019-2023, Arm Limited. All rights reserved.
+# Copyright (c) 2019-2024, Arm Limited and Contributors. All rights reserved.
 #
 # SPDX-License-Identifier: BSD-3-Clause
 #
@@ -92,17 +92,17 @@
 
     # Exclude the following files of RDN1EDGE and SGI575 as these platforms
     # are deprecated and removed from the CI.
-    ("plat/arm/board/rdn1edge/rdn1edge_err.c", "Only used by deprecated RDN1EDGE platforms"),
-    ("plat/arm/board/rdn1edge/rdn1edge_plat.c", "Only used by deprecated RDN1EDGE platforms"),
-    ("plat/arm/board/rdn1edge/rdn1edge_security.c", "Only used by deprecated RDN1EDGE platforms"),
-    ("plat/arm/board/rdn1edge/rdn1edge_topology.c", "Only used by deprecated RDN1EDGE platforms"),
-    ("plat/arm/board/rdn1edge/rdn1edge_trusted_boot.c", "Only used by deprecated RDN1EDGE platforms"),
-    ("plat/arm/board/sgi575/sgi575_err.c", "Only used by deprecated SGI575 platform"),
-    ("plat/arm/board/sgi575/sgi575_plat.c", "Only used by deprecated SGI575 platform"),
-    ("plat/arm/board/sgi575/sgi575_security.c", "Only used by deprecated SGI575 platform"),
-    ("plat/arm/board/sgi575/sgi575_topology.c", "Only used by deprecated SGI575 platform"),
-    ("plat/arm/board/sgi575/sgi575_trusted_boot.c", "Only used by deprecated SGI575 platform"),
-    ("plat/arm/css/sgi/sgi_ras.c", "Only used by deprecated SGI575 platform"),
+    ("plat/arm/board/neoverse_rd/platform/rdn1edge/rdn1edge_err.c", "Only used by deprecated RDN1EDGE platforms"),
+    ("plat/arm/board/neoverse_rd/platform/rdn1edge/rdn1edge_plat.c", "Only used by deprecated RDN1EDGE platforms"),
+    ("plat/arm/board/neoverse_rd/platform/rdn1edge/rdn1edge_security.c", "Only used by deprecated RDN1EDGE platforms"),
+    ("plat/arm/board/neoverse_rd/platform/rdn1edge/rdn1edge_topology.c", "Only used by deprecated RDN1EDGE platforms"),
+    ("plat/arm/board/neoverse_rd/platform/rdn1edge/rdn1edge_trusted_boot.c", "Only used by deprecated RDN1EDGE platforms"),
+    ("plat/arm/board/neoverse_rd/platform/sgi575/sgi575_err.c", "Only used by deprecated SGI575 platform"),
+    ("plat/arm/board/neoverse_rd/platform/sgi575/sgi575_plat.c", "Only used by deprecated SGI575 platform"),
+    ("plat/arm/board/neoverse_rd/platform/sgi575/sgi575_security.c", "Only used by deprecated SGI575 platform"),
+    ("plat/arm/board/neoverse_rd/platform/sgi575/sgi575_topology.c", "Only used by deprecated SGI575 platform"),
+    ("plat/arm/board/neoverse_rd/platform/sgi575/sgi575_trusted_boot.c", "Only used by deprecated SGI575 platform"),
+    ("plat/arm/board/neoverse_rd/common/nrd_ras.c", "Only used by deprecated SGI575 platform"),
 
     # Exclude the following files used for STM32MP host tools (cert_create)
     ("plat/st/stm32mp1/stm32mp1_tbb_cert.c", "Used to build STM32MP cert_create"),
diff --git a/script/trusted-firmware.nomination.py b/script/trusted-firmware.nomination.py
index c535d1b..1f4ebd5 100644
--- a/script/trusted-firmware.nomination.py
+++ b/script/trusted-firmware.nomination.py
@@ -11,19 +11,19 @@
 
 nomination_rules = {
         # Run RDN1EDGE TF-A Tests and MISRA checks for any platform changes
-        "path:plat/arm/board/rdn1edge":
+        "path:plat/arm/board/neoverse_rd/platform/rdn1edge":
             ["tf-l3-boot-tests-css/fvp-rdn1edge-tbb,fvp-rdn1edge-default:fvp-tftf.nrd-fip.tftf-rdn1edge",
              "tf-l2-coverity-misra-nominated/fvp-rdn1edge-tbb:coverity-tf-misra.diff",
              "tf-l3-boot-tests-css/fvp-rdn1edgex2-tbb:fvp-linux.nrd-fip.nrd-rdn1edgex2-debug",
              "tf-l2-coverity-misra-nominated/fvp-rdn1edgex2-tbb:coverity-tf-misra.diff"],
 
         # Run RD-V1 TF-A Tests and MISRA checks for any platform changes
-        "path:plat/arm/board/rdv1":
+        "path:plat/arm/board/neoverse_rd/platform/rdv1":
             ["tf-l3-boot-tests-css/fvp-rdv1-tbb:fvp-linux.nrd-fip.nrd-rdv1-debug",
              "tf-l2-coverity-misra-nominated/fvp-rdv1-tbb:coverity-tf-misra.diff"],
 
-        # Run SGI575 boot test, TF-A Tests and MISRA checks for any changes with "sgi" in the path
-        "pathre:sgi":
+        # Run SGI575 boot test, TF-A Tests and MISRA checks for any changes with "neoverse_rd" in the path
+        "pathre:neoverse_rd":
             ["tf-l3-boot-tests-css/fvp-sgi575-tbb:fvp-linux.nrd-fip.nrd-sgi575-debug",
              "tf-l3-boot-tests-css/fvp-sgi575-tbb,fvp-sgi575-default:fvp-tftf.nrd-fip.tftf-sgi575",
              "tf-l2-coverity-misra-nominated/fvp-sgi575-tbb:coverity-tf-misra.diff"],