spm: update binaries directory in scratch space to spm-10-23-2020

Binaries stored at:
/arm/projectscratch/ssg/trusted-fw/ci-files/spm-10-23-2020

Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: I70eb53979ccbb7c8e5c6f44287756478c78f2325
diff --git a/run_config/fvp-spm b/run_config/fvp-spm
index 36e10f6..c65fb72 100644
--- a/run_config/fvp-spm
+++ b/run_config/fvp-spm
@@ -6,7 +6,7 @@
 #
 
 post_tf_build() {
-	url="$project_filer/ci-files/spm-09-16-2020/secure_hafnium.bin" fetch_file
+	url="$project_filer/ci-files/spm-10-23-2020/secure_hafnium.bin" fetch_file
 
 	archive_file "secure_hafnium.bin"
 
diff --git a/run_config/fvp-spm.linux b/run_config/fvp-spm.linux
index e35f281..2377a99 100644
--- a/run_config/fvp-spm.linux
+++ b/run_config/fvp-spm.linux
@@ -6,10 +6,10 @@
 #
 
 post_tf_build() {
-	url="$project_filer/ci-files/spm-09-16-2020/hafnium.bin" fetch_file
-	url="$project_filer/ci-files/spm-09-16-2020/secure_hafnium.bin" fetch_file
-	url="$project_filer/ci-files/spm-09-16-2020/initrd.img" fetch_file
-	url="$project_filer/ci-files/spm-09-16-2020/manifest.dtb" fetch_file
+	url="$project_filer/ci-files/spm-10-23-2020/hafnium.bin" fetch_file
+	url="$project_filer/ci-files/spm-10-23-2020/secure_hafnium.bin" fetch_file
+	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
 
 	archive_file "hafnium.bin"
 	archive_file "secure_hafnium.bin"
diff --git a/run_config/fvp-spm.optee b/run_config/fvp-spm.optee
index 7c2bf7d..f5933e3 100644
--- a/run_config/fvp-spm.optee
+++ b/run_config/fvp-spm.optee
@@ -6,7 +6,7 @@
 #
 
 post_tf_build() {
-	url="$project_filer/ci-files/spm-09-16-2020/spmc_sel1_optee_sel1.bin" fetch_file
+	url="$project_filer/ci-files/spm-10-23-2020/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 b323dbf..6cc8ac2 100644
--- a/run_config/fvp-spm.optee.sp
+++ b/run_config/fvp-spm.optee.sp
@@ -6,8 +6,8 @@
 #
 
 post_tf_build() {
-	url="$project_filer/ci-files/spm-09-16-2020/secure_hafnium.bin" fetch_file
-	url="$project_filer/ci-files/spm-09-16-2020/spmc_sel2_optee_sel1.bin" fetch_file
+	url="$project_filer/ci-files/spm-10-23-2020/secure_hafnium.bin" fetch_file
+	url="$project_filer/ci-files/spm-10-23-2020/spmc_sel2_optee_sel1.bin" fetch_file
 
 	archive_file "secure_hafnium.bin"
 	archive_file "spmc_sel2_optee_sel1.bin"
diff --git a/run_config/fvp-spm.rstbl31 b/run_config/fvp-spm.rstbl31
index 41d96dc..1f3dcaa 100644
--- a/run_config/fvp-spm.rstbl31
+++ b/run_config/fvp-spm.rstbl31
@@ -16,10 +16,10 @@
 
 	build_fip BL33="$dummy_file" BL32="$dummy_file"
 
-	url="$project_filer/ci-files/spm-09-16-2020/hafnium.bin" fetch_file
-	url="$project_filer/ci-files/spm-09-16-2020/secure_hafnium.bin" fetch_file
-	url="$project_filer/ci-files/spm-09-16-2020/initrd.img" fetch_file
-	url="$project_filer/ci-files/spm-09-16-2020/manifest.dtb" fetch_file
+	url="$project_filer/ci-files/spm-10-23-2020/hafnium.bin" fetch_file
+	url="$project_filer/ci-files/spm-10-23-2020/secure_hafnium.bin" fetch_file
+	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
 	url="${tf_build_root}/${plat}/${mode}/fdts/fvp_spmc_manifest.dtb" fetch_file
 	url="${tf_build_root}/${plat}/${mode}/cactus-primary.pkg" fetch_file
 	url="${tf_build_root}/${plat}/${mode}/cactus-secondary.pkg" fetch_file