The series is also available at:
https://github.com/hwu25/edk2/tree/ahci_pei_blockio_v1

The series will add the PEI BlockIO support for ATA AHCI mode devices.

Cc: Ray Ni <ray...@intel.com>
Cc: Eric Dong <eric.d...@intel.com>
Cc: Jian J Wang <jian.j.w...@intel.com>

Hao Wu (2):
  MdeModulePkg/AhciPei: Limit max transfer blocknum for 48-bit address
  MdeModulePkg/AhciPei: Add PEI BlockIO support

 MdeModulePkg/Bus/Ata/AhciPei/AhciPei.inf      |   4 +
 MdeModulePkg/Bus/Ata/AhciPei/AhciPei.h        |  30 ++
 MdeModulePkg/Bus/Ata/AhciPei/AhciPeiBlockIo.h | 264 ++++++++++
 MdeModulePkg/Bus/Ata/AhciPei/AhciMode.c       | 125 ++++-
 MdeModulePkg/Bus/Ata/AhciPei/AhciPei.c        |  35 +-
 MdeModulePkg/Bus/Ata/AhciPei/AhciPeiBlockIo.c | 533 ++++++++++++++++++++
 6 files changed, 989 insertions(+), 2 deletions(-)
 create mode 100644 MdeModulePkg/Bus/Ata/AhciPei/AhciPeiBlockIo.h
 create mode 100644 MdeModulePkg/Bus/Ata/AhciPei/AhciPeiBlockIo.c

-- 
2.12.0.windows.1

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

Reply via email to