coverity: Remove the imx8mq platform build
Due to the small OCRAM space that can be used for TF-A,
CI build will report failure caused by the small OCRAM,
so remove the CI build support for imx8mq.
Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Change-Id: I454e93dcb5ae3f334018a0c84c39fb72ef2d30e6
diff --git a/script/tf-coverity/coverity_tf_conf.py b/script/tf-coverity/coverity_tf_conf.py
index c472cef..58bd5df 100644
--- a/script/tf-coverity/coverity_tf_conf.py
+++ b/script/tf-coverity/coverity_tf_conf.py
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2019-2020, Arm Limited. All rights reserved.
+# Copyright (c) 2019-2021, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -116,4 +116,9 @@
("plat/mediatek/mt8195/plat_sip_calls.c", "Temporarily excluded"),
("plat/mediatek/mt8195/plat_topology.", "Temporarily excluded"),
+ # Exclude the following files of imx8mq as this platform is dropped
+ # from the CI. Put the files of this platform into a silent status.
+ ("plat/imx/imx8m/imx8mq/gpc.c", "Not currently used"),
+ ("plat/imx/imx8m/imx8mq/imx8mq_bl31_setup.c", "Not currently used"),
+ ("plat/imx/imx8m/imx8mq/imx8mq_psci.c", "Not currently used"),
]