summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2016-04-07 18:19:29 +0800
committerLaszlo Ersek <lersek@redhat.com>2016-04-07 17:32:03 +0200
commit8ccd1d5b5c8c367b215fb276eac8638968f5af53 (patch)
treef2a96fd52182f2a72930af5cef79530c472818d7 /IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
parente96708de88378e407991ae0c58dd1fe6656bd1a1 (diff)
downloadedk2-8ccd1d5b5c8c367b215fb276eac8638968f5af53.tar.gz
edk2-8ccd1d5b5c8c367b215fb276eac8638968f5af53.tar.bz2
edk2-8ccd1d5b5c8c367b215fb276eac8638968f5af53.zip
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>
Diffstat (limited to 'IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec')
-rw-r--r--IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec8
1 files changed, 1 insertions, 7 deletions
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.<BR>
+# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>
#
# 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