]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg: introduce QemuFwCfgS3Lib class
authorLaszlo Ersek <lersek@redhat.com>
Wed, 22 Feb 2017 00:59:41 +0000 (01:59 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Tue, 14 Mar 2017 20:49:01 +0000 (21:49 +0100)
commitf70b071e2f14b3b79b328b5afb8345affbe772b1
tree41f8a434d33f08150f3fc162c8ee1c9ee027b4c8
parent6ac97ad31edbd9c8cdea778f452273974c589bf1
OvmfPkg: introduce QemuFwCfgS3Lib class

This library class will enable driver modules (a) to query whether S3
support was enabled on the QEMU command line, (b) to produce fw_cfg DMA
operations that are to be replayed at S3 resume time.

Declare the library class in OvmfPkg/OvmfPkg.dec, and add the library
class header under OvmfPkg/Include/Library/. At the moment, the only API
we expose is QemuFwCfgS3Enabled(), which we'll first migrate from
QemuFwCfgLib. Further interfaces will be added in later patches.

Cc: Jordan Justen <jordan.l.justen@intel.com>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=394
Suggested-by: Jordan Justen <jordan.l.justen@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
OvmfPkg/Include/Library/QemuFwCfgS3Lib.h [new file with mode: 0644]
OvmfPkg/OvmfPkg.dec