mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +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/PeimEntryPoint.h>
|
||||||
#include <Library/PeiServicesLib.h>
|
#include <Library/PeiServicesLib.h>
|
||||||
#include <Library/QemuFwCfgLib.h>
|
#include <Library/QemuFwCfgLib.h>
|
||||||
#include <Library/QemuFwCfgS3Lib.h>
|
|
||||||
#include <Library/QemuFwCfgSimpleParserLib.h>
|
#include <Library/QemuFwCfgSimpleParserLib.h>
|
||||||
#include <Library/ResourcePublicationLib.h>
|
#include <Library/ResourcePublicationLib.h>
|
||||||
#include <Ppi/MasterBootMode.h>
|
#include <Ppi/MasterBootMode.h>
|
||||||
@ -708,20 +707,10 @@ InitializePlatform (
|
|||||||
IN CONST EFI_PEI_SERVICES **PeiServices
|
IN CONST EFI_PEI_SERVICES **PeiServices
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
EFI_STATUS Status;
|
|
||||||
|
|
||||||
DEBUG ((DEBUG_INFO, "Platform PEIM Loaded\n"));
|
DEBUG ((DEBUG_INFO, "Platform PEIM Loaded\n"));
|
||||||
|
|
||||||
DebugDumpCmos ();
|
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 ();
|
BootModeInitialization ();
|
||||||
AddressWidthInitialization ();
|
AddressWidthInitialization ();
|
||||||
|
|
||||||
|
@ -57,7 +57,6 @@
|
|||||||
PeiServicesTablePointerLib
|
PeiServicesTablePointerLib
|
||||||
PeimEntryPoint
|
PeimEntryPoint
|
||||||
QemuFwCfgLib
|
QemuFwCfgLib
|
||||||
QemuFwCfgS3Lib
|
|
||||||
QemuFwCfgSimpleParserLib
|
QemuFwCfgSimpleParserLib
|
||||||
MtrrLib
|
MtrrLib
|
||||||
MemEncryptSevLib
|
MemEncryptSevLib
|
||||||
@ -130,4 +129,3 @@
|
|||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
TRUE
|
TRUE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user