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/expect/spm-optee-sp-uart1.exp b/expect/spm-optee-sp-uart1.exp
index 9c97617..c874551 100644
--- a/expect/spm-optee-sp-uart1.exp
+++ b/expect/spm-optee-sp-uart1.exp
@@ -24,4 +24,5 @@
}
}
-exit_uart 0
+# Hold UART until test completes
+source [file join [file dirname [info script]] uart-hold.inc]