mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
Applied patch ../Patches/0001-OvmfPkg-Eradicated-S3.patch
This commit is contained in:
parent
61bc3a9cd1
commit
962b87ab7a
@ -26,7 +26,6 @@
|
||||
#include <Library/PeimEntryPoint.h>
|
||||
#include <Library/PeiServicesLib.h>
|
||||
#include <Library/QemuFwCfgLib.h>
|
||||
#include <Library/QemuFwCfgS3Lib.h>
|
||||
#include <Library/QemuFwCfgSimpleParserLib.h>
|
||||
#include <Library/ResourcePublicationLib.h>
|
||||
#include <Ppi/MasterBootMode.h>
|
||||
@ -708,20 +707,10 @@ InitializePlatform (
|
||||
IN CONST EFI_PEI_SERVICES **PeiServices
|
||||
)
|
||||
{
|
||||
EFI_STATUS Status;
|
||||
|
||||
DEBUG ((DEBUG_INFO, "Platform PEIM Loaded\n"));
|
||||
|
||||
DebugDumpCmos ();
|
||||
|
||||
if (QemuFwCfgS3Enabled ()) {
|
||||
DEBUG ((DEBUG_INFO, "S3 support was detected on QEMU\n"));
|
||||
mS3Supported = TRUE;
|
||||
Status = PcdSetBoolS (PcdAcpiS3Enable, TRUE);
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
}
|
||||
|
||||
S3Verification ();
|
||||
BootModeInitialization ();
|
||||
AddressWidthInitialization ();
|
||||
|
||||
|
@ -57,7 +57,6 @@
|
||||
PeiServicesTablePointerLib
|
||||
PeimEntryPoint
|
||||
QemuFwCfgLib
|
||||
QemuFwCfgS3Lib
|
||||
QemuFwCfgSimpleParserLib
|
||||
MtrrLib
|
||||
MemEncryptSevLib
|
||||
@ -130,4 +129,3 @@
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user