public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Re: [edk2-devel] [PATCH v3 0/2] EDK2 Code First: PI Specification: Expand PI Status Codes
       [not found] <16D05BFABE9AAF52.4801@groups.io>
@ 2022-02-17  2:13 ` Kun Qin
  2022-02-17 18:50   ` Michael D Kinney
  0 siblings, 1 reply; 2+ messages in thread
From: Kun Qin @ 2022-02-17  2:13 UTC (permalink / raw)
  To: devel
  Cc: Andrew Fish, Leif Lindholm, Michael D Kinney, Liming Gao,
	Zhiguang Liu

Hi community maintainers,

It has been a few weeks since the patches being sent out. Could anyone 
please provide any feedback on this code-first series so that we can 
keep the wheels rolling as the first step of N?

Thanks in advance.

Regards,
Kun

On 02/03/2022 11:03, Kun Qin via groups.io wrote:
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3794
> 
> This patch series is a rebase of previous submission:
> https://edk2.groups.io/g/devel/message/85335
> 
> In current Status Codes definitions of PI spec v1.7 errata, there are a
> few instances where the software could trigger system reboots while the
> corresponding case were not covered by the already defined status codes.
> 
> One scenario that OEMs would be interested is that fragmented memory map
> from boot to boot would fail to meet certain OS ACPI requirements (i.e.
> S4 resume boot requires consistent memory maps) and trigger system
> reboots. Yet the corresponding case was not covered by the already
> defined status codes.
> 
> The unexpected system reboots above could indicate decay of system health
> and reporting of such generic events would provide helpful information to
> OEMs to investigate/prevent system failures in general.
> 
> The change intends to expand definitions of `EFI_SW_EC_**` under Status
> Codes to cover more unexpected system reboot events, which could improve
> Status Code futility and readability.
> 
> Compared to previous series, v3 patch changes mainly include:
> a. Added BZ3794 prefix for newly added macro definitions;
> 
> Patch v3 branch: https://github.com/kuqin12/edk2/tree/BZ3794-expand_status_codes_v3
> 
> Cc: Andrew Fish <afish@apple.com>
> Cc: Leif Lindholm <leif@nuviainc.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> 
> Kun Qin (2):
>    EDK2 Code First: PI Specification: New error codes of Host Software
>      class
>    MdePkg: MmCommunication: Add new Host Software class Error Code to
>      MdePkg
> 
>   CodeFirst/BZ3794-SpecChange.md   | 55 ++++++++++++++++++++
>   MdePkg/Include/Pi/PiStatusCode.h |  1 +
>   2 files changed, 56 insertions(+)
>   create mode 100644 CodeFirst/BZ3794-SpecChange.md
> 

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

* Re: [edk2-devel] [PATCH v3 0/2] EDK2 Code First: PI Specification: Expand PI Status Codes
  2022-02-17  2:13 ` [edk2-devel] [PATCH v3 0/2] EDK2 Code First: PI Specification: Expand PI Status Codes Kun Qin
@ 2022-02-17 18:50   ` Michael D Kinney
  0 siblings, 0 replies; 2+ messages in thread
From: Michael D Kinney @ 2022-02-17 18:50 UTC (permalink / raw)
  To: devel@edk2.groups.io, kuqin12@gmail.com, Kinney, Michael D
  Cc: Andrew Fish, Leif Lindholm, Gao, Liming, Liu, Zhiguang

Hi Kun,

The EDK II Code First Process says the branch should be 
against the edk2-staging repo.  

Your patches are for the edk2 repo.

Mike

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Kun Qin
> Sent: Wednesday, February 16, 2022 6:13 PM
> To: devel@edk2.groups.io
> Cc: Andrew Fish <afish@apple.com>; Leif Lindholm <leif@nuviainc.com>; Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming
> <gaoliming@byosoft.com.cn>; Liu, Zhiguang <zhiguang.liu@intel.com>
> Subject: Re: [edk2-devel] [PATCH v3 0/2] EDK2 Code First: PI Specification: Expand PI Status Codes
> 
> Hi community maintainers,
> 
> It has been a few weeks since the patches being sent out. Could anyone
> please provide any feedback on this code-first series so that we can
> keep the wheels rolling as the first step of N?
> 
> Thanks in advance.
> 
> Regards,
> Kun
> 
> On 02/03/2022 11:03, Kun Qin via groups.io wrote:
> > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3794
> >
> > This patch series is a rebase of previous submission:
> > https://edk2.groups.io/g/devel/message/85335
> >
> > In current Status Codes definitions of PI spec v1.7 errata, there are a
> > few instances where the software could trigger system reboots while the
> > corresponding case were not covered by the already defined status codes.
> >
> > One scenario that OEMs would be interested is that fragmented memory map
> > from boot to boot would fail to meet certain OS ACPI requirements (i.e.
> > S4 resume boot requires consistent memory maps) and trigger system
> > reboots. Yet the corresponding case was not covered by the already
> > defined status codes.
> >
> > The unexpected system reboots above could indicate decay of system health
> > and reporting of such generic events would provide helpful information to
> > OEMs to investigate/prevent system failures in general.
> >
> > The change intends to expand definitions of `EFI_SW_EC_**` under Status
> > Codes to cover more unexpected system reboot events, which could improve
> > Status Code futility and readability.
> >
> > Compared to previous series, v3 patch changes mainly include:
> > a. Added BZ3794 prefix for newly added macro definitions;
> >
> > Patch v3 branch: https://github.com/kuqin12/edk2/tree/BZ3794-expand_status_codes_v3
> >
> > Cc: Andrew Fish <afish@apple.com>
> > Cc: Leif Lindholm <leif@nuviainc.com>
> > Cc: Michael D Kinney <michael.d.kinney@intel.com>
> > Cc: Liming Gao <gaoliming@byosoft.com.cn>
> > Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> >
> > Kun Qin (2):
> >    EDK2 Code First: PI Specification: New error codes of Host Software
> >      class
> >    MdePkg: MmCommunication: Add new Host Software class Error Code to
> >      MdePkg
> >
> >   CodeFirst/BZ3794-SpecChange.md   | 55 ++++++++++++++++++++
> >   MdePkg/Include/Pi/PiStatusCode.h |  1 +
> >   2 files changed, 56 insertions(+)
> >   create mode 100644 CodeFirst/BZ3794-SpecChange.md
> >
> 
> 
> 
> 


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

end of thread, other threads:[~2022-02-17 18:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <16D05BFABE9AAF52.4801@groups.io>
2022-02-17  2:13 ` [edk2-devel] [PATCH v3 0/2] EDK2 Code First: PI Specification: Expand PI Status Codes Kun Qin
2022-02-17 18:50   ` Michael D Kinney

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