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/script/trusted-firmware.nomination.py b/script/trusted-firmware.nomination.py
index 4b2934c..c535d1b 100644
--- a/script/trusted-firmware.nomination.py
+++ b/script/trusted-firmware.nomination.py
@@ -12,20 +12,20 @@
nomination_rules = {
# Run RDN1EDGE TF-A Tests and MISRA checks for any platform changes
"path:plat/arm/board/rdn1edge":
- ["tf-l3-boot-tests-css/fvp-rdn1edge-tbb,fvp-rdn1edge-default:fvp-tftf.sgi-fip.tftf-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.sgi-fip.sgi-rdn1edgex2-debug",
+ "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":
- ["tf-l3-boot-tests-css/fvp-rdv1-tbb:fvp-linux.sgi-fip.sgi-rdv1-debug",
+ ["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":
- ["tf-l3-boot-tests-css/fvp-sgi575-tbb:fvp-linux.sgi-fip.sgi-sgi575-debug",
- "tf-l3-boot-tests-css/fvp-sgi575-tbb,fvp-sgi575-default:fvp-tftf.sgi-fip.tftf-sgi575",
+ ["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"],
# Run Coverity MISRA checks for tc platform changes