]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/NvmExpressPei: Consume S3StorageDeviceInitList LockBox
authorHao Wu <hao.a.wu@intel.com>
Mon, 21 Jan 2019 06:14:19 +0000 (14:14 +0800)
committerHao Wu <hao.a.wu@intel.com>
Fri, 22 Feb 2019 00:20:07 +0000 (08:20 +0800)
commit05fd2a9268332d770dd082be4af076ba0217cf54
treeb3415a2de48fca27b6b14045a2658d07eb4348d7
parent2e15b750c4b09896aca11188c8727eaf4888a1c0
MdeModulePkg/NvmExpressPei: Consume S3StorageDeviceInitList LockBox

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

For the NvmExpressPei driver, this commit will update the driver to
consume the S3StorageDeviceInitList LockBox in S3 phase. The purpose is to
perform an on-demand (partial) NVM Express device
enumeration/initialization to benefit the S3 resume performance.

Cc: Jian J Wang <jian.j.wang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
MdeModulePkg/Bus/Pci/NvmExpressPei/DevicePath.c
MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.c
MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.h
MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.inf
MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiS3.c [new file with mode: 0644]