spm: update static binaries to 02-05-2021

Update static binaries required for SPM testing to:
/arm/pdsw/downloads/tf-a/spm/02-05-2021

OP-TEE binaries (as S-EL1 SPMC or S-EL1 SP) are rebuilt to use the newly
introduced FFA_SECONDARY_EP_REGISTER ABI at boot time.

Added a statement to hold UART1 for spm-optee-sp-uart1.exp expect script
as this was triggering test failures due to test aborting early.

Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: Ia8b0ed69cf9407b5082a404accf4983d1ad989c2
diff --git a/run_config/fvp-spm.linux b/run_config/fvp-spm.linux
index 330d060..23f0c76 100644
--- a/run_config/fvp-spm.linux
+++ b/run_config/fvp-spm.linux
@@ -10,8 +10,8 @@
 }
 
 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
+	url="$tfa_downloads/spm/02-05-2021/initrd.img" fetch_file
+	url="$tfa_downloads/spm/02-05-2021/manifest.dtb" fetch_file
 
 	archive_file "initrd.img"
 	archive_file "manifest.dtb"