]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressPassthru.c
MdeMdeModulePkg/NvmExpressDxe: Add NVM Express support.
authorFeng Tian <feng.tian@intel.com>
Mon, 12 Aug 2013 06:13:54 +0000 (06:13 +0000)
committererictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 12 Aug 2013 06:13:54 +0000 (06:13 +0000)
commiteb290d0257814701eefd93ee71d46efb6dcc320b
treee4038d731493637b70ee19fd64228a71a50d67aa
parent17625930ba14ec785dbc221d79967d398593cc32
MdeMdeModulePkg/NvmExpressDxe: Add NVM Express support.

Signed-off-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14545 6f19259b-4bc3-4df7-8a09-765794883524
13 files changed:
MdeModulePkg/Bus/Pci/NvmExpressDxe/ComponentName.c [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.c [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.h [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressBlockIo.c [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressBlockIo.h [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDiskInfo.c [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDiskInfo.h [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressHci.c [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressHci.h [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressPassthru.c [new file with mode: 0644]
MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressPassthru.h [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.dsc