refactor(cryptocell): remove support for CryptoCell testing

TF-A project is removing support for CryptoCell IP, hence it no longer
needs any supporting test configs or test scripts related to CryptoCell.

Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Change-Id: Ic12cae139982e17cd4735fef9b6da1dd995b56aa
(cherry picked from commit 4e699bf81566b9cd724ca1faadd9be318bcf8559)
diff --git a/group/tf-l2-build-juno/juno-tbb-cryptocell712:nil b/group/tf-l2-build-juno/juno-tbb-cryptocell712:nil
deleted file mode 100644
index aab4796..0000000
--- a/group/tf-l2-build-juno/juno-tbb-cryptocell712:nil
+++ /dev/null
@@ -1,6 +0,0 @@
-#
-# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
diff --git a/group/tf-l2-build-juno/juno-tbb-cryptocell713:nil b/group/tf-l2-build-juno/juno-tbb-cryptocell713:nil
deleted file mode 100644
index 45065d8..0000000
--- a/group/tf-l2-build-juno/juno-tbb-cryptocell713:nil
+++ /dev/null
@@ -1,6 +0,0 @@
-#
-# Copyright (c) 2021 Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
diff --git a/script/tf-coverity/common-def.sh b/script/tf-coverity/common-def.sh
index e2cb1b7..a23e9b2 100644
--- a/script/tf-coverity/common-def.sh
+++ b/script/tf-coverity/common-def.sh
@@ -83,7 +83,5 @@
 
 ARMCLANG_PATH="$(set_armclang_toolchain)"
 
-CRYPTOCELL_LIB_PATH=/arm/projectscratch/ssg/trusted-fw/dummy-crypto-lib
-
 TBB_OPTIONS="TRUSTED_BOARD_BOOT=1 GENERATE_COT=1 MBEDTLS_DIR=$(pwd)/mbedtls"
 ARM_TBB_OPTIONS="$TBB_OPTIONS ARM_ROTPK_LOCATION=devel_rsa"
diff --git a/script/tf-coverity/coverity_tf_conf.py b/script/tf-coverity/coverity_tf_conf.py
index df92c32..d2307d7 100644
--- a/script/tf-coverity/coverity_tf_conf.py
+++ b/script/tf-coverity/coverity_tf_conf.py
@@ -23,7 +23,6 @@
     ("drivers/marvell/mochi/ap807_setup.c", "Not used by any upstream marvell platform"),
     ("drivers/renesas/common/ddr/ddr_b/boot_init_dram_config.c",
      "It is used as a header file and is included in boot_init_dram.c .Since it is not explicitly compiled, such file cannot be converted into an instrumented binary for further analysis"),
-    ("drivers/auth/cryptocell/713/.*", "There is no dummy library to support 713 for now. This can be removed once we have this library in place"),
     ("drivers/scmi-msg/power_domain.c", "Not used by any upstream platform"),
 
     ("plat/arm/board/fvp/fconf/fconf_nt_config_getter.c", "Not currently used. Future functionality"),
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 26f92c6..6fa777f 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -207,8 +207,6 @@
 clean_build $juno_common_flags ENABLE_STACK_PROTECTOR=strong ARM_ETHOSN_NPU_DRIVER=1
 clean_build $juno_common_flags CSS_USE_SCMI_SDS_DRIVER=0
 
-clean_build $juno_common_flags SPD=tspd ${ARM_TBB_OPTIONS} ARM_CRYPTOCELL_INTEG=1 CCSBROM_LIB_PATH=${CRYPTOCELL_LIB_PATH} KEY_SIZE=2048
-
 # TRNG Service
 clean_build $juno_common_flags TRNG_SUPPORT=1
 
diff --git a/tf_config/juno-tbb-cryptocell712 b/tf_config/juno-tbb-cryptocell712
deleted file mode 100644
index d5ef865..0000000
--- a/tf_config/juno-tbb-cryptocell712
+++ /dev/null
@@ -1,10 +0,0 @@
-ARM_CRYPTOCELL_INTEG=1
-ARM_ROTPK_LOCATION=devel_rsa
-CCSBROM_LIB_PATH=/arm/projectscratch/ssg/trusted-fw/dummy-crypto-lib
-CROSS_COMPILE=aarch64-none-elf-
-GENERATE_COT=1
-PLAT=juno
-ROT_KEY=plat/arm/board/common/rotpk/arm_rotprivk_rsa.pem
-SPD=tspd
-TRUSTED_BOARD_BOOT=1
-KEY_SIZE=2048
diff --git a/tf_config/juno-tbb-cryptocell713 b/tf_config/juno-tbb-cryptocell713
deleted file mode 100644
index b4b2a8d..0000000
--- a/tf_config/juno-tbb-cryptocell713
+++ /dev/null
@@ -1,11 +0,0 @@
-ARM_CRYPTOCELL_INTEG=1
-ARM_ROTPK_LOCATION=devel_rsa
-CCSBROM_LIB_PATH=/arm/projectscratch/ssg/trusted-fw/dummy-crypto-lib
-CROSS_COMPILE=aarch64-none-elf-
-CRYPTOCELL_VERSION=713
-GENERATE_COT=1
-PLAT=juno
-ROT_KEY=plat/arm/board/common/rotpk/arm_rotprivk_rsa.pem
-SPD=tspd
-TRUSTED_BOARD_BOOT=1
-KEY_SIZE=2048