]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Pi/PiMultiPhase.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Pi / PiMultiPhase.h
index 68390385805e4f0eb5f597b715976637ae159ca4..4baa21f748e6a56ad0e2653061de1fadba04825f 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
   Include file matches things in PI for multiple module types.\r
 \r
-Copyright (c) 2006 - 2015, 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
+Copyright (c) 2006 - 2018, 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
+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
   @par Revision Reference:\r
   These elements are defined in UEFI Platform Initialization Specification 1.2.\r
@@ -30,10 +30,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   Produces an error code in the range reserved for use by the Platform Initialization\r
   Architecture Specification.\r
 \r
-  The supported 32-bit range is 0xA0000000-0xBFFFFFFF \r
-  The supported 64-bit range is 0xA000000000000000-0xBFFFFFFFFFFFFFFF \r
+  The supported 32-bit range is 0xA0000000-0xBFFFFFFF\r
+  The supported 64-bit range is 0xA000000000000000-0xBFFFFFFFFFFFFFFF\r
 \r
-  @param  StatusCode    The status code value to convert into a warning code.  \r
+  @param  StatusCode    The status code value to convert into a warning code.\r
                         StatusCode must be in the range 0x00000000..0x1FFFFFFF.\r
 \r
   @return The value specified by StatusCode in the PI reserved range.\r
@@ -47,7 +47,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define EFI_REQUEST_UNLOAD_IMAGE  DXE_ERROR (1)\r
 \r
 ///\r
-/// If this value is returned by an API, it means the capability is not yet \r
+/// If this value is returned by an API, it means the capability is not yet\r
 /// installed/available/ready to use.\r
 ///\r
 #define EFI_NOT_AVAILABLE_YET     DXE_ERROR (2)\r
@@ -66,9 +66,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 ///\r
 #define PI_ENCODE_ERROR(a)                  (MAX_BIT | (MAX_BIT >> 2) | (a))\r
 \r
-/// \r
+///\r
 /// Return status codes defined in SMM CIS.\r
-/// \r
+///\r
 #define EFI_INTERRUPT_PENDING               PI_ENCODE_ERROR (0)\r
 \r
 #define EFI_WARN_INTERRUPT_SOURCE_PENDING   PI_ENCODE_WARNING (0)\r
@@ -76,7 +76,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 ///\r
 /// Bitmask of values for Authentication Status.\r
-/// Authentication Status is returned from EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL \r
+/// Authentication Status is returned from EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL\r
 /// and the EFI_PEI_GUIDED_SECTION_EXTRACTION_PPI\r
 ///\r
 /// xx00 Image was not signed.\r
@@ -123,7 +123,7 @@ typedef struct {
   /// Designates the address of the MMRAM, as seen by software executing on the\r
   /// processors. This address may or may not match PhysicalStart.\r
   ///\r
-  EFI_PHYSICAL_ADDRESS  CpuStart;       \r
+  EFI_PHYSICAL_ADDRESS  CpuStart;\r
   ///\r
   /// Describes the number of bytes in the MMRAM region.\r
   ///\r