]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/RuntimeDxe/Crc32.c
Clean up DEC files:
[mirror_edk2.git] / MdeModulePkg / Core / RuntimeDxe / Crc32.c
index 14370dbc7d9b4d5d51ff13d95ab73468b0d3a461..a6fe77fa349b0bdf42237518c149ac04f30ca915 100644 (file)
@@ -1,13 +1,14 @@
 /** @file\r
-  CalculateCrc32 Boot Services as defined in DXE CIS.\r
+  This file implements CalculateCrc32 Boot Services as defined in\r
+  Platform Initialization specification 1.0 VOLUME 2 DXE Core Interface.\r
 \r
   This Boot Services is in the Runtime Driver because this service is\r
   also required by SetVirtualAddressMap() when the EFI System Table and\r
   EFI Runtime Services Table are converted from physical address to\r
-  virtual addresses.   This requires that the 32-bit CRC be recomputed.\r
+  virtual addresses.  This requires that the 32-bit CRC be recomputed.\r
 \r
-Copyright (c) 2006, Intel Corporation. <BR>\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+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
@@ -18,7 +19,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 **/\r
 \r
 \r
-#include <PiDxe.h>\r
+#include <Uefi.h>\r
 \r
 UINT32  mCrcTable[256];\r
 \r
@@ -61,8 +62,7 @@ RuntimeDriverCalculateCrc32 (
 \r
 \r
 /**\r
-  Reverse bits for 32bit data.\r
-  This is a internal function.\r
+  This internal function reverses bits for 32bit data.\r
 \r
   @param  Value                 The data to be reversed.\r
 \r
@@ -89,6 +89,7 @@ ReverseBits (
 \r
 /**\r
   Initialize CRC32 table.\r
+\r
 **/\r
 VOID\r
 RuntimeDriverInitializeCrc32Table (\r