public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v8 0/4] enhance MMC
@ 2016-11-23 13:36 Haojian Zhuang
  2016-11-23 13:36 ` [PATCH v8 1/4] MmcDxe: add interface in mmc host protocol Haojian Zhuang
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Haojian Zhuang @ 2016-11-23 13:36 UTC (permalink / raw)
  To: ryan.harkin, edk2-devel, leif.lindholm, ard.biesheuvel; +Cc: Haojian Zhuang

v8:
  * Avoid to update revision number twice.
  * Move IsMultiBlock() interface from patch #4 to #1.
  * Replace 24MHz with 26MHz since 26MHz is specified by spec.

v7:
  * Add revision checking.

v6:
  * Reformat the last 5 patches after 4 MMC patches of this series merged.
  * Squash original #5 and #6 patches together.
  * Fix according comments.

v5:
  * Remove patch on MediaId.
  * Squash two PL180 patches together.

v4:
  * Fix PL180 hang in some cases. Since the proper variable length
    isn't set for CMD6 & ACMD51.

v3:
  * Fix PL180 hang because of CMD6 & ACMD51 not supported.

v2:
  * Fix print error with missing parameter.
  * Change CMD51 to ACMD51.
  * Add the protection after CMD55 for SD. If there's no
    response of CMD55, skip to send ACMD51.

v1:
  * Wait OCR busy bit free according to eMMC spec.
  * Define ECSD structure.
  * Add interface to set IO bus width and speed.
  * Support to access multiple blocks.

Haojian Zhuang (4):
  MmcDxe: add interface in mmc host protocol
  MmcDxe: set iospeed and bus width in SD stack
  PL180: update for indentifying SD
  MmcDxe: expand to support multiple blocks

 ArmPlatformPkg/Drivers/PL180MciDxe/PL180Mci.c    |  29 ++-
 EmbeddedPkg/Include/Protocol/MmcHost.h           |  35 ++-
 EmbeddedPkg/Universal/MmcDxe/Mmc.h               |  25 ++
 EmbeddedPkg/Universal/MmcDxe/MmcBlockIo.c        | 176 +++++++++-----
 EmbeddedPkg/Universal/MmcDxe/MmcIdentification.c | 291 ++++++++++++++++++++++-
 5 files changed, 486 insertions(+), 70 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2016-11-24 18:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-23 13:36 [PATCH v8 0/4] enhance MMC Haojian Zhuang
2016-11-23 13:36 ` [PATCH v8 1/4] MmcDxe: add interface in mmc host protocol Haojian Zhuang
2016-11-23 13:36 ` [PATCH v8 2/4] MmcDxe: set iospeed and bus width in SD stack Haojian Zhuang
2016-11-23 13:36 ` [PATCH v8 3/4] PL180: update for indentifying SD Haojian Zhuang
2016-11-23 13:36 ` [PATCH v8 4/4] MmcDxe: expand to support multiple blocks Haojian Zhuang
2016-11-24 16:31 ` [PATCH v8 0/4] enhance MMC Ard Biesheuvel
2016-11-24 18:47   ` Ryan Harkin

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