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.linux b/run_config/fvp-spm.linux
index b05f714..1757515 100644
--- a/run_config/fvp-spm.linux
+++ b/run_config/fvp-spm.linux
@@ -6,13 +6,19 @@
#
post_tf_build() {
- url="$project_filer/ci-files/spm-10-23-2020/initrd.img" fetch_file
- url="$project_filer/ci-files/spm-10-23-2020/manifest.dtb" fetch_file
+ build_fip BL33="$archive/hafnium.bin" BL32="$archive/secure_hafnium.bin"
+}
+
+fetch_tf_resource() {
+ url="$tfa_downloads/spm/12-03-2020/initrd.img" fetch_file
+ url="$tfa_downloads/spm/12-03-2020/manifest.dtb" fetch_file
archive_file "initrd.img"
archive_file "manifest.dtb"
- build_fip BL33="$archive/hafnium.bin" BL32="$archive/secure_hafnium.bin"
+ # Expect scripts
+ uart="0" file="spm-linux-uart0.exp" track_expect
+ uart="2" file="spm-uart2.exp" track_expect
}
post_fetch_tf_resource() {
@@ -26,9 +32,3 @@
model_bin="FVP_Base_AEMv8A-AEMv8A" \
gen_fvp_yaml
}
-
-fetch_tf_resource() {
- # Expect scripts
- uart="0" file="spm-linux-uart0.exp" track_expect
- uart="2" file="spm-uart2.exp" track_expect
-}