public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add EFI Partition Information Protocol
@ 2017-07-07  5:39 Hao Wu
  2017-07-07  5:39 ` [PATCH v2 1/2] MdePkg: Add EFI Partition Information Protocol definitions Hao Wu
  2017-07-07  5:39 ` [PATCH v2 2/2] MdeModulePkg/PartitionDxe: Add impl of Partition Information Protocol Hao Wu
  0 siblings, 2 replies; 4+ messages in thread
From: Hao Wu @ 2017-07-07  5:39 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao Wu, Ruiyu Ni

V2 changes:
Remove forward reference for structure EFI_PARTITION_INFO_PROTOCOL, since
there is no usage of the pointer of protocol structure as 'This'
parameter.

V1 history:
Add the EFI Partition Information Protocol per the latest UEFI spec.

Test for the series:
A simple application called 'DumpPartInfo' is used to dump the contents of
the Partition Information protocols when the following devices are
attached:
a. MBR Hard disk
b. GPT Hard disk
c. CDROM

The source of the application and the series is available at:
https://github.com/hwu25/edk2 branch:partition_info_test

Cc: Ruiyu Ni <ruiyu.ni@intel.com>

Hao Wu (2):
  MdePkg: Add EFI Partition Information Protocol definitions
  MdeModulePkg/PartitionDxe: Add impl of Partition Information Protocol

 MdeModulePkg/Universal/Disk/PartitionDxe/ElTorito.c       | 43 +++++++-----
 MdeModulePkg/Universal/Disk/PartitionDxe/Gpt.c            | 55 +++++++++------
 MdeModulePkg/Universal/Disk/PartitionDxe/Mbr.c            | 51 +++++++++-----
 MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c      | 23 ++++--
 MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h      | 48 +++++++------
 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf |  3 +-
 MdePkg/Include/Protocol/PartitionInfo.h                   | 74 ++++++++++++++++++++
 MdePkg/MdePkg.dec                                         |  3 +
 8 files changed, 212 insertions(+), 88 deletions(-)
 create mode 100644 MdePkg/Include/Protocol/PartitionInfo.h

-- 
2.12.0.windows.1



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

end of thread, other threads:[~2017-07-07  5:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07  5:39 [PATCH v2 0/2] Add EFI Partition Information Protocol Hao Wu
2017-07-07  5:39 ` [PATCH v2 1/2] MdePkg: Add EFI Partition Information Protocol definitions Hao Wu
2017-07-07  5:54   ` Ni, Ruiyu
2017-07-07  5:39 ` [PATCH v2 2/2] MdeModulePkg/PartitionDxe: Add impl of Partition Information Protocol Hao Wu

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