tc: Remove rotpk test on TC2

The rotpk test is broken if we move to use the latest RSE firmware, as
the PAS function ID RSE_CRYPTO_EXPORT_PUBLIC_KEY_SID mismatches between
TF-A and RSE.

The rotpk test can make success on TC2 which is because CI test sticks
to an old RSE firmware so it has no mismatching issue.

We will enable the test on TC3 soon for the corrected
RSE_CRYPTO_EXPORT_PUBLIC_KEY_SID function ID, as a side effect, this
will lead to test failure on TC2 with the updated TF-A and the old RSE
binary.  On the other hand, currently we have no plan to update RSE
binary, so remove the rotpk test on TC2.

Change-Id: I427907a0df96ec3c520b11a37e95b86b4f08b4c3
Signed-off-by: Leo Yan <leo.yan@arm.com>
diff --git a/group/tf-l2-boot-tests-arm-plats/fvp-tc2-rotpk:fvp-linux.tc-fip.tc-tc.crash-tc2-debug b/group/tf-l2-boot-tests-arm-plats/fvp-tc2-rotpk:fvp-linux.tc-fip.tc-tc.crash-tc2-debug
deleted file mode 100644
index 8c2d647..0000000
--- a/group/tf-l2-boot-tests-arm-plats/fvp-tc2-rotpk:fvp-linux.tc-fip.tc-tc.crash-tc2-debug
+++ /dev/null
@@ -1,5 +0,0 @@
-#
-# Copyright (c) 2023, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 0d2d531..3f8f391 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -345,7 +345,6 @@
     PLAT_MHU_VERSION=3
 clean_build $(common_flags) PLAT=tc TARGET_PLATFORM=2 ${ARM_TBB_OPTIONS} MEASURED_BOOT=1 \
     DICE_PROTECTION_ENVIRONMENT=1 QCBOR_DIR=$(pwd)/qcbor
-clean_build $(common_flags) PLAT=tc TARGET_PLATFORM=2 ${ARM_TBB_OPTIONS} PLATFORM_TEST=rse-rotpk
 clean_build $(common_flags) PLAT=tc TARGET_PLATFORM=2 ${ARM_TBB_OPTIONS} PLATFORM_TEST=rse-nv-counters
 clean_build $(common_flags) PLAT=tc TARGET_PLATFORM=2 ${ARM_TBB_OPTIONS} PLATFORM_TEST=tfm-testsuite \
     MEASURED_BOOT=1 TF_M_TESTS_PATH=$(pwd)/../tf-m-tests TF_M_EXTRAS_PATH=$(pwd)/../tf-m-extras
diff --git a/tf_config/fvp-tc2-rotpk b/tf_config/fvp-tc2-rotpk
deleted file mode 100644
index 1cee7f5..0000000
--- a/tf_config/fvp-tc2-rotpk
+++ /dev/null
@@ -1,10 +0,0 @@
-ARM_GPT_SUPPORT=1
-ARM_ROTPK_LOCATION=devel_rsa
-CROSS_COMPILE=aarch64-none-elf-
-GENERATE_COT=1
-PLAT=tc
-PLATFORM_TEST=rse-rotpk
-ROT_KEY=plat/arm/board/common/rotpk/arm_rotprivk_rsa.pem
-SCP_BL2=/dev/null
-TARGET_PLATFORM=2
-TRUSTED_BOARD_BOOT=1