coverity: exclude FVP RAS handling source file
This patch adds the following source file to exclusion list as it
is not used by any supported build configs for FVP platform:
- plat/arm/board/fvp/aarch64/fvp_lsp_ras_sp.c
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
Change-Id: Ifb9d6d50923bbc6e6e4ff9776fb94226b75be209
diff --git a/script/tf-coverity/coverity_tf_conf.py b/script/tf-coverity/coverity_tf_conf.py
index 466d45a..2af4c1e 100644
--- a/script/tf-coverity/coverity_tf_conf.py
+++ b/script/tf-coverity/coverity_tf_conf.py
@@ -29,6 +29,7 @@
("drivers/scmi-msg/power_domain.c", "Not used by any upstream platform"),
("plat/arm/board/fvp/fconf/fconf_nt_config_getter.c", "Not currently used. Future functionality"),
+ ("plat/arm/board/fvp/aarch64/fvp_lsp_ras_sp.c", "Not used by any supported build config"),
# Exclude Neoverse RD ras files.
("plat/arm/board/neoverse_rd/common/ras/nrd_ras_common.c", "Not currently used. Plans to enable for the near future"),