[edk2] [PATCH 0/2] IoMMu support for SD/eMMC PEI stack

Hao Wu posted 2 patches 6 years, 5 months ago
Failed in applying to current master (apply log)
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
[edk2] [PATCH 0/2] IoMMu support for SD/eMMC PEI stack
Posted by Hao Wu 6 years, 5 months ago
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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel