Compared with v1, the following modifications have been made:
1. ScsiDiskDxe/ScsiDisk.c - In function ScsiDiskNotify(), fix typo passing
'Request->InBuffer' to ScsiDiskAsyncWrite10/16(). It should be
'Request->OutBuffer' instead.

2. UfsPassThruDxe/UfsPassThru.c - Close the timer event which polls the
result of asynchronous I/O in UfsPassThruDriverBindingStop().

Hao Wu (4):
  MdePkg UefiScsiLib: Add non-blocking support for SCSI Read/Write
    command
  MdeModulePkg ScsiDiskDxe: Add BlockIO2 Support
  MdeModulePkg UfsPassThruDxe: Add Non-blocking I/O Support
  MdeModulePkg ScsiBusDxe: Fix caller event may nerver be signaled

 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c         |   44 +-
 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ComponentName.c  |    4 +-
 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c       | 1403 +++++++++++++++++++-
 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h       |  322 ++++-
 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf  |    6 +-
 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThru.c  |   49 +-
 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThru.h  |   58 +-
 .../Bus/Ufs/UfsPassThruDxe/UfsPassThruHci.c        |  288 +++-
 MdePkg/Include/Library/UefiScsiLib.h               |  360 +++++
 MdePkg/Library/UefiScsiLib/UefiScsiLib.c           |  776 +++++++++++
 MdePkg/Library/UefiScsiLib/UefiScsiLib.inf         |    4 +-
 11 files changed, 3247 insertions(+), 67 deletions(-)

-- 
1.9.5.msysgit.0

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to