mirror of https://github.com/acidanthera/audk.git
209c3922b7
The previous patch ensures that the LockBox is protected during DXE (but the OS can still drop it) if S3 is unsupported or disabled. However, S3 related drivers not only save data in the lockbox, they allocate objects with Reserved and AcpiNVS memory types too, which the OS can't (must not) release. This is a waste when S3 is unsupported or disabled. In OVMF a good "choke point" for these drivers is the entry point of AcpiS3SaveDxe. The messages of the following commits are relevant to the data and control flow: - SVN r15290 (git commit |
||
---|---|---|
.. | ||
AcpiS3Save.c | ||
AcpiS3Save.h | ||
AcpiS3SaveDxe.inf |