public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 00/12] Update Package YAML to ignore specific ECC files/errors
@ 2021-11-23 21:21 Michael D Kinney
  2021-11-23 21:21 ` [Patch 01/12] ArmPkg: Update " Michael D Kinney
                   ` (12 more replies)
  0 siblings, 13 replies; 33+ messages in thread
From: Michael D Kinney @ 2021-11-23 21:21 UTC (permalink / raw)
  To: devel
  Cc: Leif Lindholm, Ard Biesheuvel, Sami Mujawar, Gerd Hoffmann,
	Jiewen Yao, Jian J Wang, Xiaoyu Lu, Guomin Jiang, Andrew Fish,
	Ray Ni, Zhiguang Liu, Qi Zhang, Rahul Kumar, Zhichao Gao,
	Supreeth Venkatesh, Guo Dong, Maurice Ma, Benjamin You,
	Sean Brogan, Bret Barkelew, Liming Gao, Michael Kubacki

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: Leif Lindholm <leif@nuviainc.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>
Cc: Guomin Jiang <guomin.jiang@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Qi Zhang <qi1.zhang@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Cc: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
Cc: Guo Dong <guo.dong@intel.com>
Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Benjamin You <benjamin.you@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>

Michael D Kinney (12):
  ArmPkg: Update YAML to ignore specific ECC files/errors
  ArmPlatformPkg: Update YAML to ignore specific ECC files/errors
  ArmVirtPkg: Update YAML to ignore specific ECC files/errors
  CryptoPkg: Update YAML to ignore specific ECC files/errors
  EmulatorPkg: Update YAML to ignore specific ECC files/errors
  MdeModulePkg: Update YAML to ignore specific ECC files/errors
  MdePkg: Update YAML to ignore specific ECC files/errors
  SecurityPkg: Update YAML to ignore specific ECC files/errors
  ShellPkg: Update YAML to ignore specific ECC files/errors
  StandaloneMmPkg: Update YAML to ignore specific ECC files/errors
  UefiPayloadPkg: Update YAML to ignore specific ECC files/errors
  UnitTestFrameworkPkg: Update YAML to ignore specific ECC files/errors

 ArmPkg/ArmPkg.ci.yaml                         |  5 ++-
 ArmPlatformPkg/ArmPlatformPkg.ci.yaml         |  3 +-
 ArmVirtPkg/ArmVirtPkg.ci.yaml                 |  1 +
 CryptoPkg/CryptoPkg.ci.yaml                   | 10 ++++--
 EmulatorPkg/EmulatorPkg.ci.yaml               |  7 ++++
 MdeModulePkg/MdeModulePkg.ci.yaml             |  9 ++---
 MdePkg/MdePkg.ci.yaml                         | 34 ++++++++++++++++++-
 SecurityPkg/SecurityPkg.ci.yaml               |  3 ++
 ShellPkg/ShellPkg.ci.yaml                     |  1 +
 StandaloneMmPkg/StandaloneMmPkg.ci.yaml       | 12 +++++++
 UefiPayloadPkg/UefiPayloadPkg.ci.yaml         |  6 ++++
 .../UnitTestFrameworkPkg.ci.yaml              |  5 ++-
 12 files changed, 83 insertions(+), 13 deletions(-)

-- 
2.32.0.windows.1


^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2021-12-01 14:33 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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   ` 回复: [edk2-devel] " gaoliming
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox