summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>2023-01-12 14:50:34 +0000
committerManish Pandey <manish.pandey2@arm.com>2023-04-28 11:57:42 +0200
commit41edd01af9fd5b1e6be45a9d045d96fe9171ff02 (patch)
tree4a3ba510bb8b70d6afc0b78aeb2d8f73fd254ac0
parent45b4655739f15f0911860c37f7105e65cd2d405b (diff)
ci(coverity): add coverage for FEAT_SME2
This patch adds a build config for SME2 to tf-cov-make, to ensure that the relevant code and files are scanned. Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com> Change-Id: I98da19e1fda1e89a5845fe0497371ec8d6572573
-rwxr-xr-xscript/tf-coverity/tf-cov-make3
1 files changed, 3 insertions, 0 deletions
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 60934dfc..2b34065f 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -191,6 +191,9 @@ clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} ARM_GPT_SUPPORT=1 PSA_FWU_SUPPO
# SME and HCX features
clean_build $fvp_common_flags ENABLE_SME_FOR_NS=1 ENABLE_FEAT_HCX=1
+# SME2
+clean_build $fvp_common_flags ENABLE_SME2_FOR_NS=1 ENABLE_SME_FOR_NS=1 ENABLE_FEAT_HCX=1
+
# Architectural Feature Detection mechanism
clean_build $fvp_common_flags FEATURE_DETECTION=1