Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 1 | # |
Rohit Mathew | c81ff04 | 2024-02-18 20:55:06 +0000 | [diff] [blame] | 2 | # Copyright (c) 2019-2024, 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 = { |
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": |
Rohit Mathew | 91e3f97 | 2024-02-14 22:35:37 +0000 | [diff] [blame] | 15 | ["tf-l3-boot-tests-css/fvp-rdn1edge-tbb,fvp-rdn1edge-default:fvp-tftf.nrd-fip.tftf-rdn1edge", |
Vijayenthiran Subramaniam | 11fc907 | 2020-07-23 16:51:50 +0530 | [diff] [blame] | 16 | "tf-l2-coverity-misra-nominated/fvp-rdn1edge-tbb:coverity-tf-misra.diff", |
Rohit Mathew | 91e3f97 | 2024-02-14 22:35:37 +0000 | [diff] [blame] | 17 | "tf-l3-boot-tests-css/fvp-rdn1edgex2-tbb:fvp-linux.nrd-fip.nrd-rdn1edgex2-debug", |
Vijayenthiran Subramaniam | 11fc907 | 2020-07-23 16:51:50 +0530 | [diff] [blame] | 18 | "tf-l2-coverity-misra-nominated/fvp-rdn1edgex2-tbb:coverity-tf-misra.diff"], |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 19 | |
Aditya Angadi | 634d61f | 2021-01-04 09:30:20 +0530 | [diff] [blame] | 20 | # Run RD-V1 TF-A Tests and MISRA checks for any platform changes |
| 21 | "path:plat/arm/board/rdv1": |
Rohit Mathew | 91e3f97 | 2024-02-14 22:35:37 +0000 | [diff] [blame] | 22 | ["tf-l3-boot-tests-css/fvp-rdv1-tbb:fvp-linux.nrd-fip.nrd-rdv1-debug", |
Aditya Angadi | 634d61f | 2021-01-04 09:30:20 +0530 | [diff] [blame] | 23 | "tf-l2-coverity-misra-nominated/fvp-rdv1-tbb:coverity-tf-misra.diff"], |
Vijayenthiran Subramaniam | b4c9da3 | 2020-07-23 15:57:43 +0530 | [diff] [blame] | 24 | |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 25 | # Run SGI575 boot test, TF-A Tests and MISRA checks for any changes with "sgi" in the path |
| 26 | "pathre:sgi": |
Rohit Mathew | 91e3f97 | 2024-02-14 22:35:37 +0000 | [diff] [blame] | 27 | ["tf-l3-boot-tests-css/fvp-sgi575-tbb:fvp-linux.nrd-fip.nrd-sgi575-debug", |
| 28 | "tf-l3-boot-tests-css/fvp-sgi575-tbb,fvp-sgi575-default:fvp-tftf.nrd-fip.tftf-sgi575", |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 29 | "tf-l2-coverity-misra-nominated/fvp-sgi575-tbb:coverity-tf-misra.diff"], |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 30 | |
Usama Arif | cba711d | 2021-08-04 15:53:42 +0100 | [diff] [blame] | 31 | # Run Coverity MISRA checks for tc platform changes |
| 32 | "path:plat/arm/board/tc": |
| 33 | ["tf-l2-coverity-misra-nominated/fvp-tc-tbb:coverity-tf-misra.diff"], |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 34 | |
sah01 | acb2394 | 2021-09-07 03:56:51 +0000 | [diff] [blame] | 35 | # Run Coverity MISRA checks and boot test for n1sdp platform changes |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 36 | "path:plat/arm/board/n1sdp": |
sahil | 4621848 | 2022-07-26 12:53:17 +0530 | [diff] [blame] | 37 | ["tf-l2-coverity-misra-nominated/n1sdp-tbb:coverity-tf-misra.diff", |
| 38 | "tf-l3-boot-tests-n1sdp/n1sdp-tbb:n1sdp-linux-fip-firmware-debug"], |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 39 | |
| 40 | # Run Coverity MISRA checks for arm_fpga platform changes |
| 41 | "path:plat/arm/board/arm_fpga": |
| 42 | ["tf-l2-coverity-misra-nominated/arm_fpga-default:coverity-tf-misra.diff"], |
| 43 | |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 44 | # Run Coverity MISRA checks for fvp_ve platform changes |
| 45 | "path:plat/arm/board/fvp_ve": |
| 46 | ["tf-l2-coverity-misra-nominated/fvp_ve-a7:coverity-tf-misra.diff"], |
| 47 | |
| 48 | # Run Coverity MISRA checks for a5ds platform changes |
| 49 | "path:plat/arm/board/a5ds": |
| 50 | ["tf-l2-coverity-misra-nominated/a5ds:coverity-tf-misra.diff"], |
| 51 | |
| 52 | # Run Coverity MISRA checks for corstone700 platform changes |
| 53 | "path:plat/arm/board/corstone700": |
Manish Pandey | e7027bd | 2020-07-22 14:35:14 +0100 | [diff] [blame] | 54 | ["tf-l2-coverity-misra-nominated/corstone700-fvp-default:coverity-tf-misra.diff", |
| 55 | "tf-l2-coverity-misra-nominated/corstone700-fpga-default:coverity-tf-misra.diff"], |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 56 | |
| 57 | # Run Coverity MISRA checks for SPM_MM changes |
| 58 | "pathre:spm_mm": |
| 59 | ["tf-l2-coverity-misra-nominated/fvp-spm-mm:coverity-tf-misra.diff"], |
| 60 | |
| 61 | # Run Coverity MISRA checks for Debugfs changes |
| 62 | "pathre:debugfs": |
| 63 | ["tf-l2-coverity-misra-nominated/fvp-debugfs:coverity-tf-misra.diff"], |
| 64 | |
| 65 | # Run Coverity MISRA checks for fconf changes |
| 66 | "pathre:fconf": |
| 67 | ["tf-l2-coverity-misra-nominated/fvp-aarch64-sdei-fconf:coverity-tf-misra.diff"], |
| 68 | |
| 69 | # Run Coverity MISRA checks for pauth changes |
| 70 | "pathre:pauth": |
Zelalem Aweke | 0ef74f7 | 2021-09-15 18:18:06 -0500 | [diff] [blame] | 71 | ["tf-l2-coverity-misra-nominated/fvp-pauth-standard-sdei:coverity-tf-misra.diff"], |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 72 | |
| 73 | # Run Coverity MISRA checks for RAS extension changes |
| 74 | ("path:lib/extensions/ras", "pathre:fvp_ras"): |
| 75 | ["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] | 76 | |
| 77 | # Run SDEI boot test for SDEI, EHF, or RAS changes or mention |
| 78 | ("pathre:sdei", "pathre:ehf", "pathre:ras", "has:SDEI_SUPPORT", |
| 79 | "has:EL3_EXCEPTION_HANDLING"): |
Zelalem | 67596fa | 2020-07-01 11:59:37 -0500 | [diff] [blame] | 80 | ["tftf-l2-fvp/fvp-aarch64-sdei,fvp-default:fvp-tftf-fip.tftf-aemv8a-debug", |
| 81 | "tf-l2-coverity-misra-nominated/fvp-aarch64-sdei:coverity-tf-misra.diff"], |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 82 | |
Chandni Cherukuri | 889f9f4 | 2021-08-19 21:23:39 +0530 | [diff] [blame] | 83 | # Run Morello FVP busybox boot test for any platform changes |
Anurag Koul | baedf93 | 2021-12-09 12:49:56 +0000 | [diff] [blame] | 84 | "path:plat/arm/board/morello": |
| 85 | ["tf-l3-boot-tests-css/fvp-morello-tbb:fvp-linux.morello-fip.morello-morello-debug"], |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 86 | } |