public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <michael.d.kinney@intel.com>
Cc: "'Zhiguang Liu'" <zhiguang.liu@intel.com>,
	"'Sean Brogan'" <sean.brogan@microsoft.com>,
	"'Bret Barkelew'" <Bret.Barkelew@microsoft.com>,
	"'Michael Kubacki'" <michael.kubacki@microsoft.com>
Subject: 回复: [edk2-devel] [Patch 07/12] MdePkg: Update YAML to ignore specific ECC files/errors
Date: Sat, 27 Nov 2021 09:42:39 +0800	[thread overview]
Message-ID: <003e01d7e330$0ffc0930$2ff41b90$@byosoft.com.cn> (raw)
In-Reply-To: <20211123212122.1348-8-michael.d.kinney@intel.com>

Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>

> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Michael D
> Kinney
> 发送时间: 2021年11月24日 5:21
> 收件人: devel@edk2.groups.io
> 抄送: Liming Gao <gaoliming@byosoft.com.cn>; Zhiguang Liu
> <zhiguang.liu@intel.com>; Sean Brogan <sean.brogan@microsoft.com>; Bret
> Barkelew <Bret.Barkelew@microsoft.com>; Michael Kubacki
> <michael.kubacki@microsoft.com>
> 主题: [edk2-devel] [Patch 07/12] MdePkg: Update YAML to ignore specific
> ECC files/errors
> 
> 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>
> ---
>  MdePkg/MdePkg.ci.yaml | 34 +++++++++++++++++++++++++++++++++-
>  1 file changed, 33 insertions(+), 1 deletion(-)
> 
> diff --git a/MdePkg/MdePkg.ci.yaml b/MdePkg/MdePkg.ci.yaml
> index 3ea8eec33152..054233ebc7bd 100644
> --- a/MdePkg/MdePkg.ci.yaml
> +++ b/MdePkg/MdePkg.ci.yaml
> @@ -17,10 +17,42 @@
>          ##     "<ErrorID>", "<KeyWord>"
>          ## ]
>          "ExceptionList": [
> +            "9005", "@VDD",
> +            "8005", "gST",
> +            "8005", "gBS",
> +            "8005", "gDS",
> +            "8005", "gDS",
> +            "8002", "va_list",
> +            "8005",
> "EFI_BLUETOOTH_LE_SCAN_CALLBACK_INFORMATION.RSSI",
> +            "8005", "void",
> +            "8005", "va_list.__ap",
> +            "8005", "__stack_chk_guard",
> +            "8001", "MSG_IPv6_DP",
> +            "8001", "MSG_IPv4_DP",
> +            "8001", "DEFAULT_ToS",
> +            "8001", "EFI_SERIAL_IO_PROTOCOL_REVISION1p1",
> +            "8001", "EFI_ABS_AltActive",
> +            "8001", "EFI_ABSP_SupportsAltActive",
> +            "8001", "_ReadWriteBarrier",
> +            "8001", "__va_copy",
> +            "8003", "__va_copy",
> +            "7007", "_EFI_LEGACY_SPI_CONTROLLER_PROTOCOL",
> +            "7007", "_EFI_LEGACY_SPI_FLASH_PROTOCOL",
> +            "7007", "_EFI_SPI_NOR_FLASH_PROTOCOL",
> +            "7007", "_EFI_SPI_HC_PROTOCOL",
> +            "8002", "aligned (",
> +            "4002", "_ReturnAddress"
>          ],
>          ## Both file path and directory path are accepted.
>          "IgnoreFiles": [
> -            "Include/IndustryStandard/Acpi64.h"
> +            "Include/IndustryStandard/Acpi64.h",
> +            "Include/IndustryStandard/Tpm12.h",
> +            "Include/IndustryStandard/Tpm20.h",
> +            "Include/IndustryStandard/IoRemappingTable.h",
> +            "Include/IndustryStandard/UefiTcgPlatform.h",
> +            "Include/Library/PcdLib.h",
> +            "Include/Library/SafeIntLib.h",
> +            "Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.c"
>          ]
>      },
>      ## options defined ci/Plugin/CompilerPlugin
> --
> 2.32.0.windows.1
> 
> 
> 
> 
> 




  reply	other threads:[~2021-11-27  1:42 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-23 21:21 [Patch 00/12] Update Package YAML to ignore specific ECC files/errors Michael D Kinney
2021-11-23 21:21 ` [Patch 01/12] ArmPkg: Update " Michael D Kinney
2021-11-24 10:35   ` [edk2-devel] " Sami Mujawar
2021-11-24 11:57   ` Leif Lindholm
2021-11-23 21:21 ` [Patch 02/12] ArmPlatformPkg: " Michael D Kinney
2021-11-24 10:36   ` [edk2-devel] " Sami Mujawar
2021-11-24 11:58   ` Leif Lindholm
2021-12-01 14:33   ` PierreGondois
2021-11-23 21:21 ` [Patch 03/12] ArmVirtPkg: " Michael D Kinney
2021-11-24 10:40   ` Sami Mujawar
2021-11-24 11:58   ` Leif Lindholm
2021-11-23 21:21 ` [Patch 04/12] CryptoPkg: " Michael D Kinney
     [not found]   ` <CO1PR11MB4929B441ED557EE00D2596BCD2639@CO1PR11MB4929.namprd11.prod.outlook.com>
2021-11-27  1:31     ` [edk2-devel] " Yao, Jiewen
2021-11-28  7:33   ` Wang, Jian J
2021-11-23 21:21 ` [Patch 05/12] EmulatorPkg: " Michael D Kinney
2021-11-30  5:05   ` Ni, Ray
2021-11-23 21:21 ` [Patch 06/12] MdeModulePkg: " Michael D Kinney
2021-11-27  1:40   ` 回复: [edk2-devel] " gaoliming
2021-11-23 21:21 ` [Patch 07/12] MdePkg: " Michael D Kinney
2021-11-27  1:42   ` gaoliming [this message]
2021-11-23 21:21 ` [Patch 08/12] SecurityPkg: " Michael D Kinney
2021-11-30  6:03   ` Qi Zhang
2021-11-23 21:21 ` [Patch 09/12] ShellPkg: " Michael D Kinney
2021-11-24  5:41   ` Gao, Zhichao
2021-11-30  5:05   ` Ni, Ray
2021-11-23 21:21 ` [Patch 10/12] StandaloneMmPkg: " Michael D Kinney
2021-11-24 10:55   ` Sami Mujawar
2021-11-24 23:27     ` [edk2-devel] " Michael D Kinney
2021-11-23 21:21 ` [Patch 11/12] UefiPayloadPkg: " Michael D Kinney
2021-11-29 16:30   ` Guo Dong
2021-11-23 21:21 ` [Patch 12/12] UnitTestFrameworkPkg: " Michael D Kinney
2021-11-27  2:19   ` [EXTERNAL] " Bret Barkelew
2021-11-23 23:28 ` [Patch 00/12] Update Package " Ard Biesheuvel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='003e01d7e330$0ffc0930$2ff41b90$@byosoft.com.cn' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox