]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/UefiCpuPkg.ci.yaml
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / UefiCpuPkg.ci.yaml
CommitLineData
30c00d7f
MK
1## @file\r
2# CI configuration for UefiCpuPkg\r
3#\r
4# Copyright (c) Microsoft Corporation\r
739adc8b 5# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
30c00d7f
MK
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7##\r
8{\r
22f89fea
SZ
9 "LicenseCheck": {\r
10 "IgnoreFiles": []\r
11 },\r
739adc8b
SZ
12 "EccCheck": {\r
13 ## Exception sample looks like below:\r
14 ## "ExceptionList": [\r
15 ## "<ErrorID>", "<KeyWord>"\r
16 ## ]\r
17 "ExceptionList": [\r
6f1bb567
TD
18 "8006", "main",\r
19 "8005", "GENERAL_REGISTER.R8",\r
20 "8005", "GENERAL_REGISTER.R9",\r
21 "8005", "GENERAL_REGISTER.R10",\r
22 "8005", "GENERAL_REGISTER.R11",\r
23 "8005", "GENERAL_REGISTER.R12",\r
24 "8005", "GENERAL_REGISTER.R13",\r
25 "8005", "GENERAL_REGISTER.R14",\r
26 "8005", "GENERAL_REGISTER.R15"\r
739adc8b
SZ
27 ],\r
28 ## Both file path and directory path are accepted.\r
29 "IgnoreFiles": [\r
a7dec790 30 "Library/BaseRiscV64CpuExceptionHandlerLib/CpuExceptionHandlerLib.h"\r
739adc8b
SZ
31 ]\r
32 },\r
30c00d7f
MK
33 "CompilerPlugin": {\r
34 "DscPath": "UefiCpuPkg.dsc"\r
35 },\r
e17f459a
RN
36 ## options defined ci/Plugin/HostUnitTestCompilerPlugin\r
37 "HostUnitTestCompilerPlugin": {\r
38 "DscPath": "Test/UefiCpuPkgHostTest.dsc"\r
39 },\r
30c00d7f
MK
40 "CharEncodingCheck": {\r
41 "IgnoreFiles": []\r
42 },\r
43 "DependencyCheck": {\r
44 "AcceptableDependencies": [\r
45 "MdePkg/MdePkg.dec",\r
46 "MdeModulePkg/MdeModulePkg.dec",\r
47 "UefiCpuPkg/UefiCpuPkg.dec"\r
48 ],\r
49 # For host based unit tests\r
e17f459a 50 "AcceptableDependencies-HOST_APPLICATION":[\r
04ecdc38
ZL
51 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec",\r
52 "CryptoPkg/CryptoPkg.dec"\r
e17f459a 53 ],\r
30c00d7f
MK
54 # For UEFI shell based apps\r
55 "AcceptableDependencies-UEFI_APPLICATION":[],\r
56 "IgnoreInf": []\r
57 },\r
58 "DscCompleteCheck": {\r
59 "DscPath": "UefiCpuPkg.dsc",\r
60 "IgnoreInf": [\r
61 "UefiCpuPkg/ResetVector/FixupVtf/Vtf.inf",\r
60d8bb9f
AA
62 "UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf",\r
63 "UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector1G.inf"\r
30c00d7f
MK
64 ]\r
65 },\r
e17f459a
RN
66 "HostUnitTestDscCompleteCheck": {\r
67 "IgnoreInf": [""],\r
68 "DscPath": "Test/UefiCpuPkgHostTest.dsc"\r
69 },\r
30c00d7f
MK
70 "GuidCheck": {\r
71 "IgnoreGuidName": ["SecCore", "ResetVector"], # Expected duplication for gEfiFirmwareVolumeTopFileGuid\r
72 "IgnoreGuidValue": [],\r
73 "IgnoreFoldersAndFiles": [],\r
74 "IgnoreDuplicates": []\r
75 },\r
76 "LibraryClassCheck": {\r
77 "IgnoreHeaderFile": []\r
78 },\r
79\r
80 ## options defined ci/Plugin/SpellCheck\r
81 "SpellCheck": {\r
82 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log\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