]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/RuntimeDxe/Runtime.h
Merger trackers #7807 and #8372.
[mirror_edk2.git] / MdeModulePkg / Core / RuntimeDxe / Runtime.h
index 7154b53cdf93aa125cd6fbb838fddb6112427b0b..0078da2b9102d54c61fc163cd64b2e80c8ea8c5f 100644 (file)
@@ -1,13 +1,13 @@
 /*++\r
 \r
-Copyright (c) 2006, 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
+Copyright (c) 2006, 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
+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
 Module Name:\r
 \r
@@ -27,7 +27,6 @@ Abstract:
 #include <PiDxe.h>\r
 #include <Protocol/LoadedImage.h>\r
 #include <Protocol/Runtime.h>\r
-#include <Protocol/UgaIo.h>\r
 #include <Library/BaseLib.h>\r
 #include <Library/UefiDriverEntryPoint.h>\r
 #include <Library/DebugLib.h>\r
@@ -65,7 +64,7 @@ Arguments:
 Returns:\r
 \r
   EFI_SUCCESS           - The CRC32 for target data is calculated successfully.\r
-  EFI_INVALID_PARAMETER - Some parameter is not valid, so the CRC32 is not \r
+  EFI_INVALID_PARAMETER - Some parameter is not valid, so the CRC32 is not\r
                           calculated.\r
 \r
 --*/\r
@@ -84,7 +83,7 @@ Routine Description:
   Determines the new virtual address that is to be used on subsequent memory accesses.\r
 \r
 Arguments:\r
-  \r
+\r
   DebugDisposition    - Supplies type information for the pointer being converted.\r
   ConvertAddress      - A pointer to a pointer that is to be fixed to be the value needed\r
                         for the new virtual address mappings being applied.\r
@@ -114,7 +113,7 @@ Routine Description:
   Changes the runtime addressing mode of EFI firmware from physical to virtual.\r
 \r
 Arguments:\r
-  \r
+\r
   MemoryMapSize     - The size in bytes of VirtualMap.\r
   DescriptorSize    - The size in bytes of an entry in the VirtualMap.\r
   DescriptorVersion - The version of the structure entries in VirtualMap.\r
@@ -166,11 +165,11 @@ RuntimeDriverInitialize (
 \r
 Routine Description:\r
 \r
-  Install Runtime AP. This code includes the EfiRuntimeLib, but it only \r
-  functions at RT in physical mode. \r
+  Install Runtime AP. This code includes the EfiRuntimeLib, but it only\r
+  functions at RT in physical mode.\r
 \r
 Arguments:\r
-  \r
+\r
   ImageHandle   - Image handle of this driver.\r
   SystemTable   - Pointer to the EFI System Table.\r
 \r