ci(coverity): add coverage for FEAT-Errata ABI
This patch adds a build config for Errata ABI to tf-cov-make,
to ensure that the relevant code and files are scanned.
Signed-off-by: Sona Mathew <SonaRebecca.Mathew@arm.com>
Change-Id: Ie3453f7c55bf575eb73f96c1c16ab0c8768e07ec
(cherry picked from commit ff9c2a71574e99fbba42768b784293fe93a23be7)
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 288024c..26f92c6 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -73,6 +73,9 @@
clean_build $fvp_common_flags SPD=trusty
clean_build $fvp_common_flags SPD=trusty TRUSTY_SPD_WITH_GENERIC_SERVICES=1
+# ERRATA ABI
+clean_build $fvp_common_flags ERRATA_ABI_SUPPORT=1
+
# SDEI
clean_build $fvp_common_flags SDEI_SUPPORT=1 EL3_EXCEPTION_HANDLING=1