spm: update static binaries to spm-12-03-2020

Move static binaries required for SPM testing to:
/arm/pdsw/downloads/tf-a/spm/12-03-2020
Hafnium binaries are no longer stored as static binaries
provided Hafnium is now built from sources in TF-A CI.
Re-order CI hooks.
Log UART0/1/2 for all SPM tests.
OP-TEE SP manifest moved to FVP platform dependent directory.
Remove ls command emitted from build package script as cksum
already prints Hafnium output file names.

Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: I7204d42dda5e2f0971b4708356c693fea558b710
diff --git a/run_config/fvp-spm.optee b/run_config/fvp-spm.optee
index 92034ff..e3d5f74 100644
--- a/run_config/fvp-spm.optee
+++ b/run_config/fvp-spm.optee
@@ -6,13 +6,19 @@
 #
 
 post_tf_build() {
-	url="$project_filer/ci-files/spm-10-23-2020/spmc_sel1_optee_sel1.bin" fetch_file
+	url="$tfa_downloads/spm/12-03-2020/spmc_sel1_optee_sel1.bin" fetch_file
 
 	archive_file "spmc_sel1_optee_sel1.bin"
 
 	build_fip BL33="$archive/tftf.bin" BL32="$archive/spmc_sel1_optee_sel1.bin"
 }
 
+fetch_tf_resource() {
+	# Expect scripts
+	uart="0" file="tftf.exp" track_expect
+	uart="1" file="hold_uart.exp" track_expect
+}
+
 post_fetch_tf_resource() {
 	model="base-aemv8a" \
 		gen_model_params
@@ -21,8 +27,3 @@
 	model_bin="FVP_Base_AEMv8A-AEMv8A" \
 	       gen_fvp_yaml
 }
-
-fetch_tf_resource() {
-	# Expect scripts
-	uart="0" file="tftf.exp" track_expect
-}