]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Update YAML to ignore specific ECC files/errors
authorMichael D Kinney <michael.d.kinney@intel.com>
Tue, 23 Nov 2021 21:00:36 +0000 (13:00 -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: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.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>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
MdePkg/MdePkg.ci.yaml

index 3ea8eec331528ba604e33e2d5a6af05b5b9a5e01..054233ebc7bd9e745a2fb3e0697a1cd6b1f1d86c 100644 (file)
         ##     "<ErrorID>", "<KeyWord>"\r
         ## ]\r
         "ExceptionList": [\r
+            "9005", "@VDD",\r
+            "8005", "gST",\r
+            "8005", "gBS",\r
+            "8005", "gDS",\r
+            "8005", "gDS",\r
+            "8002", "va_list",\r
+            "8005", "EFI_BLUETOOTH_LE_SCAN_CALLBACK_INFORMATION.RSSI",\r
+            "8005", "void",\r
+            "8005", "va_list.__ap",\r
+            "8005", "__stack_chk_guard",\r
+            "8001", "MSG_IPv6_DP",\r
+            "8001", "MSG_IPv4_DP",\r
+            "8001", "DEFAULT_ToS",\r
+            "8001", "EFI_SERIAL_IO_PROTOCOL_REVISION1p1",\r
+            "8001", "EFI_ABS_AltActive",\r
+            "8001", "EFI_ABSP_SupportsAltActive",\r
+            "8001", "_ReadWriteBarrier",\r
+            "8001", "__va_copy",\r
+            "8003", "__va_copy",\r
+            "7007", "_EFI_LEGACY_SPI_CONTROLLER_PROTOCOL",\r
+            "7007", "_EFI_LEGACY_SPI_FLASH_PROTOCOL",\r
+            "7007", "_EFI_SPI_NOR_FLASH_PROTOCOL",\r
+            "7007", "_EFI_SPI_HC_PROTOCOL",\r
+            "8002", "aligned (",\r
+            "4002", "_ReturnAddress"\r
         ],\r
         ## Both file path and directory path are accepted.\r
         "IgnoreFiles": [\r
-            "Include/IndustryStandard/Acpi64.h"\r
+            "Include/IndustryStandard/Acpi64.h",\r
+            "Include/IndustryStandard/Tpm12.h",\r
+            "Include/IndustryStandard/Tpm20.h",\r
+            "Include/IndustryStandard/IoRemappingTable.h",\r
+            "Include/IndustryStandard/UefiTcgPlatform.h",\r
+            "Include/Library/PcdLib.h",\r
+            "Include/Library/SafeIntLib.h",\r
+            "Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.c"\r
         ]\r
     },\r
     ## options defined ci/Plugin/CompilerPlugin\r