]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Detab
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Nov 2008 15:14:25 +0000 (15:14 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Nov 2008 15:14:25 +0000 (15:14 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6638 6f19259b-4bc3-4df7-8a09-765794883524

12 files changed:
MdePkg/Include/Base.h
MdePkg/Include/IndustryStandard/Acpi10.h
MdePkg/Include/IndustryStandard/Acpi20.h
MdePkg/Include/IndustryStandard/AlertStandardFormatTable.h
MdePkg/Include/IndustryStandard/PeImage.h
MdePkg/Include/Library/BaseLib.h
MdePkg/Include/Library/GraphicsLib.h
MdePkg/Include/Protocol/AbsolutePointer.h
MdePkg/Include/Protocol/FirmwareVolume2.h
MdePkg/Include/Protocol/PlatformToDriverConfiguration.h
MdePkg/Include/Protocol/Runtime.h
MdePkg/Include/Protocol/ServiceBinding.h

index a2c5511750e75a5df0591604a1de4fabec3cabf8..ad044b1615891f3414fadfa0826b5ef52251bf99 100644 (file)
@@ -284,8 +284,8 @@ typedef INTN RETURN_STATUS;
 /**\r
   Returns a 16-bit signature built from 2 ASCII characters.\r
   \r
-  @param  A       The first ASCII character.\r
-  @param  B       The second ASCII character.\r
+  @param  A    The first ASCII character.\r
+  @param  B    The second ASCII character.\r
 \r
   @return A 16-bit value built from the two ASCII characters specified by A and B.\r
 \r
@@ -295,10 +295,10 @@ typedef INTN RETURN_STATUS;
 /**\r
   Returns a 32-bit signature built from 4 ASCII characters.\r
   \r
-  @param  A       The first ASCII character.\r
-  @param  B       The second ASCII character.\r
-  @param  C       The third ASCII character.\r
-  @param  D       The fourth ASCII character.\r
+  @param  A    The first ASCII character.\r
+  @param  B    The second ASCII character.\r
+  @param  C    The third ASCII character.\r
+  @param  D    The fourth ASCII character.\r
 \r
   @return A 32-bit value built from the two ASCII characters specified by A, B,\r
           C and D.\r
@@ -309,14 +309,14 @@ typedef INTN RETURN_STATUS;
 /**\r
   Returns a 64-bit signature built from 8 ASCII characters.\r
   \r
-  @param  A       The first ASCII character.\r
-  @param  B       The second ASCII character.\r
-  @param  C       The third ASCII character.\r
-  @param  D       The fourth ASCII character.\r
-  @param  E       The fifth ASCII character.\r
-  @param  F       The sixth ASCII character.\r
-  @param  G       The seventh ASCII character.\r
-  @param  H       The eighth ASCII character.\r
+  @param  A    The first ASCII character.\r
+  @param  B    The second ASCII character.\r
+  @param  C    The third ASCII character.\r
+  @param  D    The fourth ASCII character.\r
+  @param  E    The fifth ASCII character.\r
+  @param  F    The sixth ASCII character.\r
+  @param  G    The seventh ASCII character.\r
+  @param  H    The eighth ASCII character.\r
 \r
   @return A 64-bit value built from the two ASCII characters specified by A, B,\r
           C, D, E, F, G and H.\r
index bd05553e048922f14665dae1ecb43a09df5a59de..159a01cc4110823d0eefd3f9643bc1276457976d 100644 (file)
@@ -1,5 +1,5 @@
 /** @file   \r
-       ACPI 1.0b definitions from the ACPI Specification, revision 1.0b\r
+  ACPI 1.0b definitions from the ACPI Specification, revision 1.0b\r
 \r
   Copyright (c) 2006 - 2008, Intel Corporation\r
   All rights reserved. This program and the accompanying materials                          \r
index a0642bc2a136515fe61eef7ec246396a5d985c33..8ac8076f7d34d1586315c1f4442f4296c2e19426 100644 (file)
@@ -1,5 +1,5 @@
 /** @file   \r
-       ACPI 2.0 definitions from the ACPI Specification, revision 2.0\r
+  ACPI 2.0 definitions from the ACPI Specification, revision 2.0\r
 \r
   Copyright (c) 2006 - 2008, Intel Corporation\r
   All rights reserved. This program and the accompanying materials                          \r
index ef2462e6543514c2a6fc7707b13406989bdfe0a1..21239d9edcfa0a45c5de70fe1221c1bb2d2ea73f 100644 (file)
@@ -1,5 +1,5 @@
 /** @file   \r
-       ACPI Alert Standard Format Description Table ASF! as described in the ASF2.0 Specification\r
+  ACPI Alert Standard Format Description Table ASF! as described in the ASF2.0 Specification\r
 \r
   Copyright (c) 2006 - 2008, Intel Corporation\r
   All rights reserved. This program and the accompanying materials                          \r
index ccf06419e8d8d723faede13516775fd2735fcd4e..fc01e78273e2b88795fb50aa58b43d9a017810b2 100644 (file)
@@ -523,23 +523,23 @@ typedef struct {
 /// \r
 /// x64 processor relocation types.\r
 /// \r
-#define IMAGE_REL_AMD64_ABSOLUTE       0x0000\r
-#define IMAGE_REL_AMD64_ADDR64   0x0001\r
-#define IMAGE_REL_AMD64_ADDR32   0x0002\r
-#define IMAGE_REL_AMD64_ADDR32NB       0x0003\r
-#define IMAGE_REL_AMD64_REL32      0x0004\r
-#define IMAGE_REL_AMD64_REL32_1          0x0005\r
-#define IMAGE_REL_AMD64_REL32_2          0x0006\r
-#define IMAGE_REL_AMD64_REL32_3          0x0007\r
-#define IMAGE_REL_AMD64_REL32_4          0x0008\r
-#define IMAGE_REL_AMD64_REL32_5          0x0009\r
-#define IMAGE_REL_AMD64_SECTION          0x000A\r
-#define IMAGE_REL_AMD64_SECREL   0x000B\r
-#define IMAGE_REL_AMD64_SECREL7          0x000C\r
-#define IMAGE_REL_AMD64_TOKEN      0x000D\r
-#define IMAGE_REL_AMD64_SREL32   0x000E\r
-#define IMAGE_REL_AMD64_PAIR       0x000F\r
-#define IMAGE_REL_AMD64_SSPAN32          0x0010\r
+#define IMAGE_REL_AMD64_ABSOLUTE  0x0000\r
+#define IMAGE_REL_AMD64_ADDR64    0x0001\r
+#define IMAGE_REL_AMD64_ADDR32    0x0002\r
+#define IMAGE_REL_AMD64_ADDR32NB  0x0003\r
+#define IMAGE_REL_AMD64_REL32     0x0004\r
+#define IMAGE_REL_AMD64_REL32_1   0x0005\r
+#define IMAGE_REL_AMD64_REL32_2   0x0006\r
+#define IMAGE_REL_AMD64_REL32_3   0x0007\r
+#define IMAGE_REL_AMD64_REL32_4   0x0008\r
+#define IMAGE_REL_AMD64_REL32_5   0x0009\r
+#define IMAGE_REL_AMD64_SECTION   0x000A\r
+#define IMAGE_REL_AMD64_SECREL    0x000B\r
+#define IMAGE_REL_AMD64_SECREL7   0x000C\r
+#define IMAGE_REL_AMD64_TOKEN     0x000D\r
+#define IMAGE_REL_AMD64_SREL32    0x000E\r
+#define IMAGE_REL_AMD64_PAIR      0x000F\r
+#define IMAGE_REL_AMD64_SSPAN32   0x0010\r
 \r
 ///\r
 /// Based relocation format.\r
index 45e5bb2228aca1d18aae0a056e76da0dc6caa63d..76c8481d34966241257c312d511797038b960b5a 100644 (file)
@@ -3295,8 +3295,8 @@ InterlockedCompareExchangePointer (
 UINT8\r
 EFIAPI\r
 CalculateSum8 (\r
-  IN      CONST UINT8                 *Buffer,\r
-  IN      UINTN                                      Length\r
+  IN      CONST UINT8              *Buffer,\r
+  IN      UINTN                     Length\r
   );\r
 \r
 \r
@@ -3315,14 +3315,14 @@ CalculateSum8 (
   @param  Buffer      Pointer to the buffer to carry out the checksum operation.\r
   @param  Length      The size, in bytes, of Buffer.\r
 \r
-  @return Checksum       The 2's complement checksum of Buffer.\r
+  @return Checksum    The 2's complement checksum of Buffer.\r
 \r
 **/\r
 UINT8\r
 EFIAPI\r
 CalculateCheckSum8 (\r
-  IN      CONST UINT8                 *Buffer,\r
-  IN      UINTN                                      Length\r
+  IN      CONST UINT8              *Buffer,\r
+  IN      UINTN                     Length\r
   );\r
 \r
 \r
@@ -3348,8 +3348,8 @@ CalculateCheckSum8 (
 UINT16\r
 EFIAPI\r
 CalculateSum16 (\r
-  IN      CONST UINT16                *Buffer,\r
-  IN      UINTN                                      Length\r
+  IN      CONST UINT16             *Buffer,\r
+  IN      UINTN                     Length\r
   );\r
 \r
 \r
@@ -3370,14 +3370,14 @@ CalculateSum16 (
   @param  Buffer      Pointer to the buffer to carry out the checksum operation.\r
   @param  Length      The size, in bytes, of Buffer.\r
 \r
-  @return Checksum       The 2's complement checksum of Buffer.\r
+  @return Checksum    The 2's complement checksum of Buffer.\r
 \r
 **/\r
 UINT16\r
 EFIAPI\r
 CalculateCheckSum16 (\r
-  IN      CONST UINT16                *Buffer,\r
-  IN      UINTN                                      Length\r
+  IN      CONST UINT16             *Buffer,\r
+  IN      UINTN                     Length\r
   );\r
 \r
 \r
@@ -3403,8 +3403,8 @@ CalculateCheckSum16 (
 UINT32\r
 EFIAPI\r
 CalculateSum32 (\r
-  IN      CONST UINT32                *Buffer,\r
-  IN      UINTN                                      Length\r
+  IN      CONST UINT32             *Buffer,\r
+  IN      UINTN                     Length\r
   );\r
 \r
 \r
@@ -3425,14 +3425,14 @@ CalculateSum32 (
   @param  Buffer      Pointer to the buffer to carry out the checksum operation.\r
   @param  Length      The size, in bytes, of Buffer.\r
 \r
-  @return Checksum       The 2's complement checksum of Buffer.\r
+  @return Checksum    The 2's complement checksum of Buffer.\r
 \r
 **/\r
 UINT32\r
 EFIAPI\r
 CalculateCheckSum32 (\r
-  IN      CONST UINT32                *Buffer,\r
-  IN      UINTN                                      Length\r
+  IN      CONST UINT32             *Buffer,\r
+  IN      UINTN                     Length\r
   );\r
 \r
 \r
@@ -3458,8 +3458,8 @@ CalculateCheckSum32 (
 UINT64\r
 EFIAPI\r
 CalculateSum64 (\r
-  IN      CONST UINT64                *Buffer,\r
-  IN      UINTN                                      Length\r
+  IN      CONST UINT64             *Buffer,\r
+  IN      UINTN                     Length\r
   );\r
 \r
 \r
@@ -3480,14 +3480,14 @@ CalculateSum64 (
   @param  Buffer      Pointer to the buffer to carry out the checksum operation.\r
   @param  Length      The size, in bytes, of Buffer.\r
 \r
-  @return Checksum       The 2's complement checksum of Buffer.\r
+  @return Checksum    The 2's complement checksum of Buffer.\r
 \r
 **/\r
 UINT64\r
 EFIAPI\r
 CalculateCheckSum64 (\r
-  IN      CONST UINT64                *Buffer,\r
-  IN      UINTN                                      Length\r
+  IN      CONST UINT64             *Buffer,\r
+  IN      UINTN                     Length\r
   );\r
 \r
 \r
@@ -3779,7 +3779,7 @@ IpfFlushCacheRange (
   The cache line size affected is at least 32-bytes (aligned on a 32-byte boundary).\r
   An implementation may flush a larger region.  This function is only available on IPF.\r
 \r
-  @param Address       The Address of cache line to be flushed.\r
+  @param Address    The Address of cache line to be flushed.\r
 \r
   @return The address of FC instruction executed.\r
 \r
@@ -3797,7 +3797,7 @@ AsmFc (
   The cache line size affected is at least 32-bytes (aligned on a 32-byte boundary).\r
   An implementation may flush a larger region.  This function is only available on IPF.\r
 \r
-  @param Address       The Address of cache line to be flushed.\r
+  @param Address    The Address of cache line to be flushed.\r
 \r
   @return The address of FC.I instruction executed.\r
 \r
@@ -3820,7 +3820,7 @@ AsmFci (
   must either guarantee that Index is valid, or the caller must set up fault handlers to\r
   catch the faults.  This function is only available on IPF.\r
 \r
-  @param Index         The 8-bit Processor Identifier Register index to read.\r
+  @param Index    The 8-bit Processor Identifier Register index to read.\r
 \r
   @return The current value of Processor Identifier Register specified by Index.\r
 \r
@@ -3854,7 +3854,7 @@ AsmReadPsr (
   The caller must either guarantee that Value is valid, or the caller must set up\r
   fault handlers to catch the faults. This function is only available on IPF.\r
 \r
-  @param Value         The 64-bit value to write to PSR.\r
+  @param Value    The 64-bit value to write to PSR.\r
 \r
   @return The 64-bit value written to the PSR.\r
 \r
@@ -3982,7 +3982,7 @@ AsmReadKr7 (
   Write the current value of 64-bit Kernel Register #0 (KR0).\r
   This function is only available on IPF.\r
 \r
-  @param  Value        The 64-bit value to write to KR0.\r
+  @param  Value   The 64-bit value to write to KR0.\r
 \r
   @return The 64-bit value written to the KR0.\r
 \r
@@ -3998,7 +3998,7 @@ AsmWriteKr0 (
   Write the current value of 64-bit Kernel Register #1 (KR1).\r
   This function is only available on IPF.\r
 \r
-  @param  Value        The 64-bit value to write to KR1.\r
+  @param  Value   The 64-bit value to write to KR1.\r
 \r
   @return The 64-bit value written to the KR1.\r
 \r
@@ -4014,7 +4014,7 @@ AsmWriteKr1 (
   Write the current value of 64-bit Kernel Register #2 (KR2).\r
   This function is only available on IPF.\r
 \r
-  @param  Value        The 64-bit value to write to KR2.\r
+  @param  Value   The 64-bit value to write to KR2.\r
 \r
   @return The 64-bit value written to the KR2.\r
 \r
@@ -4030,7 +4030,7 @@ AsmWriteKr2 (
   Write the current value of 64-bit Kernel Register #3 (KR3).\r
   This function is only available on IPF.\r
 \r
-  @param  Value        The 64-bit value to write to KR3.\r
+  @param  Value   The 64-bit value to write to KR3.\r
 \r
   @return The 64-bit value written to the KR3.\r
 \r
@@ -4046,7 +4046,7 @@ AsmWriteKr3 (
   Write the current value of 64-bit Kernel Register #4 (KR4).\r
   This function is only available on IPF.\r
 \r
-  @param  Value        The 64-bit value to write to KR4.\r
+  @param  Value   The 64-bit value to write to KR4.\r
 \r
   @return The 64-bit value written to the KR4.\r
 \r
@@ -4062,7 +4062,7 @@ AsmWriteKr4 (
   Write the current value of 64-bit Kernel Register #5 (KR5).\r
   This function is only available on IPF.\r
 \r
-  @param  Value        The 64-bit value to write to KR5.\r
+  @param  Value   The 64-bit value to write to KR5.\r
 \r
   @return The 64-bit value written to the KR5.\r
 \r
@@ -4078,7 +4078,7 @@ AsmWriteKr5 (
   Write the current value of 64-bit Kernel Register #6 (KR6).\r
   This function is only available on IPF.\r
 \r
-  @param  Value        The 64-bit value to write to KR6.\r
+  @param  Value   The 64-bit value to write to KR6.\r
 \r
   @return The 64-bit value written to the KR6.\r
 \r
@@ -4094,7 +4094,7 @@ AsmWriteKr6 (
   Write the current value of 64-bit Kernel Register #7 (KR7).\r
   This function is only available on IPF.\r
 \r
-  @param  Value        The 64-bit value to write to KR7.\r
+  @param  Value   The 64-bit value to write to KR7.\r
 \r
   @return The 64-bit value written to the KR7.\r
 \r
@@ -4151,7 +4151,7 @@ AsmReadItm (
   Writes the current value of 64-bit Interval Timer Counter Register (ITC).\r
   This function is only available on IPF.\r
 \r
-  @param Value         The 64-bit value to write to ITC.\r
+  @param Value    The 64-bit value to write to ITC.\r
 \r
   @return The 64-bit value written to the ITC.\r
 \r
@@ -4167,7 +4167,7 @@ AsmWriteItc (
   Writes the current value of 64-bit Interval Timer Match Register (ITM).\r
   This function is only available on IPF.\r
 \r
-  @param Value         The 64-bit value to write to ITM.\r
+  @param Value    The 64-bit value to write to ITM.\r
 \r
   @return The 64-bit value written to the ITM.\r
 \r
@@ -4187,7 +4187,7 @@ AsmWriteItm (
   fault handlers to catch the faults.\r
   This function is only available on IPF.\r
 \r
-  @param Value         The 64-bit value to write to ITV.\r
+  @param Value    The 64-bit value to write to ITV.\r
 \r
   @return The 64-bit value written to the ITV.\r
 \r
@@ -4248,7 +4248,7 @@ AsmReadPta (
   fault handlers to catch the faults.\r
   This function is only available on IPF.\r
 \r
-  @param Value         The 64-bit value to write to DCR.\r
+  @param Value    The 64-bit value to write to DCR.\r
 \r
   @return The 64-bit value written to the DCR.\r
 \r
@@ -4266,7 +4266,7 @@ AsmWriteDcr (
   the low 15 bits of Value is ignored when written.\r
   This function is only available on IPF.\r
 \r
-  @param Value         The 64-bit value to write to IVA.\r
+  @param Value    The 64-bit value to write to IVA.\r
 \r
   @return The 64-bit value written to the IVA.\r
 \r
@@ -4286,7 +4286,7 @@ AsmWriteIva (
   fault handlers to catch the faults.\r
   This function is only available on IPF.\r
 \r
-  @param Value         The 64-bit value to write to PTA.\r
+  @param Value    The 64-bit value to write to PTA.\r
 \r
   @return The 64-bit value written to the PTA.\r
 **/\r
@@ -4459,7 +4459,7 @@ AsmReadLrr1 (
   fault handlers to catch the faults.\r
   This function is only available on IPF.\r
 \r
-  @param Value         The 64-bit value to write to LID.\r
+  @param Value    The 64-bit value to write to LID.\r
 \r
   @return The 64-bit value written to the LID.\r
 \r
@@ -4479,7 +4479,7 @@ AsmWriteLid (
   fault handlers to catch the faults.\r
   This function is only available on IPF.\r
 \r
-  @param Value         The 64-bit value to write to TPR.\r
+  @param Value    The 64-bit value to write to TPR.\r
 \r
   @return The 64-bit value written to the TPR.\r
 \r
@@ -4511,7 +4511,7 @@ AsmWriteEoi (
   fault handlers to catch the faults.\r
   This function is only available on IPF.\r
 \r
-  @param Value         The 64-bit value to write to PMV.\r
+  @param Value    The 64-bit value to write to PMV.\r
 \r
   @return The 64-bit value written to the PMV.\r
 \r
@@ -4531,7 +4531,7 @@ AsmWritePmv (
   fault handlers to catch the faults.\r
   This function is only available on IPF.\r
 \r
-  @param Value         The 64-bit value to write to CMCV.\r
+  @param Value    The 64-bit value to write to CMCV.\r
 \r
   @return The 64-bit value written to the CMCV.\r
 \r
@@ -4551,7 +4551,7 @@ AsmWriteCmcv (
   fault handlers to catch the faults.\r
   This function is only available on IPF.\r
 \r
-  @param Value         The 64-bit value to write to LRR0.\r
+  @param Value    The 64-bit value to write to LRR0.\r
 \r
   @return The 64-bit value written to the LRR0.\r
 \r
@@ -4571,7 +4571,7 @@ AsmWriteLrr0 (
   set up fault handlers to catch the faults.\r
   This function is only available on IPF.\r
 \r
-  @param Value         The 64-bit value to write to LRR1.\r
+  @param Value    The 64-bit value to write to LRR1.\r
 \r
   @return The 64-bit value written to the LRR1.\r
 \r
@@ -4596,7 +4596,7 @@ AsmWriteLrr1 (
   set up fault handlers to catch the faults.\r
   This function is only available on IPF.\r
 \r
-  @param Index         The 8-bit Instruction Breakpoint Register index to read.\r
+  @param Index    The 8-bit Instruction Breakpoint Register index to read.\r
 \r
   @return The current value of Instruction Breakpoint Register specified by Index.\r
 \r
@@ -4621,7 +4621,7 @@ AsmReadIbr (
   fault handlers to catch the faults.\r
   This function is only available on IPF.\r
 \r
-  @param Index         The 8-bit Data Breakpoint Register index to read.\r
+  @param Index    The 8-bit Data Breakpoint Register index to read.\r
 \r
   @return The current value of Data Breakpoint Register specified by Index.\r
 \r
@@ -4646,7 +4646,7 @@ AsmReadDbr (
   zero value will be returned.\r
   This function is only available on IPF.\r
 \r
-  @param Index         The 8-bit Performance Monitor Configuration Register index to read.\r
+  @param Index    The 8-bit Performance Monitor Configuration Register index to read.\r
 \r
   @return The current value of Performance Monitor Configuration Register\r
   specified by Index.\r
@@ -4672,7 +4672,7 @@ AsmReadPmc (
   zero value will be returned.\r
   This function is only available on IPF.\r
 \r
-  @param Index         The 8-bit Performance Monitor Data Register index to read.\r
+  @param Index    The 8-bit Performance Monitor Data Register index to read.\r
 \r
   @return The current value of Performance Monitor Data Register specified by Index.\r
 \r
@@ -4698,8 +4698,8 @@ AsmReadPmd (
   set up fault handlers to catch the faults.\r
   This function is only available on IPF.\r
 \r
-  @param Index         The 8-bit Instruction Breakpoint Register index to write.\r
-  @param Value         The 64-bit value to write to IBR.\r
+  @param Index    The 8-bit Instruction Breakpoint Register index to write.\r
+  @param Value    The 64-bit value to write to IBR.\r
 \r
   @return The 64-bit value written to the IBR.\r
 \r
@@ -4726,8 +4726,8 @@ AsmWriteIbr (
   catch the faults.\r
   This function is only available on IPF.\r
 \r
-  @param Index         The 8-bit Data Breakpoint Register index to write.\r
-  @param Value         The 64-bit value to write to DBR.\r
+  @param Index    The 8-bit Data Breakpoint Register index to write.\r
+  @param Value    The 64-bit value to write to DBR.\r
 \r
   @return The 64-bit value written to the DBR.\r
 \r
@@ -4753,8 +4753,8 @@ AsmWriteDbr (
   beyond the implemented PMC register range, the write is ignored.\r
   This function is only available on IPF.\r
 \r
-  @param Index         The 8-bit Performance Monitor Configuration Register index to write.\r
-  @param Value         The 64-bit value to write to PMC.\r
+  @param Index    The 8-bit Performance Monitor Configuration Register index to write.\r
+  @param Value    The 64-bit value to write to PMC.\r
 \r
   @return The 64-bit value written to the PMC.\r
 \r
@@ -4780,8 +4780,8 @@ AsmWritePmc (
   Index value is beyond the implemented PMD register range, the write is ignored.\r
   This function is only available on IPF.\r
 \r
-  @param Index         The 8-bit Performance Monitor Data Register index to write.\r
-  @param Value         The 64-bit value to write to PMD.\r
+  @param Index    The 8-bit Performance Monitor Data Register index to write.\r
+  @param Value    The 64-bit value to write to PMD.\r
 \r
   @return The 64-bit value written to the PMD.\r
 \r
@@ -4889,11 +4889,11 @@ AsmCpuVirtual (
   PAL entry point then the system behavior is undefined.  This function is only\r
   available on IPF.\r
 \r
-  @param PalEntryPoint The PAL procedure calls entry point.\r
-  @param Index                      The PAL procedure Index number.\r
-  @param Arg2                        The 2nd parameter for PAL procedure calls.\r
-  @param Arg3                        The 3rd parameter for PAL procedure calls.\r
-  @param Arg4                        The 4th parameter for PAL procedure calls.\r
+  @param PalEntryPoint  The PAL procedure calls entry point.\r
+  @param Index          The PAL procedure Index number.\r
+  @param Arg2           The 2nd parameter for PAL procedure calls.\r
+  @param Arg3           The 3rd parameter for PAL procedure calls.\r
+  @param Arg4           The 4th parameter for PAL procedure calls.\r
 \r
   @return structure returned from the PAL Call procedure, including the status and return value.\r
 \r
index 2009febdaf73c8c0ec67cec16bc115e7bb5fd65f..37dc557a6229073e742444c3d9c09089d2b92d33 100644 (file)
@@ -34,7 +34,7 @@
   @retval  EFI_UNSUPPORTED      FvHandle does not support EFI_FIRMWARE_VOLUME2_PROTOCOL.\r
   @retval  EFI_NOT_FOUND        The image specified by NameGuid and SectionType can't be found.\r
   @retval  EFI_OUT_OF_RESOURCES There were not enough resources to allocate the output data buffer or complete the operations.\r
-  @retval  EFI_DEVICE_ERROR        A hardware error occurs during reading from the Firmware Volume.\r
+  @retval  EFI_DEVICE_ERROR     A hardware error occurs during reading from the Firmware Volume.\r
   @retval  EFI_ACCESS_DENIED    The firmware volume containing the searched Firmware File is configured to disallow reads.\r
 \r
 **/\r
@@ -63,7 +63,7 @@ GetGraphicsBitMapFromFV (
   @retval  EFI_UNSUPPORTED      FvHandle does not support EFI_FIRMWARE_VOLUME2_PROTOCOL.\r
   @retval  EFI_NOT_FOUND        The image specified by NameGuid and SectionType can't be found.\r
   @retval  EFI_OUT_OF_RESOURCES There were not enough resources to allocate the output data buffer or complete the operations.\r
-  @retval  EFI_DEVICE_ERROR        A hardware error occurs during reading from the Firmware Volume.\r
+  @retval  EFI_DEVICE_ERROR     A hardware error occurs during reading from the Firmware Volume.\r
   @retval  EFI_ACCESS_DENIED    The firmware volume containing the searched Firmware File is configured to disallow reads.\r
 \r
 **/\r
index e281d6ca82bbbeb04c90481b2049e16d8a465c47..29947edb9af3a7bbfde0441f841697be1d435e57 100644 (file)
@@ -171,8 +171,8 @@ typedef struct {
 typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_ABSOLUTE_POINTER_GET_STATE)(\r
-  IN           EFI_ABSOLUTE_POINTER_PROTOCOL  *This,\r
-  IN OUT    EFI_ABSOLUTE_POINTER_STATE *State\r
+  IN      EFI_ABSOLUTE_POINTER_PROTOCOL  *This,\r
+  IN OUT  EFI_ABSOLUTE_POINTER_STATE     *State\r
 );\r
 \r
 \r
index 360acbf5e7eefafbcbde6b4b7d99b4d6ce65b372..fc743305baaf1bc11183f53fa959f6066d84962d 100644 (file)
@@ -528,8 +528,8 @@ EFI_STATUS
 \r
 \r
 /**\r
-       Retrieves information about the next file in the firmware volume store \r
-       that matches the search criteria.\r
+  Retrieves information about the next file in the firmware volume store \r
+  that matches the search criteria.\r
 \r
   GetNextFile() is the interface that is used to search a firmware\r
   volume for a particular file. It is called successively until\r
index 510e78f44224885b4d0987ef3434ff0598fb22dc..bbf59e254f47d601bdc6993ceb24a019ffd1dd2b 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
-       UEFI Platform to Driver Configuration Protocol is defined in UEFI specification.\r
-       \r
-       This is a protocol that is optionally produced by the platform and optionally consumed \r
-       by a UEFI Driver in its Start() function. This protocol allows the driver to receive \r
-       configuration information as part of being started.\r
+  UEFI Platform to Driver Configuration Protocol is defined in UEFI specification.\r
+  \r
+  This is a protocol that is optionally produced by the platform and optionally consumed \r
+  by a UEFI Driver in its Start() function. This protocol allows the driver to receive \r
+  configuration information as part of being started.\r
 \r
   Copyright (c) 2006 - 2008, Intel Corporation \r
   All rights reserved. This program and the accompanying materials                          \r
index 68d2b3c8e8dc2e67f33993585e073b2d4f92cc15..2dfd320a04e33f8d2b51c1df5d8d6897589fbb21 100644 (file)
@@ -43,23 +43,23 @@ typedef struct _EFI_RUNTIME_IMAGE_ENTRY  EFI_RUNTIME_IMAGE_ENTRY;
 /// EFI_RUNTIME_IMAGE_ENTRY\r
 ///\r
 struct _EFI_RUNTIME_IMAGE_ENTRY {\r
-       ///\r
-       /// Start of image that has been loaded in memory. It is a pointer \r
-       /// to either the DOS header or PE header of the image.\r
-       ///\r
+  ///\r
+  /// Start of image that has been loaded in memory. It is a pointer \r
+  /// to either the DOS header or PE header of the image.\r
+  ///\r
   VOID                    *ImageBase;\r
-       ///\r
-       /// Size in bytes of the image represented by ImageBase.\r
-       ///\r
+  ///\r
+  /// Size in bytes of the image represented by ImageBase.\r
+  ///\r
   UINT64                  ImageSize;\r
-       ///\r
-       /// Information about the fix-ups that were performed on ImageBase when it was\r
-       /// loaded into memory.\r
-       ///\r
+  ///\r
+  /// Information about the fix-ups that were performed on ImageBase when it was\r
+  /// loaded into memory.\r
+  ///\r
   VOID                    *RelocationData;\r
-       ///\r
-       /// The ImageHandle passed into ImageBase when it was loaded.\r
-       ///\r
+  ///\r
+  /// The ImageHandle passed into ImageBase when it was loaded.\r
+  ///\r
   EFI_HANDLE              Handle;\r
   ///\r
   /// Entry for this node in the EFI_RUNTIME_ARCHITECTURE_PROTOCOL.ImageHead list.\r
index abd4a404c5204d7d6eecfeca61a452a29336db07..5a1896392a662f61eb0b164326c71a4af3b28bb7 100644 (file)
@@ -62,7 +62,7 @@ EFI_STATUS
   @retval EFI_UNSUPPORTED       ChildHandle does not support the protocol that is being removed.\r
   @retval EFI_INVALID_PARAMETER Child handle is not a valid UEFI Handle.\r
   @retval EFI_ACCESS_DENIED     The protocol could not be removed from the ChildHandle\r
-                                                                                                                               because its services are being used.\r
+                                because its services are being used.\r
   @retval other                 The child handle was not destroyed\r
 \r
 **/\r