diff options
author | Star Zeng <star.zeng@intel.com> | 2016-06-06 18:27:16 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2016-06-07 10:01:10 +0800 |
commit | 626f6f6e74626a9d85d6c8ca2fa8473045580fcf (patch) | |
tree | 6b7a7140119ca0c270dbb5b2cccf67ee10a935c7 /MdeModulePkg/Library/PiDxeS3BootScriptLib | |
parent | cfd79783d603bb2db98ffa0a370bea572724d51c (diff) | |
download | edk2-626f6f6e74626a9d85d6c8ca2fa8473045580fcf.tar.gz edk2-626f6f6e74626a9d85d6c8ca2fa8473045580fcf.tar.bz2 edk2-626f6f6e74626a9d85d6c8ca2fa8473045580fcf.zip |
MdeModulePkg DxeS3BootScriptLib: Revert git commit 058196bbb345
With a destructor implemented, the shortcut from 058196bbb345
should be unnecessary.
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Suggested-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'MdeModulePkg/Library/PiDxeS3BootScriptLib')
-rw-r--r-- | MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c | 4 | ||||
-rw-r--r-- | MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c b/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c index 0bd0bd04f6..f6de986e08 100644 --- a/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c +++ b/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c @@ -443,10 +443,6 @@ S3BootScriptLibInitialize ( BOOLEAN InSmm;
EFI_PHYSICAL_ADDRESS Buffer;
- if (!PcdGetBool (PcdAcpiS3Enable)) {
- return RETURN_SUCCESS;
- }
-
S3TablePtr = (SCRIPT_TABLE_PRIVATE_DATA*)(UINTN)PcdGet64(PcdS3BootScriptTablePrivateDataPtr);
//
// The Boot script private data is not be initialized. create it
diff --git a/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf b/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf index 0f4151180f..de314db479 100644 --- a/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf +++ b/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf @@ -71,5 +71,4 @@ ## SOMETIMES_PRODUCES
gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateSmmDataPtr
gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptRuntimeTableReservePageNumber ## CONSUMES
- gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable ## CONSUMES
|