blob: f9df9e7e2024f80c2eb6201fd1d52bfc37407ce9 [file] [log] [blame]
Fathi Boudra422bf772019-12-02 11:10:16 +02001#
2# Copyright (c) 2019, Arm Limited. All rights reserved.
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
12nomination_rules = {
13 # Run RDN1EDGE TF-A Tests for any platform changes
14 "path:plat/arm/board/rdn1edge":
15 ["tf-l3-boot-tests-css/fvp-rdn1edge-tbb,fvp-rdn1edge-default:fvp-tftf-fip.tftf-rdn1edge"],
16
17 # Run SGI575 boot test and TF-A Tests for any platform changes
18 "path:plat/arm/board/sgi575":
19 ["tf-l3-boot-tests-css/fvp-sgi575-tbb:fvp-linux.sgi-fip.sgi-sgi575-debug",
20 "tf-l3-boot-tests-css/fvp-sgi575-tbb,fvp-sgi575-default:fvp-tftf-fip.tftf-sgi575"],
21
22 # Run SGM775 boot test for any platform changes
23 "path:plat/arm/board/sgm775":
24 ["tf-l3-boot-tests-css/fvp-sgm775-tbb:fvp-linux.sgm-dtb.sgm775-fip.sgm-sgm775-debug"],
25
26 # Run SDEI boot test for SDEI, EHF, or RAS changes or mention
27 ("pathre:sdei", "pathre:ehf", "pathre:ras", "has:SDEI_SUPPORT",
28 "has:EL3_EXCEPTION_HANDLING"):
29 ["tftf-l2-tests/fvp-aarch64-sdei,fvp-default:fvp-tftf-fip.tftf-aemv8a-debug"],
30
31 }