tf-cov-make: For qemu_sbsa SPM_MM=1, add ENABLE_SME_FOR_NS=0
Otherwise, there's error during compilation:
01:28:25.194 services/std_svc/spm/spm_mm/spm_mm.mk:17: *** "Error: SPM_MM is not compatible with ENABLE_SME_FOR_NS". Stop.
Looking at the mentioned *.mk, both ENABLE_SVE_FOR_NS and ENABLE_SME_FOR_NS
should be disabled (first was already, 2nd isn't).
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I54e26726fe13461ed9d9bfb7d41462f0aff475cb
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 288024c..d3d0533 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -649,7 +649,7 @@
# QEMU with SPM support
clean_build PLAT=qemu_sbsa $(common_flags) BL32=Makefile SPM_MM=1 \
- EL3_EXCEPTION_HANDLING=1 ENABLE_SVE_FOR_NS=0
+ EL3_EXCEPTION_HANDLING=1 ENABLE_SME_FOR_NS=0 ENABLE_SVE_FOR_NS=0
# For hikey enable PMF to include all files in the platform port
make PLAT=hikey $(common_flags) ${TBB_OPTIONS} ENABLE_PMF=1 all