]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/AcpiS3Save.h
Grammatical and disclaimer changes (does not follow internal C coding stds.)
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / AcpiS3Save.h
index de68e324ee4ec5394ae47d178072b2501ae7957e..9e92891c893e1ad7182f537fd694811b1202db02 100644 (file)
@@ -2,14 +2,14 @@
   This protocol is used to prepare all information that is needed for the S3 resume boot path. This\r
   protocol is not required for all platforms.\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
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+Copyright (c) 2006 - 2010, Intel Corporation.  All rights reserved<BR>\r
+This program and the accompanying materials are licensed and made available under \r
+the terms and conditions of the BSD License that accompanies this distribution.  \r
+The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php.                                          \r
+    \r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
   @par Revision Reference:\r
   This Protocol is defined in Framework of S3 Resume Boot Path Spec.\r
@@ -79,9 +79,9 @@ EFI_STATUS
   scope of this specification.\r
 \r
   @param  This                  A pointer to the EFI_ACPI_S3_SAVE_PROTOCOL instance.\r
-  @param  Size                                                                 The returned size of legacy memory below 1MB.\r
+  @param  Size                 The returned size of legacy memory below 1MB.\r
 \r
-  @retval EFI_SUCCESS           Size is successfully returned.\r
+  @retval EFI_SUCCESS           Size was successfully returned.\r
   @retval EFI_INVALID_PARAMETER The pointer Size is NULL.\r
     \r
 **/\r
@@ -96,9 +96,9 @@ EFI_STATUS
   The EFI_ACPI_S3_SAVE_PROTOCOL is responsible for preparing all the information that the\r
   Framework needs to restore the platform's preboot state during an S3 resume boot. This\r
   information can include the following:\r
-    - The Framework boot script table, containing all necessary operations to initialize the platform\r
-    - ACPI table information, such as RSDT, through which the OS waking vector can be located\r
-    - Range of reserved memory that can be used on the S3 resume boot path\r
+    - The Framework boot script table, containing all necessary operations to initialize the platform.\r
+    - ACPI table information, such as RSDT, through which the OS waking vector can be located.\r
+    - The range of reserved memory that can be used on the S3 resume boot path.\r
   This protocol can be used after the Framework makes sure that the boot process is complete and\r
   that no hardware has been left unconfigured. Where to call this protocol to save information is implementation-specific. \r
   In the case of an EFI-aware OS, ExitBootServices() can be a choice to provide this hook.\r