fix(tc): fix script name for tc platforms

The script called for both tc0 and tc1 is tc_utils.sh.

Change-Id: Ie7d7ae784412ba3a67c6322cd9a2e72cea9160f5
Signed-off-by: Usama Arif <usama.arif@arm.com>
diff --git a/tc_utils.sh b/tc_utils.sh
new file mode 100644
index 0000000..60c06f4
--- /dev/null
+++ b/tc_utils.sh
@@ -0,0 +1,20 @@
+#!/usr/bin/env bash
+#
+# Copyright (c) 2020-2021, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+source "$ci_root/fvp_utils.sh"
+
+tc_prebuilts="${tc_prebuilts:-$tfa_downloads/total_compute/}"
+
+# Pre-built SCP v2.8.0 release binaries
+scp_prebuilts="${scp_prebuilts:-$tfa_downloads/total_compute_scp_2.8.0/}"
+
+fvp_kernels[fvp-tc-kernel]="$tc_prebuilts/Image"
+fvp_initrd_urls[fvp-tc-ramdisk]="$tc_prebuilts/uInitrd-busybox.0x88000000"
+
+initrd_addr=0x8000000
+kernel_addr=0x80000
+scp_ram_addr=0x0bd80000