Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 1 | # |
Jacky Bai | b6cecc8 | 2021-06-07 09:49:46 +0800 | [diff] [blame] | 2 | # Copyright (c) 2019-2021, Arm Limited. All rights reserved. |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | # |
| 8 | # This file lists the source files that are expected to be excluded from |
| 9 | # Coverity's analysis, and the reason why. |
| 10 | # |
| 11 | |
| 12 | # The expected format is an array of tuples (filename_pattern, description). |
| 13 | # - filename_pattern is a Python regular expression (as in the 're' module) |
| 14 | # describing the file(s) to exclude. |
| 15 | # - description aims at providing the reason why the files are expected |
| 16 | # to be excluded. |
| 17 | exclude_paths = [ |
Zelalem | c9531f8 | 2020-08-04 15:37:08 -0500 | [diff] [blame] | 18 | ("drivers/arm/tzc/tzc_common_private.c", "File included, actually indirectly analyzed"), |
| 19 | ("drivers/marvell/comphy/phy-comphy-3700.c", "File is actually analyzed. False positive"), |
| 20 | ("drivers/marvell/comphy/phy-comphy-cp110.c", "File is actually analyzed. False positive"), |
| 21 | ("drivers/marvell/gwin.c", "Not used by any upstream marvell platform"), |
| 22 | ("drivers/marvell/mochi/ap807_setup.c", "Not used by any upstream marvell platform"), |
| 23 | ("drivers/renesas/rcar/ddr/ddr_b/boot_init_dram_config.c", |
| 24 | "It is used as a header file and is included in boot_init_dram.c .Since it is not explicitly compiled, such file cannot be converted into an instrumented binary for further analysis"), |
Zelalem | f429967 | 2021-01-29 12:52:59 -0600 | [diff] [blame] | 25 | ("drivers/renesas/rzg/ddr/ddr_b/boot_init_dram_config.c", |
| 26 | "It is used as a header file and is included in boot_init_dram.c .Since it is not explicitly compiled, such file cannot be converted into an instrumented binary for further analysis"), |
Zelalem | c9531f8 | 2020-08-04 15:37:08 -0500 | [diff] [blame] | 27 | ("drivers/auth/cryptocell/713/.*", "There is no dummy library to support 713 for now. This can be removed once we have this library in place"), |
| 28 | ("drivers/st/scmi-msg/.*", "Not used by any upstream platform"), |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 29 | |
Alexei Fedorov | 20fdf50 | 2020-07-27 17:36:38 +0100 | [diff] [blame] | 30 | ("plat/arm/board/fvp/fconf/fconf_nt_config_getter.c", "Not currently used. Future functionality"), |
Zelalem | c9531f8 | 2020-08-04 15:37:08 -0500 | [diff] [blame] | 31 | ("plat/marvell/armada/a8k/common/plat_bl1_setup.c", "Not used by any upstream marvell platform"), |
| 32 | ("plat/mediatek/common/custom/oem_svc.c", "Used only by mt6795 which is unsupported platform"), |
| 33 | ("plat/mediatek/mt6795/.*", "This platform fails to build and is not supported by mediatek"), |
| 34 | ("plat/mediatek/mt8173/plat_mt_gic.c", "Deprecated code"), |
| 35 | ("plat/nvidia/tegra/common/tegra_gicv3.c", "Not used by any upstream nvidia platform"), |
| 36 | ("plat/qemu/common/sp_min/sp_min_setup.c", "Not used in any upstream platform - see GENFW-2164"), |
| 37 | ("plat/rockchip/rk3399/drivers/m0/.*", "Work around the lack of support for the M0 compiler in the scripts"), |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 38 | |
Zelalem | c9531f8 | 2020-08-04 15:37:08 -0500 | [diff] [blame] | 39 | # The following block is excluding files that are impossible to include in a build due to a missing file |
| 40 | # this should be removed as soon as it would be possible to build stingray platform with SCP_BL2 option |
| 41 | ("drivers/brcm/iproc_gpio.c", "Cannot be built due to the missing m0_ipc.h file"), |
| 42 | ("drivers/brcm/scp.c", "Cannot be built due to the missing m0_ipc.h file"), |
| 43 | ("drivers/brcm/spi/iproc_qspi.c", "Cannot be built due to the missing m0_ipc.h file"), |
| 44 | ("drivers/brcm/spi/iproc_spi.c", "Cannot be built due to the missing m0_ipc.h file"), |
| 45 | ("drivers/brcm/spi_flash.c", "Cannot be built due to the missing m0_ipc.h file"), |
| 46 | ("drivers/brcm/spi_sf.c", "Cannot be built due to the missing m0_ipc.h file"), |
| 47 | ("plat/brcm/board/common/bcm_elog_ddr.c", "Cannot be built due to the missing m0_ipc.h file"), |
| 48 | ("plat/brcm/board/stingray/src/brcm_pm_ops.c", "Cannot be built due to the missing m0_ipc.h file"), |
| 49 | ("plat/brcm/board/stingray/src/ncsi.c", "Cannot be built due to the missing m0_ipc.h file"), |
| 50 | ("plat/brcm/board/stingray/src/scp_cmd.c", "Cannot be built due to the missing m0_ipc.h file"), |
| 51 | ("plat/brcm/board/stingray/src/scp_utils.c", "Cannot be built due to the missing m0_ipc.h file"), |
| 52 | ("plat/brcm/common/brcm_mhu.c", "Cannot be built due to the missing m0_ipc.h file"), |
| 53 | ("plat/brcm/common/brcm_scpi.c", "Cannot be built due to the missing m0_ipc.h file"), |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 54 | |
Madhukar Pappireddy | caf6f4f | 2021-04-30 11:00:05 -0500 | [diff] [blame] | 55 | # The following block is excluding files specific to NXP platforms that |
| 56 | # cannot be compiled with any build flags at this moment due to external |
| 57 | # dependencies |
Madhukar Pappireddy | caf6f4f | 2021-04-30 11:00:05 -0500 | [diff] [blame] | 58 | ("drivers/nxp/console/console_16550.c", "Cannot be built due to external dependencies"), |
Madhukar Pappireddy | caf6f4f | 2021-04-30 11:00:05 -0500 | [diff] [blame] | 59 | ("drivers/nxp/csu/csu.c", "Cannot be built due to external dependencies"), |
| 60 | ("drivers/nxp/ddr/fsl-mmdc/fsl_mmdc.c", "Cannot be built due to external dependencies"), |
| 61 | ("drivers/nxp/ddr/phy-gen1/phy.c", "Cannot be built due to external dependencies"), |
| 62 | ("drivers/nxp/gic/ls_gicv2.c", "Cannot be built due to external dependencies"), |
| 63 | ("drivers/nxp/gpio/nxp_gpio.c", "Cannot be built due to external dependencies"), |
| 64 | ("drivers/nxp/interconnect/ls_cci.c", "Cannot be built due to external dependencies"), |
| 65 | ("drivers/nxp/qspi/qspi.c", "Cannot be built due to external dependencies"), |
Madhukar Pappireddy | caf6f4f | 2021-04-30 11:00:05 -0500 | [diff] [blame] | 66 | ("drivers/nxp/sfp/fuse_prov.c", "Cannot be built due to external dependencies"), |
| 67 | ("drivers/nxp/sfp/sfp.c", "Cannot be built due to external dependencies"), |
| 68 | ("plat/nxp/common/fip_handler/fuse_fip/fuse_io_storage.c", "Cannot be built due to external dependencies"), |
Madhukar Pappireddy | caf6f4f | 2021-04-30 11:00:05 -0500 | [diff] [blame] | 69 | |
Zelalem | c9531f8 | 2020-08-04 15:37:08 -0500 | [diff] [blame] | 70 | ("lib/compiler-rt/.*", "3rd party libraries will not be fixed"), |
| 71 | ("lib/libfdt/.*", "3rd party libraries will not be fixed"), |
Madhukar Pappireddy | 28cb981 | 2020-09-14 09:52:56 -0500 | [diff] [blame] | 72 | ("lib/libc/strlcat.c", "Not used by any upstream platform"), |
Madhukar Pappireddy | b365fc9 | 2020-09-18 15:56:10 -0500 | [diff] [blame] | 73 | ("lib/libc/strtok.c", "Not used by any upstream platform"), |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 74 | |
| 75 | ("tools/.*", "Host tools"), |
Madhukar Pappireddy | dcb31f6 | 2021-05-06 11:36:36 -0500 | [diff] [blame] | 76 | |
| 77 | # Temporarily exclude the following files such that tf-cvoerity job can be |
| 78 | # reinstated. Appropriate build commands to compile these files should be |
| 79 | # added to tf-cov-make script after v2.5 release |
| 80 | ("drivers/arm/tzc/tzc_dmc500.c", "Temporarily excluded"), |
| 81 | ("drivers/renesas/common/ddr/ddr_b/boot_init_dram_config.c", "Temporarily excluded"), |
| 82 | ("drivers/renesas/rzg/pfc/G2E/pfc_init_g2e.c", "Temporarily excluded"), |
| 83 | ("drivers/renesas/rzg/pfc/G2H/pfc_init_g2h.c", "Temporarily excluded"), |
| 84 | ("drivers/renesas/rzg/pfc/G2N/pfc_init_g2n.c", "Temporarily excluded"), |
| 85 | ("drivers/renesas/rzg/qos/G2E/qos_init_g2e_v10.c", "Temporarily excluded"), |
| 86 | ("drivers/renesas/rzg/qos/G2H/qos_init_g2h_v30.c", "Temporarily excluded"), |
| 87 | ("drivers/renesas/rzg/qos/G2N/qos_init_g2n_v10.c", "Temporarily excluded"), |
| 88 | ("plat/arm/board/sgm775/sgm775_err.c", "Temporarily excluded"), |
| 89 | ("plat/arm/board/sgm775/sgm775_trusted_boot.c", "Temporarily excluded"), |
| 90 | ("plat/arm/common/arm_tzc_dmc500.c", "Temporarily excluded"), |
| 91 | ("plat/arm/css/sgm/sgm_bl1_setup.c", "Temporarily excluded"), |
| 92 | ("plat/arm/css/sgm/sgm_bl31_setup.c", "Temporarily excluded"), |
| 93 | ("plat/arm/css/sgm/sgm_interconnect.c", "Temporarily excluded"), |
| 94 | ("plat/arm/css/sgm/sgm_mmap_config.c", "Temporarily excluded"), |
| 95 | ("plat/arm/css/sgm/sgm_plat_config.c", "Temporarily excluded"), |
| 96 | ("plat/arm/css/sgm/sgm_security.c", "Temporarily excluded"), |
| 97 | ("plat/arm/css/sgm/sgm_topology.c", "Temporarily excluded"), |
| 98 | ("plat/arm/css/sgm/tsp/sgm_tsp_setup.c", "Temporarily excluded"), |
| 99 | ("plat/brcm/board/stingray/driver/usb.c", "Temporarily excluded"), |
| 100 | ("plat/brcm/board/stingray/driver/usb_phy.c", "Temporarily excluded"), |
| 101 | ("plat/imx/imx8m/imx8mm/imx8mm_bl2_el3_setup.c", "Temporarily excluded"), |
| 102 | ("plat/imx/imx8m/imx8mm/imx8mm_bl2_mem_params_desc.c", "Temporarily excluded"), |
| 103 | ("plat/imx/imx8m/imx8mm/imx8mm_image_load.c", "Temporarily excluded"), |
| 104 | ("plat/imx/imx8m/imx8mm/imx8mm_io_storage.c", "Temporarily excluded"), |
| 105 | ("plat/imx/imx8m/imx8mm/imx8mm_trusted_boot.c", "Temporarily excluded"), |
| 106 | ("plat/marvell/armada/a3k/a3700/board/pm_src.c", "Temporarily excluded"), |
| 107 | ("plat/mediatek/mt8195/aarch64/platform_common.c", "Temporarily excluded"), |
| 108 | ("plat/mediatek/mt8195/bl31_plat_setup.c", "Temporarily excluded"), |
| 109 | ("plat/mediatek/mt8195/drivers/gpio/mtgpio.c", "Temporarily excluded"), |
| 110 | ("plat/mediatek/mt8195/drivers/mcdi/mt_cpu_pm.c", "Temporarily excluded"), |
| 111 | ("plat/mediatek/mt8195/drivers/mcdi/mt_cpu_pm_cpc.c", "Temporarily excluded"), |
| 112 | ("plat/mediatek/mt8195/drivers/mcdi/mt_mcdi.c", "Temporarily excluded"), |
| 113 | ("plat/mediatek/mt8195/drivers/pmic/pmic.c", "Temporarily excluded"), |
| 114 | ("plat/mediatek/mt8195/drivers/spmc/mtspmc.c", "Temporarily excluded"), |
| 115 | ("plat/mediatek/mt8195/plat_pm.c", "Temporarily excluded"), |
| 116 | ("plat/mediatek/mt8195/plat_sip_calls.c", "Temporarily excluded"), |
| 117 | ("plat/mediatek/mt8195/plat_topology.", "Temporarily excluded"), |
| 118 | |
Jacky Bai | b6cecc8 | 2021-06-07 09:49:46 +0800 | [diff] [blame] | 119 | # Exclude the following files of imx8mq as this platform is dropped |
| 120 | # from the CI. Put the files of this platform into a silent status. |
| 121 | ("plat/imx/imx8m/imx8mq/gpc.c", "Not currently used"), |
| 122 | ("plat/imx/imx8m/imx8mq/imx8mq_bl31_setup.c", "Not currently used"), |
| 123 | ("plat/imx/imx8m/imx8mq/imx8mq_psci.c", "Not currently used"), |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 124 | ] |