public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] IoMMu support for SD/eMMC PEI stack
@ 2017-10-31  4:16 Hao Wu
  2017-10-31  4:16 ` [PATCH 1/2] MdeModulePkg/EmmcBlockIoPei: Support IoMmu Hao Wu
  2017-10-31  4:16 ` [PATCH 2/2] MdeModulePkg/SdBlockIoPei: " Hao Wu
  0 siblings, 2 replies; 3+ messages in thread
From: Hao Wu @ 2017-10-31  4:16 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao Wu, Star Zeng, Jiewen Yao

The series adds the IoMMu support for the SD/eMMC PEI stack.

Cc: Star Zeng <star.zeng@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>

Hao Wu (2):
  MdeModulePkg/EmmcBlockIoPei: Support IoMmu
  MdeModulePkg/SdBlockIoPei: Support IoMmu

 MdeModulePkg/Bus/Sd/EmmcBlockIoPei/DmaMem.c           | 249 ++++++++++++++++++++
 MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcBlockIoPei.c   |  44 +++-
 MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcBlockIoPei.h   | 141 ++++++++++-
 MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcBlockIoPei.inf |   5 +-
 MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHcMem.c        |  23 +-
 MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHcMem.h        |   4 +-
 MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHci.c          |  36 ++-
 MdeModulePkg/Bus/Sd/SdBlockIoPei/DmaMem.c             | 249 ++++++++++++++++++++
 MdeModulePkg/Bus/Sd/SdBlockIoPei/SdBlockIoPei.c       |  44 +++-
 MdeModulePkg/Bus/Sd/SdBlockIoPei/SdBlockIoPei.h       | 141 ++++++++++-
 MdeModulePkg/Bus/Sd/SdBlockIoPei/SdBlockIoPei.inf     |   5 +-
 MdeModulePkg/Bus/Sd/SdBlockIoPei/SdHcMem.c            |  23 +-
 MdeModulePkg/Bus/Sd/SdBlockIoPei/SdHcMem.h            |   4 +-
 MdeModulePkg/Bus/Sd/SdBlockIoPei/SdHci.c              |  36 ++-
 14 files changed, 966 insertions(+), 38 deletions(-)
 create mode 100644 MdeModulePkg/Bus/Sd/EmmcBlockIoPei/DmaMem.c
 create mode 100644 MdeModulePkg/Bus/Sd/SdBlockIoPei/DmaMem.c

-- 
2.12.0.windows.1



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

end of thread, other threads:[~2017-10-31  4:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-31  4:16 [PATCH 0/2] IoMMu support for SD/eMMC PEI stack Hao Wu
2017-10-31  4:16 ` [PATCH 1/2] MdeModulePkg/EmmcBlockIoPei: Support IoMmu Hao Wu
2017-10-31  4:16 ` [PATCH 2/2] MdeModulePkg/SdBlockIoPei: " Hao Wu

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