summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c')
-rw-r--r--IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c b/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c
index b7d2380ce..2d63c99f5 100644
--- a/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c
+++ b/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c
@@ -1,6 +1,9 @@
/** @file
This library provides API to invoke the S3 resume vector in the APCI Table in S3 resume mode.
- This library instance is only for PEI phase use and the APIs in this instance
+
+ This library instance is no longer used and module using this library
+ class should update to directly locate EFI_PEI_S3_RESUME_PPI defined
+ in PI 1.2 specification.
Copyright (c) 2006 - 2008 Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -12,7 +15,8 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
-#include <FrameworkPei.h>
+
+#include <PiPei.h>
#include <Library/PeiServicesLib.h>
#include <Library/PeiServicesTablePointerLib.h>
#include <Library/DebugLib.h>
@@ -22,7 +26,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
/**
This function is responsible for calling the S3 resume vector in the ACPI Tables.
- @retval EFI_SUCESS Sucess to restore config from S3.
+ @retval EFI_SUCESS Success to restore config from S3.
@retval Others Fail to restore config from S3.
**/
EFI_STATUS