]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/UefiCpuPkg.ci.yaml
UefiCpuPkg: Add CpuDxeRiscV64 module
[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
30 ]\r
31 },\r
30c00d7f
MK
32 "CompilerPlugin": {\r
33 "DscPath": "UefiCpuPkg.dsc"\r
34 },\r
e17f459a
RN
35 ## options defined ci/Plugin/HostUnitTestCompilerPlugin\r
36 "HostUnitTestCompilerPlugin": {\r
37 "DscPath": "Test/UefiCpuPkgHostTest.dsc"\r
38 },\r
30c00d7f
MK
39 "CharEncodingCheck": {\r
40 "IgnoreFiles": []\r
41 },\r
42 "DependencyCheck": {\r
43 "AcceptableDependencies": [\r
44 "MdePkg/MdePkg.dec",\r
45 "MdeModulePkg/MdeModulePkg.dec",\r
46 "UefiCpuPkg/UefiCpuPkg.dec"\r
47 ],\r
48 # For host based unit tests\r
e17f459a 49 "AcceptableDependencies-HOST_APPLICATION":[\r
04ecdc38
ZL
50 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec",\r
51 "CryptoPkg/CryptoPkg.dec"\r
e17f459a 52 ],\r
30c00d7f
MK
53 # For UEFI shell based apps\r
54 "AcceptableDependencies-UEFI_APPLICATION":[],\r
55 "IgnoreInf": []\r
56 },\r
57 "DscCompleteCheck": {\r
58 "DscPath": "UefiCpuPkg.dsc",\r
59 "IgnoreInf": [\r
60 "UefiCpuPkg/ResetVector/FixupVtf/Vtf.inf",\r
60d8bb9f
AA
61 "UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf",\r
62 "UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector1G.inf"\r
30c00d7f
MK
63 ]\r
64 },\r
e17f459a
RN
65 "HostUnitTestDscCompleteCheck": {\r
66 "IgnoreInf": [""],\r
67 "DscPath": "Test/UefiCpuPkgHostTest.dsc"\r
68 },\r
30c00d7f
MK
69 "GuidCheck": {\r
70 "IgnoreGuidName": ["SecCore", "ResetVector"], # Expected duplication for gEfiFirmwareVolumeTopFileGuid\r
71 "IgnoreGuidValue": [],\r
72 "IgnoreFoldersAndFiles": [],\r
73 "IgnoreDuplicates": []\r
74 },\r
75 "LibraryClassCheck": {\r
76 "IgnoreHeaderFile": []\r
77 },\r
78\r
79 ## options defined ci/Plugin/SpellCheck\r
80 "SpellCheck": {\r
81 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log\r
82 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
83 "ExtendWords": [], # words to extend to the dictionary for this package\r
84 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
85 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
86 }\r
87}\r