]> git.proxmox.com Git - mirror_edk2.git/commitdiff
StandaloneMmPkg: Update YAML to ignore specific ECC files/errors
authorMichael D Kinney <michael.d.kinney@intel.com>
Tue, 23 Nov 2021 21:02:55 +0000 (13:02 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 30 Nov 2021 14:19:07 +0000 (14:19 +0000)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3749

Update package YAML files to ignore ECC errors that are
already present.  These issues must be fixed in the future,
but should not block source code changes for these known
issues.

Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael Kubacki <michael.kubacki@microsoft.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Acked-by: Ard Biesheuvel <ardb+tianocore@kernel.org>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
StandaloneMmPkg/StandaloneMmPkg.ci.yaml

index 06bef683cdaf006480cdac221414d7dcc7df613b..4777532a7eded9d2b64e81b77eb4fcb3d30ec2c5 100644 (file)
@@ -5,6 +5,18 @@
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ##\r
 {\r
+    "EccCheck": {\r
+        ## Exception sample looks like below:\r
+        ## "ExceptionList": [\r
+        ##     "<ErrorID>", "<KeyWord>"\r
+        ## ]\r
+        "ExceptionList": [\r
+            "4002", "HobConstructor"\r
+        ],\r
+        ## Both file path and directory path are accepted.\r
+        "IgnoreFiles": [\r
+        ]\r
+    },\r
     ## options defined .pytool/Plugin/CompilerPlugin\r
     "CompilerPlugin": {\r
         "DscPath": "StandaloneMmPkg.dsc"\r