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

> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Ard
> Biesheuvel
> 发送时间: 2022年10月6日 20:45
> 收件人: Dionna Glaze <dionnagl...@google.com>
> 抄送: devel@edk2.groups.io; Min M. Xu <min.m...@intel.com>; Gerd
> Hoffmann <kra...@redhat.com>; James Bottomley <j...@linux.ibm.com>;
> Tom Lendacky <thomas.lenda...@amd.com>; Jiewen Yao
> <jiewen....@intel.com>; Erdem Aktas <erdemak...@google.com>; Liming
> Gao (Byosoft address) <gaolim...@byosoft.com.cn>; Michael Kinney
> <michael.d.kin...@intel.com>
> 主题: Re: [edk2-devel] [PATCH v7 2/7] MdePkg: Add
> EFI_EVENT_BEFORE_EXIT_BOOT_SERVICES_GUID
> 
> (cc Liming & Mike)
> 
> On Wed, 5 Oct 2022 at 22:33, Dionna Glaze <dionnagl...@google.com>
> wrote:
> >
> > Event group as defined in UEFI standard v2.9.
> >
> > Cc: Ard Biescheuvel <a...@kernel.org>
> > Cc: "Min M. Xu" <min.m...@intel.com>
> > Cc: Gerd Hoffmann <kra...@redhat.com>
> > Cc: James Bottomley <j...@linux.ibm.com>
> > Cc: Tom Lendacky <thomas.lenda...@amd.com>
> > Cc: Jiewen Yao <jiewen....@intel.com>
> > Cc: Erdem Aktas <erdemak...@google.com>
> >
> > Signed-off-by: Dionna Glaze <dionnagl...@google.com>
> 
> Reviewed-by: Ard Biesheuvel <a...@kernel.org>
> 
> > ---
> >  MdePkg/Include/Guid/EventGroup.h | 5 +++++
> >  MdePkg/MdePkg.dec                | 5 ++++-
> >  2 files changed, 9 insertions(+), 1 deletion(-)
> >
> > diff --git a/MdePkg/Include/Guid/EventGroup.h
> b/MdePkg/Include/Guid/EventGroup.h
> > index 063d1f7157..64bfd4bab9 100644
> > --- a/MdePkg/Include/Guid/EventGroup.h
> > +++ b/MdePkg/Include/Guid/EventGroup.h
> > @@ -14,6 +14,11 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
> >
> >  extern EFI_GUID  gEfiEventExitBootServicesGuid;
> >
> > +#define EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICES \
> > +  { 0x8be0e274, 0x3970, 0x4b44, { 0x80, 0xc5, 0x1a, 0xb9, 0x50, 0x2f,
> 0x3b, 0xfc } }
> > +
> > +extern EFI_GUID  gEfiEventBeforeExitBootServicesGuid;
> > +
> >  #define EFI_EVENT_GROUP_VIRTUAL_ADDRESS_CHANGE \
> >    { 0x13fa7698, 0xc831, 0x49c7, { 0x87, 0xea, 0x8f, 0x43, 0xfc, 0xc2, 0x51,
> 0x96 } }
> >
> > diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec
> > index de3c56758b..32c3501e66 100644
> > --- a/MdePkg/MdePkg.dec
> > +++ b/MdePkg/MdePkg.dec
> > @@ -408,7 +408,10 @@
> >    gEfiEventMemoryMapChangeGuid   = { 0x78BEE926, 0x692F, 0x48FD,
> { 0x9E, 0xDB, 0x01, 0x42, 0x2E, 0xF0, 0xD7, 0xAB }}
> >
> >    ## Include/Guid/EventGroup.h
> > -  gEfiEventVirtualAddressChangeGuid = { 0x13FA7698, 0xC831, 0x49C7,
> { 0x87, 0xEA, 0x8F, 0x43, 0xFC, 0xC2, 0x51, 0x96 }}
> > +  gEfiEventVirtualAddressChangeGuid   = { 0x13FA7698, 0xC831, 0x49C7,
> { 0x87, 0xEA, 0x8F, 0x43, 0xFC, 0xC2, 0x51, 0x96 }}
> > +
> > +  ## Include/Guid/EventGroup.h
> > +  gEfiEventBeforeExitBootServicesGuid = { 0x8BE0E274, 0x3970, 0x4B44,
> { 0x80, 0xC5, 0x1A, 0xB9, 0x50, 0x2F, 0x3B, 0xFC }}
> >
> >    ## Include/Guid/EventGroup.h
> >    gEfiEventExitBootServicesGuid  = { 0x27ABF055, 0xB1B8, 0x4C26,
> { 0x80, 0x48, 0x74, 0x8F, 0x37, 0xBA, 0xA2, 0xDF }}
> > --
> > 2.38.0.rc1.362.ged0d419d3c-goog
> >
> 
> 
> 
> 





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#94854): https://edk2.groups.io/g/devel/message/94854
Mute This Topic: https://groups.io/mt/94228203/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to