ci: remove TC1 configuration

The support for TC1 has been dropped (deprecated).
As a result, we are forced to remove the boot test for TC1 given
that it has reached the end of its support.

Signed-off-by: Leandro Belli <leandro.belli@arm.com>
Change-Id: I6e4ef8b3a76146005a06737e4b747d660ab00517
diff --git a/fvp_utils.sh b/fvp_utils.sh
index 23cd3ce..8ee16d6 100644
--- a/fvp_utils.sh
+++ b/fvp_utils.sh
@@ -58,7 +58,6 @@
 # CSS model list
 fvp_morello="fvp:fvp_morello_0.11_33;/opt/model/FVP_Morello/models/Linux64_GCC-6.4"
 fvp_rd_v1="fvp:fvp_rd_v1_${model_version}_${model_build};/opt/model/FVP_RD_V1/models/${model_flavour}"
-fvp_tc1="fvp:fvp_tc1_${model_version}_${model_build};/opt/model/FVP_TC1/models/${model_flavour}"
 fvp_tc2="fvp:fvp_tc2_11.23_17;/opt/model/FVP_TC2/models/${model_flavour}"
 
 # FVP associate array, run_config are keys and fvp container parameters are the values
@@ -107,7 +106,6 @@
 [neoverse-v1x4]="${fvp_arm_std_library};FVP_Base_Neoverse-V1"
 [morello]="${fvp_morello};FVP_Morello"
 [css-rdv1]="${fvp_rd_v1};FVP_RD_V1"
-[tc1]="${fvp_tc1};FVP_TC1"
 [tc2]="${fvp_tc2};FVP_TC2"
 [baser-aemv8r]="${fvp_base_aemv8r};FVP_BaseR_AEMv8R"
 )
diff --git a/group/tf-l1-build-plat/fvp-tc1-tbb:nil b/group/tf-l1-build-plat/fvp-tc1-tbb:nil
deleted file mode 100644
index aa57540..0000000
--- a/group/tf-l1-build-plat/fvp-tc1-tbb:nil
+++ /dev/null
@@ -1,5 +0,0 @@
-#
-# Copyright (c) 2021, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
diff --git a/model/tc1.sh b/model/tc1.sh
deleted file mode 100644
index 0bb1b1d..0000000
--- a/model/tc1.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/usr/bin/env bash
-#
-# Copyright (c) 2021, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
-set_model_path "$warehouse/SysGen/SubSystemModels/11.17/33/models/$model_flavour/FVP_TC1"
-
-cat <<EOF >"$model_param_file"
--C css.terminal_uart_ap.start_port=5000
--C css.terminal_uart1_ap.start_port=5001
--C soc.terminal_s0.start_port=5002
--C soc.terminal_s1.start_port=5003
--C board.terminal_0.start_port=5004
--C board.terminal_1.start_port=5005
-
-${bl1_bin+-C css.trustedBootROMloader.fname=$bl1_bin}
-${scp_rom_bin+-C css.scp.ROMloader.fname=$scp_rom_bin}
-${fip_bin+-C board.flashloader0.fname=$fip_bin}
-${initrd_bin+--data board.dram=$initrd_bin@${initrd_addr:?}}
-${kernel_bin+--data board.dram=$kernel_bin@${kernel_addr:?}}
-${uart0_out+-C soc.pl011_uart0.out_file=$uart0_out}
-${uart0_out+-C soc.pl011_uart0.unbuffered_output=1}
-${uart1_out+-C soc.pl011_uart1.out_file=$uart1_out}
-${uart1_out+-C soc.pl011_uart1.unbuffered_output=1}
-EOF
diff --git a/run_config/fvp-tc1 b/run_config/fvp-tc1
deleted file mode 100644
index f945795..0000000
--- a/run_config/fvp-tc1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env bash
-#
-# Copyright (c) 2021-2022, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
-generate_lava_job() {
-	local model="tc1"
-
-	uart="1" set_expect_variable "num_cpus" "8"
-
-	set_run_env "ports_script" "$ci_root/model/tc-ports.awk"
-	set_run_env "num_uarts" "2"
-
-	model="$model" gen_model_params
-	model="$model" gen_fvp_yaml
-}
diff --git a/tf_config/fvp-tc1-tbb b/tf_config/fvp-tc1-tbb
deleted file mode 100644
index 843dbfe..0000000
--- a/tf_config/fvp-tc1-tbb
+++ /dev/null
@@ -1,8 +0,0 @@
-ARM_ROTPK_LOCATION=devel_rsa
-CROSS_COMPILE=aarch64-none-elf-
-GENERATE_COT=1
-PLAT=tc
-TARGET_PLATFORM=1
-ROT_KEY=plat/arm/board/common/rotpk/arm_rotprivk_rsa.pem
-SCP_BL2=/dev/null
-TRUSTED_BOARD_BOOT=1