Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 1 | # |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 2 | # Copyright (c) 2019-2020, 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 | # Nomination map for Trusted Firmware. |
| 9 | # |
| 10 | # This file is EXECED from gen_nomination.py |
| 11 | |
| 12 | nomination_rules = { |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 13 | # Run RDN1EDGE TF-A Tests and MISRA checks for any platform changes |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 14 | "path:plat/arm/board/rdn1edge": |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 15 | ["tf-l3-boot-tests-css/fvp-rdn1edge-tbb,fvp-rdn1edge-default:fvp-tftf-fip.tftf-rdn1edge", |
| 16 | "tf-l2-coverity-misra-nominated/fvp-rdn1edge-tbb:coverity-tf-misra.diff"], |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 17 | |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 18 | # Run SGI575 boot test, TF-A Tests and MISRA checks for any changes with "sgi" in the path |
| 19 | "pathre:sgi": |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 20 | ["tf-l3-boot-tests-css/fvp-sgi575-tbb:fvp-linux.sgi-fip.sgi-sgi575-debug", |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 21 | "tf-l3-boot-tests-css/fvp-sgi575-tbb,fvp-sgi575-default:fvp-tftf-fip.tftf-sgi575", |
| 22 | "tf-l2-coverity-misra-nominated/fvp-sgi575-tbb:coverity-tf-misra.diff"], |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 23 | |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 24 | # Run SGM775 boot test and MISRA checks for any changes with "sgm" in the path |
| 25 | "pathre:sgm": |
| 26 | ["tf-l3-boot-tests-css/fvp-sgm775-tbb:fvp-linux.sgm-dtb.sgm775-fip.sgm-sgm775-debug", |
| 27 | "tf-l2-coverity-misra-nominated/fvp-sgm775-tbb:coverity-tf-misra.diff"], |
| 28 | |
| 29 | # Run Coverity MISRA checks for tc0 platform changes |
| 30 | "path:plat/arm/board/tc0": |
| 31 | ["tf-l2-coverity-misra-nominated/fvp-tc0-tbb:coverity-tf-misra.diff"], |
| 32 | |
| 33 | # Run Coverity MISRA checks for n1sdp platform changes |
| 34 | "path:plat/arm/board/n1sdp": |
| 35 | ["tf-l2-coverity-misra-nominated/n1sdp-default:coverity-tf-misra.diff"], |
| 36 | |
| 37 | # Run Coverity MISRA checks for arm_fpga platform changes |
| 38 | "path:plat/arm/board/arm_fpga": |
| 39 | ["tf-l2-coverity-misra-nominated/arm_fpga-default:coverity-tf-misra.diff"], |
| 40 | |
| 41 | # Run Coverity MISRA checks for rde1edge platform changes |
| 42 | "path:plat/arm/board/rde1edge": |
| 43 | ["tf-l2-coverity-misra-nominated/fvp-rde1edge-tbb:coverity-tf-misra.diff"], |
| 44 | |
| 45 | # Run Coverity MISRA checks for fvp_ve platform changes |
| 46 | "path:plat/arm/board/fvp_ve": |
| 47 | ["tf-l2-coverity-misra-nominated/fvp_ve-a7:coverity-tf-misra.diff"], |
| 48 | |
| 49 | # Run Coverity MISRA checks for a5ds platform changes |
| 50 | "path:plat/arm/board/a5ds": |
| 51 | ["tf-l2-coverity-misra-nominated/a5ds:coverity-tf-misra.diff"], |
| 52 | |
| 53 | # Run Coverity MISRA checks for corstone700 platform changes |
| 54 | "path:plat/arm/board/corstone700": |
Manish Pandey | e7027bd | 2020-07-22 14:35:14 +0100 | [diff] [blame^] | 55 | ["tf-l2-coverity-misra-nominated/corstone700-fvp-default:coverity-tf-misra.diff", |
| 56 | "tf-l2-coverity-misra-nominated/corstone700-fpga-default:coverity-tf-misra.diff"], |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 57 | |
| 58 | # Run Coverity MISRA checks for SPM_MM changes |
| 59 | "pathre:spm_mm": |
| 60 | ["tf-l2-coverity-misra-nominated/fvp-spm-mm:coverity-tf-misra.diff"], |
| 61 | |
| 62 | # Run Coverity MISRA checks for Debugfs changes |
| 63 | "pathre:debugfs": |
| 64 | ["tf-l2-coverity-misra-nominated/fvp-debugfs:coverity-tf-misra.diff"], |
| 65 | |
| 66 | # Run Coverity MISRA checks for fconf changes |
| 67 | "pathre:fconf": |
| 68 | ["tf-l2-coverity-misra-nominated/fvp-aarch64-sdei-fconf:coverity-tf-misra.diff"], |
| 69 | |
| 70 | # Run Coverity MISRA checks for pauth changes |
| 71 | "pathre:pauth": |
| 72 | ["tf-l2-coverity-misra-nominated/fvp-pauth-standard:coverity-tf-misra.diff"], |
| 73 | |
| 74 | # Run Coverity MISRA checks for RAS extension changes |
| 75 | ("path:lib/extensions/ras", "pathre:fvp_ras"): |
| 76 | ["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] | 77 | |
| 78 | # Run SDEI boot test for SDEI, EHF, or RAS changes or mention |
| 79 | ("pathre:sdei", "pathre:ehf", "pathre:ras", "has:SDEI_SUPPORT", |
| 80 | "has:EL3_EXCEPTION_HANDLING"): |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 81 | ["tftf-l2-fvp/fvp-aarch64-sdei,fvp-default:fvp-tftf-fip.tftf-aemv8a-debug", |
| 82 | "tf-l2-coverity-misra-nominated/fvp-aarch64-sdei:coverity-tf-misra.diff"], |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 83 | |
| 84 | } |