From 8ccd1d5b5c8c367b215fb276eac8638968f5af53 Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Thu, 7 Apr 2016 18:19:29 +0800 Subject: 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 Cc: Jeff Fan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng Reviewed-by: Jiewen Yao --- IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec') diff --git a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec index 8bbde8e2c9..a609f1bb1e 100644 --- a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec +++ b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec @@ -4,7 +4,7 @@ # This package contains the definitions and module implementation # which follows Intel EFI Framework Specification. # -# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.
+# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -248,12 +248,6 @@ # @Prompt Reserved S3 Boot ACPI Memory Size gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3AcpiReservedMemorySize|0x8000|UINT32|0x30000006 - ## Specify memory size for boot script executor stack usage in S3 phase. - # The default size 32K. When changing the value make sure the memory size is large enough - # to meet boot script executor requirement in the S3 phase. - # @Prompt Reserved S3 Boot Script Stack ACPI Memory Size - gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3BootScriptStackSize|0x8000|UINT32|0x30000007 - ## Specify the end of address below 1MB for the OPROM. # The last shadowed OpROM should not exceed this address. # @Prompt Top Address of Shadowed Legacy OpROM -- cgit v1.2.3