public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/3] Disk Information Protocol for SD/MMC devices
@ 2017-07-05  5:05 Hao Wu
  2017-07-05  5:05 ` [PATCH 1/3] MdePkg/DiskInfo.h: Add the SD/MMC interface GUID definition Hao Wu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Hao Wu @ 2017-07-05  5:05 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao Wu, Ruiyu Ni, Star Zeng

Per PI 1.6 spec, add Disk Information Protocol support in SD/MMC devices.

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>

Hao Wu (3):
  MdePkg/DiskInfo.h: Add the SD/MMC interface GUID definition
  MdeModulePkg/SdDxe: Implementation of Disk Information Protocol
  MdeModulePkg/EmmcDxe: Implementation of Disk Information Protocol

 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDiskInfo.c | 140 +++++++++++++++++++++++++++++
 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDiskInfo.h | 115 ++++++++++++++++++++++++
 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.c      |  15 +++-
 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.h      |   9 +-
 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf    |   5 +-
 MdeModulePkg/Bus/Sd/SdDxe/SdDiskInfo.c     | 138 ++++++++++++++++++++++++++++
 MdeModulePkg/Bus/Sd/SdDxe/SdDiskInfo.h     | 115 ++++++++++++++++++++++++
 MdeModulePkg/Bus/Sd/SdDxe/SdDxe.c          |  13 ++-
 MdeModulePkg/Bus/Sd/SdDxe/SdDxe.h          |   9 +-
 MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf        |   5 +-
 MdePkg/Include/Protocol/DiskInfo.h         |  13 ++-
 MdePkg/MdePkg.dec                          |   6 ++
 12 files changed, 575 insertions(+), 8 deletions(-)
 create mode 100644 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDiskInfo.c
 create mode 100644 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDiskInfo.h
 create mode 100644 MdeModulePkg/Bus/Sd/SdDxe/SdDiskInfo.c
 create mode 100644 MdeModulePkg/Bus/Sd/SdDxe/SdDiskInfo.h

-- 
2.12.0.windows.1



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

end of thread, other threads:[~2017-07-05  7:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05  5:05 [PATCH 0/3] Disk Information Protocol for SD/MMC devices Hao Wu
2017-07-05  5:05 ` [PATCH 1/3] MdePkg/DiskInfo.h: Add the SD/MMC interface GUID definition Hao Wu
2017-07-05  5:05 ` [PATCH 2/3] MdeModulePkg/SdDxe: Implementation of Disk Information Protocol Hao Wu
2017-07-05  5:05 ` [PATCH 3/3] MdeModulePkg/EmmcDxe: " Hao Wu
2017-07-05  7:35 ` [PATCH 0/3] Disk Information Protocol for SD/MMC devices Zeng, Star

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