[edk2-devel] [PATCH 0/4] Add definitions introduced in UEFI 2.8a

Oleksiy Yakovlev posted 4 patches 4 years ago
Failed in applying to current master (apply log)
There is a newer version of this series
MdePkg/Include/Guid/Cper.h                   | 15 ++++++
MdePkg/Include/Guid/FmpCapsule.h             | 11 ++++-
MdePkg/Include/Guid/RtPropertiesTable.h      | 71 ++++++++++++++++++++++++++++
MdePkg/Include/Protocol/AbsolutePointer.h    |  2 +-
MdePkg/Include/Protocol/AtaPassThru.h        |  4 +-
MdePkg/Include/Protocol/EdidOverride.h       |  4 +-
MdePkg/Include/Protocol/FirmwareManagement.h |  4 +-
MdePkg/Include/Protocol/NvmExpressPassthru.h |  4 +-
MdePkg/Include/Protocol/ScsiPassThruExt.h    |  2 +-
MdePkg/Include/Protocol/SdMmcPassThru.h      |  4 +-
MdePkg/Include/Protocol/SimplePointer.h      |  2 +-
MdePkg/Include/Uefi/UefiSpec.h               |  8 ++--
MdePkg/MdePkg.dec                            | 15 ++++++
13 files changed, 128 insertions(+), 18 deletions(-)
create mode 100644 MdePkg/Include/Guid/RtPropertiesTable.h
[edk2-devel] [PATCH 0/4] Add definitions introduced in UEFI 2.8a
Posted by Oleksiy Yakovlev 4 years ago
Following patches add/update structures/definitions, that were 
introduced/modified by UEFI Spec v.2.8 errata a from Feb 14.

Oleksiy Yakovlev (4):
  MdePkg: Added new CPER Notification types
  MdePkg: Fixed OUT parameters marked as IN OUT
  MdePkg: Added EFI_PROPERTIES_TABLE
  MdePkg: Added FMP Capsule Image Header extension

 MdePkg/Include/Guid/Cper.h                   | 15 ++++++
 MdePkg/Include/Guid/FmpCapsule.h             | 11 ++++-
 MdePkg/Include/Guid/RtPropertiesTable.h      | 71 ++++++++++++++++++++++++++++
 MdePkg/Include/Protocol/AbsolutePointer.h    |  2 +-
 MdePkg/Include/Protocol/AtaPassThru.h        |  4 +-
 MdePkg/Include/Protocol/EdidOverride.h       |  4 +-
 MdePkg/Include/Protocol/FirmwareManagement.h |  4 +-
 MdePkg/Include/Protocol/NvmExpressPassthru.h |  4 +-
 MdePkg/Include/Protocol/ScsiPassThruExt.h    |  2 +-
 MdePkg/Include/Protocol/SdMmcPassThru.h      |  4 +-
 MdePkg/Include/Protocol/SimplePointer.h      |  2 +-
 MdePkg/Include/Uefi/UefiSpec.h               |  8 ++--
 MdePkg/MdePkg.dec                            | 15 ++++++
 13 files changed, 128 insertions(+), 18 deletions(-)
 create mode 100644 MdePkg/Include/Guid/RtPropertiesTable.h

-- 
2.9.0.windows.1


Please consider the environment before printing this email.

The information contained in this message may be confidential and proprietary to American Megatrends (AMI).  This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited.  Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#57228): https://edk2.groups.io/g/devel/message/57228
Mute This Topic: https://groups.io/mt/72930094/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH 0/4] Add definitions introduced in UEFI 2.8a
Posted by Zhiguang Liu 4 years ago
Hi Oleksiy,

About this patch set, I gave comments on the third one.
Other patch's code change is fine for me, but may have coding style issue.

Thanks
Zhiguang

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Oleksiy
> Yakovlev
> Sent: Saturday, April 11, 2020 3:58 AM
> To: devel@edk2.groups.io
> Cc: Gao, Liming <liming.gao@intel.com>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Felixp@ami.com; oleksiyy@ami.com
> Subject: [edk2-devel] [PATCH 0/4] Add definitions introduced in UEFI 2.8a
> 
> Following patches add/update structures/definitions, that were
> introduced/modified by UEFI Spec v.2.8 errata a from Feb 14.
> 
> Oleksiy Yakovlev (4):
>   MdePkg: Added new CPER Notification types
>   MdePkg: Fixed OUT parameters marked as IN OUT
>   MdePkg: Added EFI_PROPERTIES_TABLE
>   MdePkg: Added FMP Capsule Image Header extension
> 
>  MdePkg/Include/Guid/Cper.h                   | 15 ++++++
>  MdePkg/Include/Guid/FmpCapsule.h             | 11 ++++-
>  MdePkg/Include/Guid/RtPropertiesTable.h      | 71
> ++++++++++++++++++++++++++++
>  MdePkg/Include/Protocol/AbsolutePointer.h    |  2 +-
>  MdePkg/Include/Protocol/AtaPassThru.h        |  4 +-
>  MdePkg/Include/Protocol/EdidOverride.h       |  4 +-
>  MdePkg/Include/Protocol/FirmwareManagement.h |  4 +-
> MdePkg/Include/Protocol/NvmExpressPassthru.h |  4 +-
>  MdePkg/Include/Protocol/ScsiPassThruExt.h    |  2 +-
>  MdePkg/Include/Protocol/SdMmcPassThru.h      |  4 +-
>  MdePkg/Include/Protocol/SimplePointer.h      |  2 +-
>  MdePkg/Include/Uefi/UefiSpec.h               |  8 ++--
>  MdePkg/MdePkg.dec                            | 15 ++++++
>  13 files changed, 128 insertions(+), 18 deletions(-)  create mode 100644
> MdePkg/Include/Guid/RtPropertiesTable.h
> 
> --
> 2.9.0.windows.1
> 
> 
> Please consider the environment before printing this email.
> 
> The information contained in this message may be confidential and
> proprietary to American Megatrends (AMI).  This communication is intended
> to be read only by the individual or entity to whom it is addressed or by their
> designee. If the reader of this message is not the intended recipient, you are
> on notice that any distribution of this message, in any form, is strictly
> prohibited.  Please promptly notify the sender by reply e-mail or by
> telephone at 770-246-8600, and then delete or destroy all copies of the
> transmission.
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#58167): https://edk2.groups.io/g/devel/message/58167
Mute This Topic: https://groups.io/mt/72930094/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-