coverity: exclude neoverse_rd ras files
As the ras files within neoverse_rd are not being utilized as of now,
add exlusion for these files in the coverity build
Signed-off-by: Rohit Mathew <rohit.mathew@arm.com>
Change-Id: Ia43605e6bed38fbedaa209cb3a298ed4c75329a9
diff --git a/script/tf-coverity/coverity_tf_conf.py b/script/tf-coverity/coverity_tf_conf.py
index b6de673..466d45a 100644
--- a/script/tf-coverity/coverity_tf_conf.py
+++ b/script/tf-coverity/coverity_tf_conf.py
@@ -29,6 +29,13 @@
("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"),
+
+ # 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"),
+ ("plat/arm/board/neoverse_rd/common/ras/nrd_ras_cpu.c", "Not currently used. Plans to enable for the near future"),
+ ("plat/arm/board/neoverse_rd/common/ras/nrd_ras_sram.c", "Not currently used. Plans to enable for the near future"),
+ ("plat/arm/board/neoverse_rd/platform/rdn2/rdn2_ras.c", "Not currently used. Plans to enable for the near future"),
+
("plat/arm/common/arm_tzc_dmc500.c", "Only used by deprecated SGM platforms"),
("plat/marvell/armada/a8k/common/plat_bl1_setup.c", "Not used by any upstream marvell platform"),
("plat/mediatek/mt8173/plat_mt_gic.c", "Deprecated code"),