]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/GenericMemoryTest.h
MdeModulePkg/ResetSystemRuntimeDxe: Add platform filter and handler
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / GenericMemoryTest.h
index 1abaf88fdaabdf85f36f77b3b07c0426483fdfa9..163e76d8f46eb73389f28835c99ae98c22f591b3 100644 (file)
@@ -1,13 +1,13 @@
 /** @file\r
   This protocol defines the generic memory test interfaces in Dxe phase.\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. <BR>\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
+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
+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
 **/\r
@@ -21,8 +21,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 typedef struct _EFI_GENERIC_MEMORY_TEST_PROTOCOL  EFI_GENERIC_MEMORY_TEST_PROTOCOL;\r
 \r
 ///\r
-/// Memory test coverage level\r
-/// Ignore chooses not to test memory, Quick and Sparse test some memory, and Extensive performs a detailed memory test.\r
+/// Memory test coverage level.\r
+/// Ignore chooses not to test memory. Quick and Sparse test some memory, and Extensive performs a detailed memory test.\r
 ///\r
 typedef enum {\r
   IGNORE,\r
@@ -36,7 +36,7 @@ typedef enum {
 /**\r
   Initialize the generic memory test.\r
 \r
-  @param  This                Protocol instance pointer. \r
+  @param  This                The protocol instance pointer. \r
   @param  Level               The coverage level of the memory test. \r
   @param  RequireSoftECCInit  Indicate if the memory need software ECC init. \r
 \r
@@ -56,10 +56,10 @@ EFI_STATUS
 /**\r
   Perform the memory test.\r
 \r
-  @param  This                Protocol instance pointer. \r
+  @param  This                The protocol instance pointer. \r
   @param  TestedMemorySize    Return the tested extended memory size. \r
   @param  TotalMemorySize     Return the whole system physical memory size. \r
-                                                                                                               The total memory size does not include memory in a slot with a disabled DIMM.  \r
+                              The total memory size does not include memory in a slot with a disabled DIMM.  \r
   @param  ErrorOut            TRUE if the memory error occured.\r
   @param  IfTestAbort         Indicates that the user pressed "ESC" to skip the memory test. \r
 \r
@@ -82,7 +82,7 @@ EFI_STATUS
 /**\r
   Finish the memory test.\r
 \r
-  @param  This                Protocol instance pointer. \r
+  @param  This                The protocol instance pointer. \r
 \r
   @retval EFI_SUCCESS         Success. All resources used in the memory test are freed.\r
 \r
@@ -94,10 +94,9 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  Provides the capability to test the compatible range used by a special\r
-  driver.\r
+  Provides the capability to test the compatible range used by some special drivers.\r
 \r
-  @param  This                Protocol instance pointer. \r
+  @param  This                The protocol instance pointer. \r
   @param  StartAddress        The start address of the compatible memory range that\r
                               must be below 16M.\r
   @param  Length              The compatible memory range's length. \r