[edk2-devel] [PATCH v2 1/3] MdePkg: Add Acpi65.h to IgnoreFiles area

Chao Li lichao at loongson.cn
Sun Jan 29 10:20:15 UTC 2023


Acpi65.h will causes ECC errors when CI uses Ubuntu GCC5 PR, add it
to MdePkg.ci.yaml in "IgnreFiles" area to fix the ECC errors.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4306

Cc: Michael D Kinney <michael.d.kinney at intel.com>
Cc: Liming Gao <gaoliming at byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu at intel.com>
Signed-off-by: Chao Li <lichao at loongson.cn>
---
 MdePkg/MdePkg.ci.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MdePkg/MdePkg.ci.yaml b/MdePkg/MdePkg.ci.yaml
index 19bc0138cb..6ba85ebe61 100644
--- a/MdePkg/MdePkg.ci.yaml
+++ b/MdePkg/MdePkg.ci.yaml
@@ -4,6 +4,7 @@
 # Copyright (c) Microsoft Corporation
 # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
 # Copyright (c) 2021, Arm Limited. All rights reserved.<BR>
+# Copyright (c) 2023, Loongson Technology Corporation Limited. All rights reserved.<BR>
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 ##
 {
@@ -58,6 +59,7 @@
         ## Both file path and directory path are accepted.
         "IgnoreFiles": [
             "Include/IndustryStandard/Acpi64.h",
+            "Include/IndustryStandard/Acpi65.h",
             "Include/IndustryStandard/Tpm12.h",
             "Include/IndustryStandard/Tpm20.h",
             "Include/IndustryStandard/IoRemappingTable.h",
-- 
2.27.0



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#99263): https://edk2.groups.io/g/devel/message/99263
Mute This Topic: https://groups.io/mt/96603426/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list