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

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



             reply	other threads:[~2017-07-05  5:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-05  5:05 Hao Wu [this message]
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

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=20170705050524.24328-1-hao.a.wu@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