feat(sgi): add platform specific tftf expect script and run_config
Neoverse reference design platforms use secure uart for trusted firmware
logs and non-secure uart for tftf logs. Hence, add a new tftf expect
script that searches for tftf logs without expecting trusted firmware
logs on the same uart. Additionally, add a tftf run_config that uses
uart1 as the primary uart port and the newly added tftf expect script.
Also, update the tftf run_config used in group/tf-l3-boot-tests-css for
rdn1edge and sgi575 platforms to reflect the above mentioned changes.
Signed-off-by: Shriram K <shriram.k@arm.com>
Change-Id: If28a4a213e6b60c60359b6e1d1990151a38d4c7e
diff --git a/script/trusted-firmware.nomination.py b/script/trusted-firmware.nomination.py
index d0ec37e..eda06af 100644
--- a/script/trusted-firmware.nomination.py
+++ b/script/trusted-firmware.nomination.py
@@ -12,7 +12,7 @@
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-fip.tftf-rdn1edge",
+ ["tf-l3-boot-tests-css/fvp-rdn1edge-tbb,fvp-rdn1edge-default:fvp-tftf.sgi-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-l2-coverity-misra-nominated/fvp-rdn1edgex2-tbb:coverity-tf-misra.diff"],
@@ -25,7 +25,7 @@
# 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-fip.tftf-sgi575",
+ "tf-l3-boot-tests-css/fvp-sgi575-tbb,fvp-sgi575-default:fvp-tftf.sgi-fip.tftf-sgi575",
"tf-l2-coverity-misra-nominated/fvp-sgi575-tbb:coverity-tf-misra.diff"],
# Run Coverity MISRA checks for tc platform changes