]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update the comments for S3Lib and RecoveryLib instances to state that they are deprec...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 11 Aug 2009 15:52:57 +0000 (15:52 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 11 Aug 2009 15:52:57 +0000 (15:52 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9049 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.c
IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c
IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf

index 63233e601f0feb8045518202761b5bab2ae17a80..4c0a877131dfebf5125af7723b4fcd0cb4882feb 100644 (file)
@@ -1,6 +1,10 @@
 /** @file\r
   This Library uses Framework RecoveryModule PPI to do system recovery.\r
 \r
+  This library instance is no longer used and module using this library\r
+  class should update to directly locate EFI_PEI_RECOVERY_MODULE_PPI defined\r
+  in PI 1.2 specification. \r
+\r
 Copyright (c) 2006 - 2009 Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -11,7 +15,7 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
-#include <FrameworkPei.h>\r
+#include <PiPei.h>\r
 #include <Library/PeiServicesLib.h>\r
 #include <Library/PeiServicesTablePointerLib.h>\r
 #include <Library/DebugLib.h>\r
index b6c7f01e9ead78391e63f6c3d146ec44ebef5322..1fc11c912071fd9e2762077bc5739308c279f485 100644 (file)
@@ -1,6 +1,10 @@
 #/** @file\r
 #  PEIM Recovery Library supports system recovery boot.\r
 #\r
+#  This library instance is no longer used and module using this library\r
+#  class should update to directly locate EFI_PEI_RECOVERY_MODULE_PPI defined\r
+#  in PI 1.2 specification. \r
+#\r
 #  Copyright (c) 2006 - 2009, Intel Corporation.\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
@@ -33,8 +37,6 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\r
   BaseLib\r
index b7d2380ce0f24fa7595a4c1b985c019dda9adb65..2d63c99f5e3f0cc8d8b84cfd8d472a8dcb8c975d 100644 (file)
@@ -1,6 +1,9 @@
 /** @file\r
   This library provides API to invoke the S3 resume vector in the APCI Table in S3 resume mode. \r
-  This library instance is only for PEI phase use and the APIs in this instance\r
+\r
+  This library instance is no longer used and module using this library\r
+  class should update to directly locate EFI_PEI_S3_RESUME_PPI defined\r
+  in PI 1.2 specification. \r
 \r
 Copyright (c) 2006 - 2008 Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
@@ -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.\r
 \r
 **/\r
-#include <FrameworkPei.h>\r
+\r
+#include <PiPei.h>\r
 #include <Library/PeiServicesLib.h>\r
 #include <Library/PeiServicesTablePointerLib.h>\r
 #include <Library/DebugLib.h>\r
@@ -22,7 +26,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 /**\r
   This function is responsible for calling the S3 resume vector in the ACPI Tables.\r
   \r
-  @retval EFI_SUCESS   Sucess to restore config from S3.\r
+  @retval EFI_SUCESS   Success to restore config from S3.\r
   @retval Others       Fail to restore config from S3.\r
 **/\r
 EFI_STATUS\r
index 76fb867aca2b9f0c453e1f3da9c3a7d8e5da488a..37dd716a7ef12ab6e266a3f9937a1c40ba6d5d03 100644 (file)
@@ -1,7 +1,9 @@
 #/** @file\r
 #\r
 #  This library provides API to invoke the S3 resume vector in the APCI Table in S3 resume mode. \r
-#  This library instance is only for PEI phase use and the APIs in this instance\r
+#  This library instance is no longer used and module using this library\r
+#  class should update to directly locate EFI_PEI_S3_RESUME_PPI defined\r
+#  in PI 1.2 specification. \r
 #\r
 #  Copyright (c) 2006 - 2009, Intel Corporation.\r
 #\r
@@ -36,8 +38,6 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\r
   PeiServicesTablePointerLib\r