v1: 1. Fix issues in UFS driver. 2. Add PhyInit in UFS driver. 3. Add retry in ScsiDisk for UFS device.
Haojian Zhuang (9): Ufs: fix data direction checking Ufs: fix to identify 32 bits address mode Ufs: fix the bit in UFS_HC_UTRLDBR_OFFSET register Ufs: fix to set UTRLBA and UTRLBAU register Ufs: fix to set PRDT length Ufs: add PhyInit Ufs: fix initialize OCS value to 0x0F Ufs: fix to add cache operation ScsiDisk: retry if device detected power failure MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c | 6 +++ MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThru.c | 2 + MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThru.h | 1 + .../Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf | 1 + .../Bus/Ufs/UfsPassThruDxe/UfsPassThruHci.c | 48 +++++++++++++++++----- MdeModulePkg/Include/Protocol/UfsHostController.h | 7 ++++ 6 files changed, 55 insertions(+), 10 deletions(-) -- 2.7.4 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

