IntelFrameworkModulePkg AcpiS3SaveDxe: Remove S3Ready() functional code
The S3Ready() functional code has been moved to S3SaveStateDxe in MdeModulePkg, the ACPI global variable related code is leaved as is for compatibility. PcdS3BootScriptStackSize is also moved to MdeModulePkg. Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jeff Fan <jeff.fan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
This is an implementation of the AcpiVariable platform field for ECP platform.
|
||||
|
||||
Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions
|
||||
@@ -43,7 +43,6 @@ typedef struct {
|
||||
#include <Protocol/FrameworkMpService.h>
|
||||
#include <Protocol/VariableLock.h>
|
||||
#include <Guid/AcpiVariableCompatibility.h>
|
||||
#include <Guid/AcpiS3Context.h>
|
||||
|
||||
GLOBAL_REMOVE_IF_UNREFERENCED
|
||||
ACPI_VARIABLE_SET_COMPATIBILITY *mAcpiVariableSetCompatibility = NULL;
|
||||
@@ -68,11 +67,10 @@ AllocateMemoryBelow4G (
|
||||
/**
|
||||
Hook point for AcpiVariableThunkPlatform for S3Ready.
|
||||
|
||||
@param AcpiS3Context ACPI s3 context
|
||||
**/
|
||||
VOID
|
||||
S3ReadyThunkPlatform (
|
||||
IN ACPI_S3_CONTEXT *AcpiS3Context
|
||||
VOID
|
||||
)
|
||||
{
|
||||
EFI_PHYSICAL_ADDRESS AcpiMemoryBase;
|
||||
|
Reference in New Issue
Block a user