Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 1 | # |
Govindraj Raja | 0802d27 | 2025-02-21 09:47:38 -0600 | [diff] [blame] | 2 | # Copyright (c) 2019-2025, Arm Limited and Contributors. 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 | # Nomination map for Trusted Firmware. |
| 9 | # |
| 10 | # This file is EXECED from gen_nomination.py |
| 11 | |
| 12 | nomination_rules = { |
Usama Arif | cba711d | 2021-08-04 15:53:42 +0100 | [diff] [blame] | 13 | # Run Coverity MISRA checks for tc platform changes |
| 14 | "path:plat/arm/board/tc": |
| 15 | ["tf-l2-coverity-misra-nominated/fvp-tc-tbb:coverity-tf-misra.diff"], |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 16 | |
sah01 | acb2394 | 2021-09-07 03:56:51 +0000 | [diff] [blame] | 17 | # Run Coverity MISRA checks and boot test for n1sdp platform changes |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 18 | "path:plat/arm/board/n1sdp": |
sahil | 4621848 | 2022-07-26 12:53:17 +0530 | [diff] [blame] | 19 | ["tf-l2-coverity-misra-nominated/n1sdp-tbb:coverity-tf-misra.diff", |
| 20 | "tf-l3-boot-tests-n1sdp/n1sdp-tbb:n1sdp-linux-fip-firmware-debug"], |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 21 | |
| 22 | # Run Coverity MISRA checks for arm_fpga platform changes |
| 23 | "path:plat/arm/board/arm_fpga": |
| 24 | ["tf-l2-coverity-misra-nominated/arm_fpga-default:coverity-tf-misra.diff"], |
| 25 | |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 26 | # Run Coverity MISRA checks for fvp_ve platform changes |
| 27 | "path:plat/arm/board/fvp_ve": |
| 28 | ["tf-l2-coverity-misra-nominated/fvp_ve-a7:coverity-tf-misra.diff"], |
| 29 | |
| 30 | # Run Coverity MISRA checks for a5ds platform changes |
| 31 | "path:plat/arm/board/a5ds": |
| 32 | ["tf-l2-coverity-misra-nominated/a5ds:coverity-tf-misra.diff"], |
| 33 | |
| 34 | # Run Coverity MISRA checks for corstone700 platform changes |
| 35 | "path:plat/arm/board/corstone700": |
Manish Pandey | e7027bd | 2020-07-22 14:35:14 +0100 | [diff] [blame] | 36 | ["tf-l2-coverity-misra-nominated/corstone700-fvp-default:coverity-tf-misra.diff", |
| 37 | "tf-l2-coverity-misra-nominated/corstone700-fpga-default:coverity-tf-misra.diff"], |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 38 | |
| 39 | # Run Coverity MISRA checks for SPM_MM changes |
| 40 | "pathre:spm_mm": |
| 41 | ["tf-l2-coverity-misra-nominated/fvp-spm-mm:coverity-tf-misra.diff"], |
| 42 | |
| 43 | # Run Coverity MISRA checks for Debugfs changes |
| 44 | "pathre:debugfs": |
| 45 | ["tf-l2-coverity-misra-nominated/fvp-debugfs:coverity-tf-misra.diff"], |
| 46 | |
| 47 | # Run Coverity MISRA checks for fconf changes |
| 48 | "pathre:fconf": |
| 49 | ["tf-l2-coverity-misra-nominated/fvp-aarch64-sdei-fconf:coverity-tf-misra.diff"], |
| 50 | |
| 51 | # Run Coverity MISRA checks for pauth changes |
| 52 | "pathre:pauth": |
Zelalem Aweke | 0ef74f7 | 2021-09-15 18:18:06 -0500 | [diff] [blame] | 53 | ["tf-l2-coverity-misra-nominated/fvp-pauth-standard-sdei:coverity-tf-misra.diff"], |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 54 | |
| 55 | # Run Coverity MISRA checks for RAS extension changes |
| 56 | ("path:lib/extensions/ras", "pathre:fvp_ras"): |
| 57 | ["tf-l2-coverity-misra-nominated/fvp-ras-fault-inject:coverity-tf-misra.diff"], |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 58 | |
| 59 | # Run SDEI boot test for SDEI, EHF, or RAS changes or mention |
| 60 | ("pathre:sdei", "pathre:ehf", "pathre:ras", "has:SDEI_SUPPORT", |
| 61 | "has:EL3_EXCEPTION_HANDLING"): |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 62 | ["tftf-l2-fvp/fvp-aarch64-sdei,fvp-default:fvp-tftf-fip.tftf-aemv8a-debug", |
| 63 | "tf-l2-coverity-misra-nominated/fvp-aarch64-sdei:coverity-tf-misra.diff"], |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 64 | } |