ci(spm): update static binaries to 07-29-2021
Update static binaries required for SPM testing to:
/arm/pdsw/downloads/tf-a/spm/07-29-2021
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: I6a7095ab7deb0b9954a6e5ae43c6e602d764a597
diff --git a/expect/spm-uart2.exp b/expect/spm-uart2.exp
index bc40b17..d771151 100644
--- a/expect/spm-uart2.exp
+++ b/expect/spm-uart2.exp
@@ -16,7 +16,7 @@
}
expect {
- "FFA_VERSION returned 1.0" {
+ "FFA_VERSION returned 1.1" {
puts "<<SP checked FF-A version>>"
}
timeout {
diff --git a/run_config/fvp-spm.linux b/run_config/fvp-spm.linux
index 2d4bbcb..e32b552 100644
--- a/run_config/fvp-spm.linux
+++ b/run_config/fvp-spm.linux
@@ -10,8 +10,8 @@
}
fetch_tf_resource() {
- url="$tfa_downloads/spm/02-05-2021/initrd.img" saveas="initrd.bin" fetch_file
- url="$tfa_downloads/spm/02-05-2021/manifest.dtb" fetch_file
+ url="$tfa_downloads/spm/07-29-2021/initrd.img" saveas="initrd.bin" fetch_file
+ url="$tfa_downloads/spm/07-29-2021/manifest.dtb" fetch_file
archive_file "initrd.bin"
archive_file "manifest.dtb"
diff --git a/run_config/fvp-spm.optee b/run_config/fvp-spm.optee
index 14ac73b..328800f 100644
--- a/run_config/fvp-spm.optee
+++ b/run_config/fvp-spm.optee
@@ -6,7 +6,7 @@
#
post_tf_build() {
- url="$tfa_downloads/spm/02-05-2021/spmc_sel1_optee_sel1.bin" fetch_file
+ url="$tfa_downloads/spm/07-29-2021/spmc_sel1_optee_sel1.bin" fetch_file
archive_file "spmc_sel1_optee_sel1.bin"
diff --git a/run_config/fvp-spm.optee.sp b/run_config/fvp-spm.optee.sp
index a194587..5b5d6dc 100644
--- a/run_config/fvp-spm.optee.sp
+++ b/run_config/fvp-spm.optee.sp
@@ -6,7 +6,7 @@
#
post_tf_build() {
- url="$tfa_downloads/spm/02-05-2021/spmc_sel2_optee_sel1.bin" fetch_file
+ url="$tfa_downloads/spm/07-29-2021/spmc_sel2_optee_sel1.bin" fetch_file
archive_file "spmc_sel2_optee_sel1.bin"
cp "${archive}/spmc_sel2_optee_sel1.bin" "${tf_root}/build/fvp/${bin_mode}"
diff --git a/run_config/fvp-spm.rstbl31 b/run_config/fvp-spm.rstbl31
index 9a8c3e2..78a0399 100644
--- a/run_config/fvp-spm.rstbl31
+++ b/run_config/fvp-spm.rstbl31
@@ -30,8 +30,8 @@
}
fetch_tf_resource() {
- url="$tfa_downloads/spm/02-05-2021/initrd.img" saveas="initrd.bin" fetch_file
- url="$tfa_downloads/spm/02-05-2021/manifest.dtb" fetch_file
+ url="$tfa_downloads/spm/07-29-2021/initrd.img" saveas="initrd.bin" fetch_file
+ url="$tfa_downloads/spm/07-29-2021/manifest.dtb" fetch_file
archive_file "initrd.bin"
archive_file "manifest.dtb"