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 b/run_config/fvp-spm
index 75d4923..b53774c 100644
--- a/run_config/fvp-spm
+++ b/run_config/fvp-spm
@@ -9,6 +9,12 @@
build_fip BL33="$archive/tftf.bin" BL32="$archive/secure_hafnium.bin"
}
+fetch_tf_resource() {
+ # Expect scripts
+ uart="0" file="tftf.exp" track_expect
+ uart="2" file="spm-uart2.exp" track_expect
+}
+
post_fetch_tf_resource() {
model="base-aemv8a" \
arch_version="8.4" \
@@ -18,9 +24,3 @@
model_bin="FVP_Base_AEMv8A-AEMv8A" \
gen_fvp_yaml
}
-
-fetch_tf_resource() {
- # Expect scripts
- uart="0" file="tftf.exp" track_expect
- uart="2" file="spm-uart2.exp" track_expect
-}