feat(rd1ae): select SPMD and disable SPMC exception at S-EL2
For RD-1 AE platform, select SPMD component to relay the FF-A
protocol from NWd to SWd back and forth. Also, disable SPMC
exception level from being at S-EL2.
Change-Id: I7088165d67e36d53eedf8b2258ba4c3cb2c0d12d
Signed-off-by: Ziad Elhanafy <ziad.elhanafy@arm.com>
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 9b8395a..c9aa303 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -411,7 +411,9 @@
COT=tbbr \
ROT_KEY=plat/arm/board/common/rotpk/arm_rotprivk_rsa.pem \
bl2 \
- bl31
+ bl31 \
+ SPD=spmd \
+ SPMD_SPM_AT_SEL2=0
# Partners' platforms.
# Enable as many features as possible.