]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/S3PciSegmentLib: Add S3PciSegmentLib class and instance.
authorRuiyu Ni <ruiyu.ni@intel.com>
Fri, 4 Aug 2017 05:23:24 +0000 (13:23 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Mon, 28 Aug 2017 08:47:05 +0000 (16:47 +0800)
commita2285a8963840683a28ed051077190b086c423eb
treedad8779aafd39b9cc1048fdaa6b86295ccae17d2
parent5c9bb86f171c9a3a89ac4b5b00518cb00bf32132
MdePkg/S3PciSegmentLib: Add S3PciSegmentLib class and instance.

The patch adds the new library class S3PciSegmentLib to carry out
PCI configuration and enable the PCI operations to be replayed during
an S3 resume. This library class maps directly on top of the
PciSegmentLib class.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Library/S3PciSegmentLib.h [new file with mode: 0644]
MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf [new file with mode: 0644]
MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.uni [new file with mode: 0644]
MdePkg/Library/BaseS3PciSegmentLib/S3PciSegmentLib.c [new file with mode: 0644]
MdePkg/MdePkg.dec
MdePkg/MdePkg.dsc