public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Zeng, Star" <star.zeng@intel.com>
To: "Wu, Hao A" <hao.a.wu@intel.com>,
	"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Cc: "Ni, Ruiyu" <ruiyu.ni@intel.com>, "Zeng, Star" <star.zeng@intel.com>
Subject: Re: [PATCH 0/3] Disk Information Protocol for SD/MMC devices
Date: Wed, 5 Jul 2017 07:35:32 +0000	[thread overview]
Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103B8F17A7@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <20170705050524.24328-1-hao.a.wu@intel.com>

Reviewed-by: Star Zeng <star.zeng@intel.com> to the patch series.

-----Original Message-----
From: Wu, Hao A 
Sent: Wednesday, July 5, 2017 1:05 PM
To: edk2-devel@lists.01.org
Cc: Wu, Hao A <hao.a.wu@intel.com>; Ni, Ruiyu <ruiyu.ni@intel.com>; Zeng, Star <star.zeng@intel.com>
Subject: [PATCH 0/3] Disk Information Protocol for SD/MMC devices

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



      parent reply	other threads:[~2017-07-05  7:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Zeng, Star [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0C09AFA07DD0434D9E2A0C6AEB0483103B8F17A7@shsmsx102.ccr.corp.intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox