]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: Add a header for NVMe v1.1 spec. definitions.
authorDarbin Reyes <darbin.emm.reyes@hpe.com>
Wed, 25 May 2016 22:28:40 +0000 (06:28 +0800)
committerFeng Tian <feng.tian@intel.com>
Fri, 27 May 2016 05:31:22 +0000 (13:31 +0800)
commit111cd0dd605ae4e0aa6b39406e096abafeb8a03c
tree3f12741e92b63348ece8611c29b5aea80323617f
parent6608330d76d50746aeba63a032d85a5389164a54
MdePkg: Add a header for NVMe v1.1 spec. definitions.

Adds a public header for NVMe v1.1 spec. definitions. The majority
of these definitions where copied from a private header in
MdeModulePkg/Bus/Pci/NvmExpress/NvmExpressHci.h. Additional
definitions were added e.g. the NVMe Smart Health Log and
Firmware Info. Log structures. These definitions should be
in a public header so that clients of the NVMe passthru protocol
can use them to execute NVMe commands.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Darbin Reyes <darbin.emm.reyes@hpe.com>
Reviewed-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@hpe.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
MdePkg/Include/IndustryStandard/Nvme.h [new file with mode: 0644]