]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg NvmExpressDxe: Add BlockIo2 support
authorHao Wu <hao.a.wu@intel.com>
Wed, 27 Apr 2016 05:15:24 +0000 (13:15 +0800)
committerHao Wu <hao.a.wu@intel.com>
Thu, 19 May 2016 04:37:59 +0000 (12:37 +0800)
Together with EFI_BLOCK_IO_PROTOCOL, EFI_BLOCK_IO2_PROTOCOL is also
produced on NVMe devices.

The following Block I/O 2 functions are implemented:
Reset
ReadBlocksEx
WriteBlocksEx
FlushBlocksEx

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>

No differences found