]> git.proxmox.com Git - mirror_edk2.git/blame - UefiPayloadPkg/UefiPayloadPkg.ci.yaml
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiPayloadPkg / UefiPayloadPkg.ci.yaml
CommitLineData
63fddc98 1## @file\r
2# Core CI configuration for UefiPayloadPkg\r
3#\r
4# Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6##\r
7{\r
8 ## options defined .pytool/Plugin/LicenseCheck\r
9 "LicenseCheck": {\r
10 "IgnoreFiles": []\r
11 },\r
12 "EccCheck": {\r
13 ## Exception sample looks like below:\r
14 ## "ExceptionList": [\r
15 ## "<ErrorID>", "<KeyWord>"\r
16 ## ]\r
17 "ExceptionList": [\r
18 ],\r
19 ## Both file path and directory path are accepted.\r
20 "IgnoreFiles": [\r
c0573479
MK
21 "Include/Coreboot.h",\r
22 "Library/CbParseLib/CbParseLib.c",\r
c0573479
MK
23 "PayloadLoaderPeim/ElfLib/ElfCommon.h",\r
24 "PayloadLoaderPeim/ElfLib/Elf32.h",\r
25 "PayloadLoaderPeim/ElfLib/Elf64.h"\r
63fddc98 26 ]\r
27 },\r
28 ## options defined .pytool/Plugin/CompilerPlugin\r
29 "CompilerPlugin": {\r
30 "DscPath": "UefiPayloadPkg.dsc"\r
31 },\r
32\r
33 ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin\r
34 "HostUnitTestCompilerPlugin": {\r
35 "DscPath": "" # Don't support this test\r
36 },\r
37\r
38 ## options defined .pytool/Plugin/CharEncodingCheck\r
39 "CharEncodingCheck": {\r
40 "IgnoreFiles": []\r
41 },\r
42\r
43 ## options defined .pytool/Plugin/DependencyCheck\r
44 "DependencyCheck": {\r
45 "AcceptableDependencies": [],\r
46 # For host based unit tests\r
47 "AcceptableDependencies-HOST_APPLICATION":[],\r
48 # For UEFI shell based apps\r
49 "AcceptableDependencies-UEFI_APPLICATION":[],\r
50 "IgnoreInf": [],\r
51 "skip": True\r
52 },\r
53\r
54 ## options defined .pytool/Plugin/DscCompleteCheck\r
55 "DscCompleteCheck": {\r
56 "IgnoreInf": [""],\r
57 "DscPath": "" # Don't support this test\r
58 },\r
59\r
60 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck\r
61 "HostUnitTestDscCompleteCheck": {\r
62 "IgnoreInf": [""],\r
63 "DscPath": "" # Don't support this test\r
64 },\r
65\r
66 ## options defined .pytool/Plugin/GuidCheck\r
67 "GuidCheck": {\r
68 "IgnoreGuidName": [],\r
69 "IgnoreGuidValue": [],\r
70 "IgnoreFoldersAndFiles": [],\r
71 "IgnoreDuplicates": [],\r
72 },\r
73\r
74 ## options defined .pytool/Plugin/LibraryClassCheck\r
75 "LibraryClassCheck": {\r
76 "IgnoreHeaderFile": [],\r
77 "skip": True\r
78 },\r
79\r
80 ## options defined .pytool/Plugin/SpellCheck\r
81 "SpellCheck": {\r
82 "AuditOnly": True, # Fails right now with over 270 errors\r
83 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
84 "ExtendWords": [], # words to extend to the dictionary for this package\r
85 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
86 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
87 },\r
88\r
89 "Defines": {\r
90 "BLD_*_UNIVERSAL_PAYLOAD": "TRUE",\r
91 "BLD_*_EMU_VARIABLE_ENABLE": "FALSE",\r
92 "BLD_*_DISABLE_RESET_SYSTEM": "TRUE",\r
93 "BLD_*_SERIAL_DRIVER_ENABLE": "FALSE",\r
94 }\r
95}\r