Necessary changes to support TC0 platform with Theodul DSU and 8 cores

Refer [1]. The new TC0 AEM Model needs modified parameters.
Also updated the core count required by the expect script.
New SCP binaries for the upgraded TC0 platform were uploaded
to TF-A downloads static server.

[1] https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/8182

Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
Change-Id: Ia921de086937550e6f6a5ab7e4b2bd23aec6e6ca
diff --git a/model/tc0.sh b/model/tc0.sh
index f34cd45..59dc219 100644
--- a/model/tc0.sh
+++ b/model/tc0.sh
@@ -11,8 +11,8 @@
 ${bl1_bin+-C css.trustedBootROMloader.fname=$bl1_bin}
 ${scp_romfw_bin+-C css.scp.ROMloader.fname=$scp_romfw_bin}
 ${fip_bin+-C board.flashloader0.fname=$fip_bin}
-${initrd_bin+--data board.cpu=$initrd_bin@${initrd_addr:?}}
-${kernel_bin+--data board.cpu=$kernel_bin@${kernel_addr:?}}
+${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}
diff --git a/run_config/fvp-tc0 b/run_config/fvp-tc0
index 9238d0f..ae079c9 100644
--- a/run_config/fvp-tc0
+++ b/run_config/fvp-tc0
@@ -22,6 +22,6 @@
 	model="$model" gen_model_params
 	set_run_env "ports_script" "$ci_root/model/tc0-ports.awk"
 	set_run_env "num_uarts" "2"
-	uart="1" set_expect_variable "num_cpus" "4"
+	uart="1" set_expect_variable "num_cpus" "8"
 	model="$model" gen_fvp_yaml
 }