public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] Implementation of UFS Device Config Protocol
@ 2017-07-20  2:18 Hao Wu
  2017-07-20  2:18 ` [PATCH 1/2] MdeModulePkg/UfsPassThruDxe: Add impl " Hao Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hao Wu @ 2017-07-20  2:18 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao Wu, Star Zeng

The series adds the implementation of UFS Device Config Protocol in the
UfsPassThruDxe driver.

Also, the series resolves a 'Write Descriptor' operation failure issue in
the UFS drivers.

Cc: Star Zeng <star.zeng@intel.com>

Hao Wu (2):
  MdeModulePkg/UfsPassThruDxe: Add impl of UFS Device Config Protocol
  MdeModulePkg/Ufs: Set 'Data Segment Length' field for Write Descriptor

 MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHci.c                |   3 +
 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsDevConfigProtocol.c | 196 ++++++++++++++++++++
 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThru.c          |  24 ++-
 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThru.h          | 133 ++++++++++++-
 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf     |   4 +-
 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruHci.c       |  43 ++++-
 6 files changed, 389 insertions(+), 14 deletions(-)
 create mode 100644 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsDevConfigProtocol.c

-- 
2.12.0.windows.1



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

end of thread, other threads:[~2017-08-02  8:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-20  2:18 [PATCH 0/2] Implementation of UFS Device Config Protocol Hao Wu
2017-07-20  2:18 ` [PATCH 1/2] MdeModulePkg/UfsPassThruDxe: Add impl " Hao Wu
2017-07-20  2:18 ` [PATCH 2/2] MdeModulePkg/Ufs: Set 'Data Segment Length' field for Write Descriptor Hao Wu
2017-08-02  8:08 ` [PATCH 0/2] Implementation of UFS Device Config Protocol Zeng, Star

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