758ea94 MdeModulePkg NvmExpressDxe: Add BlockIo2 support

Authored and Committed by Hao Wu 8 years ago
    MdeModulePkg NvmExpressDxe: Add BlockIo2 support
    
    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>