]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/OvmfPkg.ci.yaml
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / OvmfPkg.ci.yaml
index ed342d7a3d08fba38b13569839d7834145146fe6..ff022242b018aa04dc86b8ceec790bf689095793 100644 (file)
@@ -5,6 +5,7 @@
 # used for code analysis.\r
 #\r
 # Copyright (c) Microsoft Corporation\r
+# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
 # SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ##\r
 {\r
     "LicenseCheck": {\r
         "IgnoreFiles": []\r
     },\r
+    "EccCheck": {\r
+        ## Exception sample looks like below:\r
+        ## "ExceptionList": [\r
+        ##     "<ErrorID>", "<KeyWord>"\r
+        ## ]\r
+        "ExceptionList": [\r
+        ],\r
+        ## Both file path and directory path are accepted.\r
+        "IgnoreFiles": [\r
+        ],\r
+        "skip": True\r
+    },\r
     ## options defined .pytool/Plugin/CompilerPlugin\r
     "CompilerPlugin": {\r
         "DscPath": "" # Don't support this test\r
@@ -30,6 +43,7 @@
     ## options defined .pytool/Plugin/DependencyCheck\r
     "DependencyCheck": {\r
         "AcceptableDependencies": [\r
+            "CryptoPkg/CryptoPkg.dec",\r
             "MdePkg/MdePkg.dec",\r
             "MdeModulePkg/MdeModulePkg.dec",\r
             "OvmfPkg/OvmfPkg.dec",\r
@@ -66,7 +80,7 @@
         "IgnoreGuidName": ["ResetVector", "XenResetVector"], # Expected duplication for gEfiFirmwareVolumeTopFileGuid\r
         "IgnoreGuidValue": [],\r
         "IgnoreFoldersAndFiles": [],\r
-        "IgnoreDuplicates": [],\r
+        "IgnoreDuplicates": ["gGrubFileGuid=Grub"],\r
     },\r
 \r
     ## options defined .pytool/Plugin/LibraryClassCheck\r
         ],           # words to extend to the dictionary for this package\r
         "IgnoreStandardPaths": [],   # Standard Plugin defined paths that should be ignore\r
         "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
+    },\r
+\r
+    # options defined in .pytool/Plugin/UncrustifyCheck\r
+    "UncrustifyCheck": {\r
+      "IgnoreFiles": ["VbeShim.h"]\r
     }\r
 }\r