]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg/NvmExpressPei: Add the NVME device PEI BlockIo support
authorHao Wu <hao.a.wu@intel.com>
Mon, 21 May 2018 05:28:24 +0000 (13:28 +0800)
committerHao Wu <hao.a.wu@intel.com>
Mon, 25 Jun 2018 01:13:12 +0000 (09:13 +0800)
commitb8b6943393cfa3ab7ffcaf5bd0a12f20c018481e
treeb113f6e97cf2664345afb11f31f82be46fe319fe
parent508acb5f6c29d86b266ea2412b3cfb8fce278a07
MdeModulePkg/NvmExpressPei: Add the NVME device PEI BlockIo support

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=256

This commit adds the PEI BlockIo support for NVM Express devices.

The driver will consume the EDKII_NVM_EXPRESS_HOST_CONTROLLER_PPI for NVM
Express host controllers within the system. And then produces the
BlockIo(2) PPIs for each controller.

The implementation of this driver is currently based on the NVM Express 1.1
Specification, which is available at:
http://nvmexpress.org/resources/specifications/

Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
13 files changed:
MdeModulePkg/Bus/Pci/NvmExpressPei/DmaMem.c [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.c [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.h [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.inf [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.uni [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiBlockIo.c [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiBlockIo.h [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiExtra.uni [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiHci.c [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiHci.h [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiPassThru.c [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiPassThru.h [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.dsc