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

Oleksiy Yakovlev posted 4 patches 3 years, 11 months 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      | 68 ++++++++++++++++++++++++++++
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, 124 insertions(+), 18 deletions(-)
create mode 100644 MdePkg/Include/Guid/RtPropertiesTable.h
[edk2-devel] [PATCH v2 0/4] Add definitions introduced in UEFI 2.8a
Posted by Oleksiy Yakovlev 3 years, 11 months 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      | 68 ++++++++++++++++++++++++++++
 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, 124 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 (#58815): https://edk2.groups.io/g/devel/message/58815
Mute This Topic: https://groups.io/mt/74058370/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH v2 0/4] Add definitions introduced in UEFI 2.8a
Posted by Liming Gao 3 years, 11 months ago
Oleksiy:
  I give the comments on patch 3. Other patches are good to me. Reviewed-by: Liming Gao <liming.gao@intel.com>

Thanks
Liming
> -----Original Message-----
> From: Oleksiy Yakovlev <oleksiyy@ami.com>
> Sent: Friday, May 8, 2020 3:35 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: [PATCH v2 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      | 68 ++++++++++++++++++++++++++++
>  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, 124 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 (#59078): https://edk2.groups.io/g/devel/message/59078
Mute This Topic: https://groups.io/mt/74058370/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-