diff options
author | jchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-19 08:40:58 +0000 |
---|---|---|
committer | jchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-19 08:40:58 +0000 |
commit | e72ca438d435df18e620a20ef0b86de0837cc62a (patch) | |
tree | ac8d34d62a1dd8fcf6852eaf34a8d182cad12e9f /IntelFrameworkModulePkg/Library | |
parent | 269e4559ae140e6217584a627ba9056db2f60952 (diff) | |
download | edk2-platforms-e72ca438d435df18e620a20ef0b86de0837cc62a.tar.xz |
Code scrub for IdeBusDxe driver and PeiS3Lib.(undergoing)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8609 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Library')
-rw-r--r-- | IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c | 3 | ||||
-rw-r--r-- | IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c b/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c index 1d7907ef7f..e4088694be 100644 --- a/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c +++ b/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c @@ -1,5 +1,6 @@ /**@file
- S3 Library. This library class defines a set of methods related do S3 mode
+ 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
Copyright (c) 2006 - 2008 Intel Corporation
All rights reserved. This program and the accompanying materials
diff --git a/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf b/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf index e4851a48d8..76fb867aca 100644 --- a/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf +++ b/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf @@ -1,7 +1,8 @@ #/** @file
-# Graphics Library for UEFI drivers
#
-# This library provides supports for basic graphic functions.
+# 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
+#
# Copyright (c) 2006 - 2009, Intel Corporation.
#
# All rights reserved. This program and the accompanying materials
@@ -39,11 +40,10 @@ IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
[LibraryClasses]
- BaseLib
PeiServicesTablePointerLib
DebugLib
[Ppis]
- gEfiPeiS3ResumePpiGuid # PPI ALWAYS_CONSUMED
+ gEfiPeiS3ResumePpiGuid # ALWAYS_CONSUMES
|