]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Minor grammatical work--mostly adding periods. Sending separately a list of files...
authormyronporter <myronporter@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 11 Jun 2010 00:02:51 +0000 (00:02 +0000)
committermyronporter <myronporter@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 11 Jun 2010 00:02:51 +0000 (00:02 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10572 6f19259b-4bc3-4df7-8a09-765794883524

100 files changed:
MdePkg/Library/BaseCacheMaintenanceLib/ArmCache.c
MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c
MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c
MdePkg/Library/BaseCacheMaintenanceLib/X86Cache.c
MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.asm
MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c
MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlbGcc.c
MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.c
MdePkg/Library/BaseCpuLib/Ia32/CpuSleepGcc.c
MdePkg/Library/BaseCpuLib/Ipf/CpuFlushTlb.s
MdePkg/Library/BaseCpuLib/Ipf/CpuSleep.c
MdePkg/Library/BaseCpuLib/X64/CpuFlushTlb.S
MdePkg/Library/BaseCpuLib/X64/CpuFlushTlb.asm
MdePkg/Library/BaseCpuLib/X64/CpuSleep.S
MdePkg/Library/BaseCpuLib/X64/CpuSleep.asm
MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
MdePkg/Library/BaseDebugLibNull/DebugLib.c
MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
MdePkg/Library/BaseDebugLibSerialPort/DebugLib.c
MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c
MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
MdePkg/Library/BaseIoLibIntrinsic/IoHighLevel.c
MdePkg/Library/BaseIoLibIntrinsic/IoLib.c
MdePkg/Library/BaseIoLibIntrinsic/IoLibArm.c
MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c
MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c
MdePkg/Library/BaseIoLibIntrinsic/IoLibIpf.c
MdePkg/Library/BaseIoLibIntrinsic/IoLibMmioBuffer.c
MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c
MdePkg/Library/BaseLib/Arm/CpuBreakpoint.S
MdePkg/Library/BaseLib/Arm/CpuBreakpoint.asm
MdePkg/Library/BaseLib/Arm/CpuPause.asm
MdePkg/Library/BaseLib/Arm/DisableInterrupts.S
MdePkg/Library/BaseLib/Arm/DisableInterrupts.asm
MdePkg/Library/BaseLib/Arm/EnableInterrupts.S
MdePkg/Library/BaseLib/Arm/EnableInterrupts.asm
MdePkg/Library/BaseLib/Arm/GccInline.c
MdePkg/Library/BaseLib/Arm/GetInterruptsState.S
MdePkg/Library/BaseLib/Arm/GetInterruptsState.asm
MdePkg/Library/BaseLib/Arm/InternalSwitchStack.c
MdePkg/Library/BaseLib/Arm/Math64.S
MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S
MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm
MdePkg/Library/BaseLib/Arm/SwitchStack.asm
MdePkg/Library/BaseLib/Arm/Unaligned.c
MdePkg/Library/BaseLib/Ebc/CpuBreakpoint.c
MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c
MdePkg/Library/BaseLib/Ebc/SwitchStack.c
MdePkg/Library/BaseLib/Ia32/ARShiftU64.S
MdePkg/Library/BaseLib/Ia32/ARShiftU64.asm
MdePkg/Library/BaseLib/Ia32/ARShiftU64.c
MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.asm
MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.c
MdePkg/Library/BaseLib/Ia32/CpuId.S
MdePkg/Library/BaseLib/Ia32/CpuId.asm
MdePkg/Library/BaseLib/Ia32/CpuId.c
MdePkg/Library/BaseLib/Ia32/CpuIdEx.S
MdePkg/Library/BaseLib/Ia32/CpuIdEx.asm
MdePkg/Library/BaseLib/Ia32/CpuIdEx.c
MdePkg/Library/BaseLib/Ia32/CpuPause.asm
MdePkg/Library/BaseLib/Ia32/CpuPause.c
MdePkg/Library/BaseLib/Ia32/DisableCache.S
MdePkg/Library/BaseLib/Ia32/DisableCache.asm
MdePkg/Library/BaseLib/Ia32/DisableCache.c
MdePkg/Library/BaseLib/Ia32/DisableInterrupts.asm
MdePkg/Library/BaseLib/Ia32/DisableInterrupts.c
MdePkg/Library/BaseLib/Ia32/DisablePaging32.S
MdePkg/Library/BaseLib/Ia32/DisablePaging32.asm
MdePkg/Library/BaseLib/Ia32/DisablePaging32.c
MdePkg/Library/BaseLib/Ia32/DivS64x64Remainder.c
MdePkg/Library/BaseLib/Ia32/DivU64x32.S
MdePkg/Library/BaseLib/Ia32/DivU64x32.asm
MdePkg/Library/BaseLib/Ia32/DivU64x32.c
MdePkg/Library/BaseLib/Ia32/DivU64x32Remainder.S
MdePkg/Library/BaseLib/Ia32/DivU64x32Remainder.asm
MdePkg/Library/BaseLib/Ia32/DivU64x32Remainder.c
MdePkg/Library/BaseLib/Ia32/DivU64x64Remainder.S
MdePkg/Library/BaseLib/Ia32/DivU64x64Remainder.asm
MdePkg/Library/BaseLib/Ia32/EnableCache.S
MdePkg/Library/BaseLib/Ia32/EnableCache.asm
MdePkg/Library/BaseLib/Ia32/EnableCache.c
MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.S
MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.asm
MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.c
MdePkg/Library/BaseLib/Ia32/EnableInterrupts.S
MdePkg/Library/BaseLib/Ia32/EnableInterrupts.asm
MdePkg/Library/BaseLib/Ia32/EnableInterrupts.c
MdePkg/Library/BaseLib/Ia32/EnablePaging32.S
MdePkg/Library/BaseLib/Ia32/EnablePaging32.asm
MdePkg/Library/BaseLib/Ia32/EnablePaging32.c
MdePkg/Library/BaseLib/Ia32/EnablePaging64.S
MdePkg/Library/BaseLib/Ia32/EnablePaging64.asm
MdePkg/Library/BaseLib/Ia32/FlushCacheLine.asm
MdePkg/Library/BaseLib/Ia32/FlushCacheLine.c
MdePkg/Library/BaseLib/Ia32/FxRestore.asm
MdePkg/Library/BaseLib/Ia32/FxRestore.c
MdePkg/Library/BaseLib/Ia32/FxSave.asm
MdePkg/Library/BaseLib/Ia32/FxSave.c

index be907e9548f22d1febf086924e879e636e8cd5c3..79c84a09824dbee1e9a58314a37f54a52cef3ad3 100644 (file)
@@ -7,7 +7,7 @@
   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
+  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
@@ -47,7 +47,7 @@ InvalidateInstructionCache (
   aligned on a cache line boundary, then the entire instruction cache line\r
   containing Address + Length -1 is invalidated. This function may choose to\r
   invalidate the entire instruction cache if that is more efficient than\r
-  invalidating the specified range. If Length is 0, the no instruction cache\r
+  invalidating the specified range. If Length is 0, then no instruction cache\r
   lines are invalidated. Address is returned.\r
 \r
   If Length is greater than (MAX_ADDRESS - Address + 1), then ASSERT().\r
@@ -75,7 +75,7 @@ InvalidateInstructionCacheRange (
 }\r
 \r
 /**\r
-  Writes Back and Invalidates the entire data cache in cache coherency domain\r
+  Writes back and invalidates the entire data cache in cache coherency domain\r
   of the calling CPU.\r
 \r
   Writes Back and Invalidates the entire data cache in cache coherency domain\r
@@ -94,17 +94,17 @@ WriteBackInvalidateDataCache (
 }\r
 \r
 /**\r
-  Writes Back and Invalidates a range of data cache lines in the cache\r
+  Writes back and invalidates a range of data cache lines in the cache\r
   coherency domain of the calling CPU.\r
 \r
-  Writes Back and Invalidate the data cache lines specified by Address and\r
+  Writes back and invalidates the data cache lines specified by Address and\r
   Length. If Address is not aligned on a cache line boundary, then entire data\r
   cache line containing Address is written back and invalidated. If Address +\r
   Length is not aligned on a cache line boundary, then the entire data cache\r
   line containing Address + Length -1 is written back and invalidated. This\r
   function may choose to write back and invalidate the entire data cache if\r
   that is more efficient than writing back and invalidating the specified\r
-  range. If Length is 0, the no data cache lines are written back and\r
+  range. If Length is 0, then no data cache lines are written back and\r
   invalidated. Address is returned.\r
 \r
   If Length is greater than (MAX_ADDRESS - Address + 1), then ASSERT().\r
@@ -132,10 +132,10 @@ WriteBackInvalidateDataCacheRange (
 }\r
 \r
 /**\r
-  Writes Back the entire data cache in cache coherency domain of the calling\r
+  Writes back the entire data cache in cache coherency domain of the calling\r
   CPU.\r
 \r
-  Writes Back the entire data cache in cache coherency domain of the calling\r
+  Writes back the entire data cache in cache coherency domain of the calling\r
   CPU. This function guarantees that all dirty cache lines are written back to\r
   system memory. This function may also invalidate all the data cache lines in\r
   the cache coherency domain of the calling CPU.\r
@@ -151,16 +151,16 @@ WriteBackDataCache (
 }\r
 \r
 /**\r
-  Writes Back a range of data cache lines in the cache coherency domain of the\r
+  Writes back a range of data cache lines in the cache coherency domain of the\r
   calling CPU.\r
 \r
-  Writes Back the data cache lines specified by Address and Length. If Address\r
+  Writes back the data cache lines specified by Address and Length. If Address\r
   is not aligned on a cache line boundary, then entire data cache line\r
   containing Address is written back. If Address + Length is not aligned on a\r
   cache line boundary, then the entire data cache line containing Address +\r
   Length -1 is written back. This function may choose to write back the entire\r
   data cache if that is more efficient than writing back the specified range.\r
-  If Length is 0, the no data cache lines are written back. This function may\r
+  If Length is 0, then no data cache lines are written back. This function may\r
   also invalidate all the data cache lines in the specified range of the cache\r
   coherency domain of the calling CPU. Address is returned.\r
 \r
@@ -216,7 +216,7 @@ InvalidateDataCache (
   containing Address is invalidated. If Address + Length is not aligned on a\r
   cache line boundary, then the entire data cache line containing Address +\r
   Length -1 is invalidated. This function must never invalidate any cache lines\r
-  outside the specified range. If Length is 0, the no data cache lines are\r
+  outside the specified range. If Length is 0, then no data cache lines are\r
   invalidated. Address is returned. This function must be used with care\r
   because dirty cache lines are not written back to system memory. It is\r
   typically used for cache diagnostics. If the CPU does not support\r
index cfa9530c3dfa4b6fbc32205f412e901e75a57300..4740590571655f8bb2b80985e075309969d0cfd8 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
@@ -38,7 +38,7 @@ InvalidateInstructionCache (
   aligned on a cache line boundary, then the entire instruction cache line\r
   containing Address + Length -1 is invalidated. This function may choose to\r
   invalidate the entire instruction cache if that is more efficient than\r
-  invalidating the specified range. If Length is 0, the no instruction cache\r
+  invalidating the specified range. If Length is 0, then no instruction cache\r
   lines are invalidated. Address is returned.\r
 \r
   If Length is greater than (MAX_ADDRESS - Address + 1), then ASSERT().\r
@@ -65,10 +65,10 @@ InvalidateInstructionCacheRange (
 }\r
 \r
 /**\r
-  Writes Back and Invalidates the entire data cache in cache coherency domain\r
+  Writes back and invalidates the entire data cache in cache coherency domain\r
   of the calling CPU.\r
 \r
-  Writes Back and Invalidates the entire data cache in cache coherency domain\r
+  Writes back and invalidates the entire data cache in cache coherency domain\r
   of the calling CPU. This function guarantees that all dirty cache lines are\r
   written back to system memory, and also invalidates all the data cache lines\r
   in the cache coherency domain of the calling CPU.\r
@@ -83,7 +83,7 @@ WriteBackInvalidateDataCache (
 }\r
 \r
 /**\r
-  Writes Back and Invalidates a range of data cache lines in the cache\r
+  Writes back and invalidates a range of data cache lines in the cache\r
   coherency domain of the calling CPU.\r
 \r
   Writes Back and Invalidate the data cache lines specified by Address and\r
@@ -93,7 +93,7 @@ WriteBackInvalidateDataCache (
   line containing Address + Length -1 is written back and invalidated. This\r
   function may choose to write back and invalidate the entire data cache if\r
   that is more efficient than writing back and invalidating the specified\r
-  range. If Length is 0, the no data cache lines are written back and\r
+  range. If Length is 0, then no data cache lines are written back and\r
   invalidated. Address is returned.\r
 \r
   If Length is greater than (MAX_ADDRESS - Address + 1), then ASSERT().\r
@@ -120,10 +120,10 @@ WriteBackInvalidateDataCacheRange (
 }\r
 \r
 /**\r
-  Writes Back the entire data cache in cache coherency domain of the calling\r
+  Writes back the entire data cache in cache coherency domain of the calling\r
   CPU.\r
 \r
-  Writes Back the entire data cache in cache coherency domain of the calling\r
+  Writes back the entire data cache in cache coherency domain of the calling\r
   CPU. This function guarantees that all dirty cache lines are written back to\r
   system memory. This function may also invalidate all the data cache lines in\r
   the cache coherency domain of the calling CPU.\r
@@ -138,16 +138,16 @@ WriteBackDataCache (
 }\r
 \r
 /**\r
-  Writes Back a range of data cache lines in the cache coherency domain of the\r
+  Writes back a range of data cache lines in the cache coherency domain of the\r
   calling CPU.\r
 \r
-  Writes Back the data cache lines specified by Address and Length. If Address\r
+  Writes back the data cache lines specified by Address and Length. If Address\r
   is not aligned on a cache line boundary, then entire data cache line\r
   containing Address is written back. If Address + Length is not aligned on a\r
   cache line boundary, then the entire data cache line containing Address +\r
   Length -1 is written back. This function may choose to write back the entire\r
   data cache if that is more efficient than writing back the specified range.\r
-  If Length is 0, the no data cache lines are written back. This function may\r
+  If Length is 0, then no data cache lines are written back. This function may\r
   also invalidate all the data cache lines in the specified range of the cache\r
   coherency domain of the calling CPU. Address is returned.\r
 \r
@@ -201,7 +201,7 @@ InvalidateDataCache (
   containing Address is invalidated. If Address + Length is not aligned on a\r
   cache line boundary, then the entire data cache line containing Address +\r
   Length -1 is invalidated. This function must never invalidate any cache lines\r
-  outside the specified range. If Length is 0, the no data cache lines are\r
+  outside the specified range. If Length is 0, then no data cache lines are\r
   invalidated. Address is returned. This function must be used with care\r
   because dirty cache lines are not written back to system memory. It is\r
   typically used for cache diagnostics. If the CPU does not support\r
index 1d3d8d4395d09d5fa8f8a71c165b50ac71a00f7c..24e985174ec0440ef9dbcc2ab10fe0c67ab36d34 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
@@ -42,7 +42,7 @@ InvalidateInstructionCache (
   aligned on a cache line boundary, then the entire instruction cache line\r
   containing Address + Length -1 is invalidated. This function may choose to\r
   invalidate the entire instruction cache if that is more efficient than\r
-  invalidating the specified range. If Length is 0, the no instruction cache\r
+  invalidating the specified range. If Length is 0, then no instruction cache\r
   lines are invalidated. Address is returned.\r
 \r
   If Length is greater than (MAX_ADDRESS - Address + 1), then ASSERT().\r
@@ -68,10 +68,10 @@ InvalidateInstructionCacheRange (
 }\r
 \r
 /**\r
-  Writes Back and Invalidates the entire data cache in cache coherency domain\r
+  Writes back and invalidates the entire data cache in cache coherency domain\r
   of the calling CPU.\r
 \r
-  Writes Back and Invalidates the entire data cache in cache coherency domain\r
+  Writes back and invalidates the entire data cache in cache coherency domain\r
   of the calling CPU. This function guarantees that all dirty cache lines are\r
   written back to system memory, and also invalidates all the data cache lines\r
   in the cache coherency domain of the calling CPU.\r
@@ -87,17 +87,17 @@ WriteBackInvalidateDataCache (
 }\r
 \r
 /**\r
-  Writes Back and Invalidates a range of data cache lines in the cache\r
+  Writes back and invalidates a range of data cache lines in the cache\r
   coherency domain of the calling CPU.\r
 \r
-  Writes Back and Invalidate the data cache lines specified by Address and\r
+  Writes back and invalidates the data cache lines specified by Address and\r
   Length. If Address is not aligned on a cache line boundary, then entire data\r
   cache line containing Address is written back and invalidated. If Address +\r
   Length is not aligned on a cache line boundary, then the entire data cache\r
   line containing Address + Length -1 is written back and invalidated. This\r
   function may choose to write back and invalidate the entire data cache if\r
   that is more efficient than writing back and invalidating the specified\r
-  range. If Length is 0, the no data cache lines are written back and\r
+  range. If Length is 0, then no data cache lines are written back and\r
   invalidated. Address is returned.\r
 \r
   If Length is greater than (MAX_ADDRESS - Address + 1), then ASSERT().\r
@@ -151,7 +151,7 @@ WriteBackDataCache (
   cache line boundary, then the entire data cache line containing Address +\r
   Length -1 is written back. This function may choose to write back the entire\r
   data cache if that is more efficient than writing back the specified range.\r
-  If Length is 0, the no data cache lines are written back. This function may\r
+  If Length is 0, then no data cache lines are written back. This function may\r
   also invalidate all the data cache lines in the specified range of the cache\r
   coherency domain of the calling CPU. Address is returned.\r
 \r
@@ -194,8 +194,8 @@ InvalidateDataCache (
   )\r
 {\r
   //\r
-  // Invalidation of entire data cache without writing back is not supported on\r
-  // IPF architecture, so write back and invalidate operation is performed.\r
+  // Invalidation of the entire data cache without writing back is not supported \r
+  // on IPF architecture, so a write back and invalidate operation is performed.\r
   //\r
   WriteBackInvalidateDataCache ();\r
 }\r
@@ -209,7 +209,7 @@ InvalidateDataCache (
   containing Address is invalidated. If Address + Length is not aligned on a\r
   cache line boundary, then the entire data cache line containing Address +\r
   Length -1 is invalidated. This function must never invalidate any cache lines\r
-  outside the specified range. If Length is 0, the no data cache lines are\r
+  outside the specified range. If Length is 0, then no data cache lines are\r
   invalidated. Address is returned. This function must be used with care\r
   because dirty cache lines are not written back to system memory. It is\r
   typically used for cache diagnostics. If the CPU does not support\r
index b546c590370f1fe6922f56cb47e6f5ce0cc8c8d9..060a146ab0516777d4f8194d9eacfa5eb72938a1 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
@@ -46,7 +46,7 @@ InvalidateInstructionCache (
   aligned on a cache line boundary, then the entire instruction cache line\r
   containing Address + Length -1 is invalidated. This function may choose to\r
   invalidate the entire instruction cache if that is more efficient than\r
-  invalidating the specified range. If Length is 0, the no instruction cache\r
+  invalidating the specified range. If Length is 0, then no instruction cache\r
   lines are invalidated. Address is returned.\r
 \r
   If Length is greater than (MAX_ADDRESS - Address + 1), then ASSERT().\r
@@ -77,10 +77,10 @@ InvalidateInstructionCacheRange (
 }\r
 \r
 /**\r
-  Writes Back and Invalidates the entire data cache in cache coherency domain\r
+  Writes back and invalidates the entire data cache in cache coherency domain\r
   of the calling CPU.\r
 \r
-  Writes Back and Invalidates the entire data cache in cache coherency domain\r
+  Writes back and invalidates the entire data cache in cache coherency domain\r
   of the calling CPU. This function guarantees that all dirty cache lines are\r
   written back to system memory, and also invalidates all the data cache lines\r
   in the cache coherency domain of the calling CPU.\r
@@ -96,17 +96,17 @@ WriteBackInvalidateDataCache (
 }\r
 \r
 /**\r
-  Writes Back and Invalidates a range of data cache lines in the cache\r
+  Writes back and invalidates a range of data cache lines in the cache\r
   coherency domain of the calling CPU.\r
 \r
-  Writes Back and Invalidate the data cache lines specified by Address and\r
+  Writes back and invalidates the data cache lines specified by Address and\r
   Length. If Address is not aligned on a cache line boundary, then entire data\r
   cache line containing Address is written back and invalidated. If Address +\r
   Length is not aligned on a cache line boundary, then the entire data cache\r
   line containing Address + Length -1 is written back and invalidated. This\r
   function may choose to write back and invalidate the entire data cache if\r
   that is more efficient than writing back and invalidating the specified\r
-  range. If Length is 0, the no data cache lines are written back and\r
+  range. If Length is 0, then no data cache lines are written back and\r
   invalidated. Address is returned.\r
 \r
   If Length is greater than (MAX_ADDRESS - Address + 1), then ASSERT().\r
@@ -151,10 +151,10 @@ WriteBackInvalidateDataCacheRange (
 }\r
 \r
 /**\r
-  Writes Back the entire data cache in cache coherency domain of the calling\r
+  Writes back the entire data cache in cache coherency domain of the calling\r
   CPU.\r
 \r
-  Writes Back the entire data cache in cache coherency domain of the calling\r
+  Writes back the entire data cache in cache coherency domain of the calling\r
   CPU. This function guarantees that all dirty cache lines are written back to\r
   system memory. This function may also invalidate all the data cache lines in\r
   the cache coherency domain of the calling CPU.\r
@@ -170,16 +170,16 @@ WriteBackDataCache (
 }\r
 \r
 /**\r
-  Writes Back a range of data cache lines in the cache coherency domain of the\r
+  Writes back a range of data cache lines in the cache coherency domain of the\r
   calling CPU.\r
 \r
-  Writes Back the data cache lines specified by Address and Length. If Address\r
+  Writes back the data cache lines specified by Address and Length. If Address\r
   is not aligned on a cache line boundary, then entire data cache line\r
   containing Address is written back. If Address + Length is not aligned on a\r
   cache line boundary, then the entire data cache line containing Address +\r
   Length -1 is written back. This function may choose to write back the entire\r
   data cache if that is more efficient than writing back the specified range.\r
-  If Length is 0, the no data cache lines are written back. This function may\r
+  If Length is 0, then no data cache lines are written back. This function may\r
   also invalidate all the data cache lines in the specified range of the cache\r
   coherency domain of the calling CPU. Address is returned.\r
 \r
@@ -233,7 +233,7 @@ InvalidateDataCache (
   containing Address is invalidated. If Address + Length is not aligned on a\r
   cache line boundary, then the entire data cache line containing Address +\r
   Length -1 is invalidated. This function must never invalidate any cache lines\r
-  outside the specified range. If Length is 0, the no data cache lines are\r
+  outside the specified range. If Length is 0, then no data cache lines are\r
   invalidated. Address is returned. This function must be used with care\r
   because dirty cache lines are not written back to system memory. It is\r
   typically used for cache diagnostics. If the CPU does not support\r
index 9bbb1871f34ba8e89c61d1919908ca035a0a1936..5d64b455de68f03d210b0a0c37b47eb227355903 100644 (file)
@@ -10,7 +10,7 @@
 #  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
+#  http://opensource.org/licenses/bsd-license.php.\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
index 9853b602a1b8e3711a2f26b08405f947e01f6e6d..271690d5d475a0676990eb4c829e2b0bb9069362 100644 (file)
@@ -3,7 +3,7 @@
 ; 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
+; 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
index e5998e78ad45a4e26186693f4561b653694ce1ea..a95153e1fa11218401ec793d2164ad35a4ba8f79 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index 66be771ff10646ea05ce36f03e8b7767c266b0b9..a8ebc386b9747fbac9456e540fe3bb5bc34e1c33 100644 (file)
@@ -6,7 +6,7 @@
   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
+  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
index bacfb923e5a4e0f707edf444d8d0bf7e26466f26..3caf5d33d20cfcc094e4d88e7cbde21e1b4b8a1f 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index a75f3e0892af217c51caeaf54727d7b2c70f369b..eb71fa0357e361191aafe59e45e08d35ea60b399 100644 (file)
@@ -6,7 +6,7 @@
   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
+  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
index 5be633f34dcd667ed8f4bb21fee1ea028f0c346e..911f7809a0cd69274ef2fc3710e7d8dd988b0bf8 100644 (file)
@@ -5,7 +5,7 @@
 /// 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
+/// 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
index 94db3541570ffa32b77b432e8d55c80fc65886fa..59c07cac72a363ebc55bbda0e8e4d80ef52c80cf 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index 33a4286498dc2af1ece8483257dc36e5bce57615..852ce14abe0debf06d4f3ff9ef3d2fca94e72bce 100644 (file)
@@ -3,7 +3,7 @@
 # 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
+# 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
index 09a6f781b2c36db163c8eea42475570fe1192017..6a752877ee2bfd3bb2bbab8f127b577ead6f2d98 100644 (file)
@@ -3,7 +3,7 @@
 ; 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
+; 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
index 97642f6280b31e02aae0f6bc3a27c3b9115596fe..cf763689d72961fe6234385217778016549a1d93 100644 (file)
@@ -3,7 +3,7 @@
 # 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
+# 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
index f8b1cfba9f7504eb67b782e42c32674b4f91c087..196438f7b2c3c02e64160be98e87253887448117 100644 (file)
@@ -3,7 +3,7 @@
 ; 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
+; 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
index c0c407a6d699075f3d8d795edb9407a944baa3bb..3b33fab96029d04007c551dc92f25fa759670f42 100644 (file)
@@ -6,7 +6,7 @@
 #  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
+#  http://opensource.org/licenses/bsd-license.php.\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
index 5732f312fc7104ecf66fdd13bc5b318ee99a3700..ef7e9881e7ee9b330afca9cf50c8163190265286 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index 6c8c8c91cb5344be8da8164efce2b9418d54e7a4..dd2a014db417132a50390cd8de46d31e096fb6cd 100644 (file)
@@ -7,7 +7,7 @@
 #  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
+#  http://opensource.org/licenses/bsd-license.php.\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
index 16900ca2c4ec01bcb46ddc1a69286b7263778c44..4e2fb5f92ca303228eca694dcd710c37bd6a913f 100644 (file)
@@ -6,7 +6,7 @@
   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
+  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
index e8f5481bba0a4dee9925fa9bec9008a2363c0bc4..35cf9a87931763fc69bab2bd90e4bb60cbaa8b63 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
@@ -103,7 +103,7 @@ GetExtractGuidedSectionHandlerInfo (
   @param[out]  ExtractHandlerGuidTable  A pointer to the array of GUIDs that have been registered through\r
                                         ExtractGuidedSectionRegisterHandlers().\r
 \r
-  @return the number of the supported extract guided Handler.\r
+  @return The number of the supported extract guided Handler.\r
 \r
 **/\r
 UINTN\r
@@ -242,7 +242,7 @@ ExtractGuidedSectionRegisterHandlers (
   @param[out] SectionAttribute   A pointer to the attributes of the GUIDed section.  See the Attributes field of\r
                                  EFI_GUID_DEFINED_SECTION in the PI Specification.\r
 \r
-  @retval  RETURN_SUCCESS      Get the required information successfully.\r
+  @retval  RETURN_SUCCESS      Successfully retrieved the required information.\r
   @retval  RETURN_UNSUPPORTED  The GUID from the section specified by InputSection does not match any of\r
                                the GUIDs registered with ExtractGuidedSectionRegisterHandlers().\r
   @retval  Others              The return status from the handler associated with the GUID retrieved from\r
@@ -314,7 +314,7 @@ ExtractGuidedSectionGetInfo (
   of type EXTRACT_GUIDED_SECTION_DECODE_HANDLER that was registered with ExtractGuidedSectionRegisterHandlers()\r
   is used to decode InputSection into the buffer specified by OutputBuffer and the authentication status of this\r
   decode operation is returned in AuthenticationStatus.  If the decoded buffer is identical to the data in InputSection,\r
-  then OutputBuffer is set to point at the data in InputSection.  Otherwise, the decoded data will be placed in caller\r
+  then OutputBuffer is set to point at the data in InputSection.  Otherwise, the decoded data will be placed in caller\r
   allocated buffer specified by OutputBuffer.    This function is responsible for computing the  EFI_AUTH_STATUS_PLATFORM_OVERRIDE\r
   bit of in AuthenticationStatus.  The return status from the handler of type EXTRACT_GUIDED_SECTION_DECODE_HANDLER is returned. \r
    \r
index 40fdbde3718281ef9e650790d039021ed400e84e..81aad6c4f5eed3506a356f4b4a776b8b7c775f60 100644 (file)
@@ -9,7 +9,7 @@
 #  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
+#  http://opensource.org/licenses/bsd-license.php.\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
index c68601860982639faa59b9547e8ba9296fda4a4c..21a81ec8a419e63cb78f96440cee5d6780276f2e 100644 (file)
@@ -11,7 +11,7 @@
 #  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
+#  http://opensource.org/licenses/bsd-license.php.\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
index 63549a58286ade3ddcafd56d32f458a1598ff0d0..12f9a4183a32104baab5b9b33d414ad7f3e35bf0 100644 (file)
@@ -4,11 +4,11 @@
   All assertions for bit field operations are handled bit field functions in the\r
   Base Library.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, 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
+  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
@@ -186,7 +186,7 @@ IoBitFieldWrite8 (
   between the read result and the value specified by OrData, and writes the\r
   result to the 8-bit I/O port specified by Port. The value written to the I/O\r
   port is returned. This function must guarantee that all I/O read and write\r
-  operations are serialized. Extra left bits in OrData are stripped.\r
+  operations are serialized. Extra bits left in OrData are stripped.\r
 \r
   If 8-bit I/O port operations are not supported, then ASSERT().\r
   If StartBit is greater than 7, then ASSERT().\r
@@ -226,7 +226,7 @@ IoBitFieldOr8 (
   the read result and the value specified by AndData, and writes the result to\r
   the 8-bit I/O port specified by Port. The value written to the I/O port is\r
   returned. This function must guarantee that all I/O read and write operations\r
-  are serialized. Extra left bits in AndData are stripped.\r
+  are serialized. Extra bits left in AndData are stripped.\r
 \r
   If 8-bit I/O port operations are not supported, then ASSERT().\r
   If StartBit is greater than 7, then ASSERT().\r
@@ -267,7 +267,7 @@ IoBitFieldAnd8 (
   by a bitwise OR between the read result and the value specified by\r
   AndData, and writes the result to the 8-bit I/O port specified by Port. The\r
   value written to the I/O port is returned. This function must guarantee that\r
-  all I/O read and write operations are serialized. Extra left bits in both\r
+  all I/O read and write operations are serialized. Extra bits left in both\r
   AndData and OrData are stripped.\r
 \r
   If 8-bit I/O port operations are not supported, then ASSERT().\r
@@ -430,7 +430,7 @@ IoBitFieldRead16 (
   Writes Value to the bit field of the I/O register. The bit field is specified\r
   by the StartBit and the EndBit. All other bits in the destination I/O\r
   register are preserved. The value written to the I/O port is returned. Extra\r
-  left bits in Value are stripped.\r
+  bits left in Value are stripped.\r
 \r
   If 16-bit I/O port operations are not supported, then ASSERT().\r
   If Port is not aligned on a 16-bit boundary, then ASSERT().\r
@@ -471,7 +471,7 @@ IoBitFieldWrite16 (
   between the read result and the value specified by OrData, and writes the\r
   result to the 16-bit I/O port specified by Port. The value written to the I/O\r
   port is returned. This function must guarantee that all I/O read and write\r
-  operations are serialized. Extra left bits in OrData are stripped.\r
+  operations are serialized. Extra bits left in OrData are stripped.\r
 \r
   If 16-bit I/O port operations are not supported, then ASSERT().\r
   If Port is not aligned on a 16-bit boundary, then ASSERT().\r
@@ -512,7 +512,7 @@ IoBitFieldOr16 (
   the read result and the value specified by AndData, and writes the result to\r
   the 16-bit I/O port specified by Port. The value written to the I/O port is\r
   returned. This function must guarantee that all I/O read and write operations\r
-  are serialized. Extra left bits in AndData are stripped.\r
+  are serialized. Extra bits left in AndData are stripped.\r
 \r
   If 16-bit I/O port operations are not supported, then ASSERT().\r
   If Port is not aligned on a 16-bit boundary, then ASSERT().\r
@@ -554,7 +554,7 @@ IoBitFieldAnd16 (
   by a bitwise OR between the read result and the value specified by\r
   AndData, and writes the result to the 16-bit I/O port specified by Port. The\r
   value written to the I/O port is returned. This function must guarantee that\r
-  all I/O read and write operations are serialized. Extra left bits in both\r
+  all I/O read and write operations are serialized. Extra bits left in both\r
   AndData and OrData are stripped.\r
 \r
   If 16-bit I/O port operations are not supported, then ASSERT().\r
@@ -718,7 +718,7 @@ IoBitFieldRead32 (
   Writes Value to the bit field of the I/O register. The bit field is specified\r
   by the StartBit and the EndBit. All other bits in the destination I/O\r
   register are preserved. The value written to the I/O port is returned. Extra\r
-  left bits in Value are stripped.\r
+  bits left in Value are stripped.\r
 \r
   If 32-bit I/O port operations are not supported, then ASSERT().\r
   If Port is not aligned on a 32-bit boundary, then ASSERT().\r
@@ -759,7 +759,7 @@ IoBitFieldWrite32 (
   between the read result and the value specified by OrData, and writes the\r
   result to the 32-bit I/O port specified by Port. The value written to the I/O\r
   port is returned. This function must guarantee that all I/O read and write\r
-  operations are serialized. Extra left bits in OrData are stripped.\r
+  operations are serialized. Extra bits left in OrData are stripped.\r
 \r
   If 32-bit I/O port operations are not supported, then ASSERT().\r
   If Port is not aligned on a 32-bit boundary, then ASSERT().\r
@@ -800,7 +800,7 @@ IoBitFieldOr32 (
   the read result and the value specified by AndData, and writes the result to\r
   the 32-bit I/O port specified by Port. The value written to the I/O port is\r
   returned. This function must guarantee that all I/O read and write operations\r
-  are serialized. Extra left bits in AndData are stripped.\r
+  are serialized. Extra bits left in AndData are stripped.\r
 \r
   If 32-bit I/O port operations are not supported, then ASSERT().\r
   If Port is not aligned on a 32-bit boundary, then ASSERT().\r
@@ -842,7 +842,7 @@ IoBitFieldAnd32 (
   by a bitwise OR between the read result and the value specified by\r
   AndData, and writes the result to the 32-bit I/O port specified by Port. The\r
   value written to the I/O port is returned. This function must guarantee that\r
-  all I/O read and write operations are serialized. Extra left bits in both\r
+  all I/O read and write operations are serialized. Extra bits left in both\r
   AndData and OrData are stripped.\r
 \r
   If 32-bit I/O port operations are not supported, then ASSERT().\r
@@ -1006,7 +1006,7 @@ IoBitFieldRead64 (
   Writes Value to the bit field of the I/O register. The bit field is specified\r
   by the StartBit and the EndBit. All other bits in the destination I/O\r
   register are preserved. The value written to the I/O port is returned. Extra\r
-  left bits in Value are stripped.\r
+  bits left in Value are stripped.\r
 \r
   If 64-bit I/O port operations are not supported, then ASSERT().\r
   If Port is not aligned on a 64-bit boundary, then ASSERT().\r
@@ -1047,7 +1047,7 @@ IoBitFieldWrite64 (
   between the read result and the value specified by OrData, and writes the\r
   result to the 64-bit I/O port specified by Port. The value written to the I/O\r
   port is returned. This function must guarantee that all I/O read and write\r
-  operations are serialized. Extra left bits in OrData are stripped.\r
+  operations are serialized. Extra bits left in OrData are stripped.\r
 \r
   If 64-bit I/O port operations are not supported, then ASSERT().\r
   If Port is not aligned on a 64-bit boundary, then ASSERT().\r
@@ -1088,7 +1088,7 @@ IoBitFieldOr64 (
   the read result and the value specified by AndData, and writes the result to\r
   the 64-bit I/O port specified by Port. The value written to the I/O port is\r
   returned. This function must guarantee that all I/O read and write operations\r
-  are serialized. Extra left bits in AndData are stripped.\r
+  are serialized. Extra bits left in AndData are stripped.\r
 \r
   If 64-bit I/O port operations are not supported, then ASSERT().\r
   If Port is not aligned on a 64-bit boundary, then ASSERT().\r
@@ -1130,7 +1130,7 @@ IoBitFieldAnd64 (
   by a bitwise OR between the read result and the value specified by\r
   AndData, and writes the result to the 64-bit I/O port specified by Port. The\r
   value written to the I/O port is returned. This function must guarantee that\r
-  all I/O read and write operations are serialized. Extra left bits in both\r
+  all I/O read and write operations are serialized. Extra bits left in both\r
   AndData and OrData are stripped.\r
 \r
   If 64-bit I/O port operations are not supported, then ASSERT().\r
@@ -1265,7 +1265,7 @@ MmioAndThenOr8 (
   If EndBit is greater than 7, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to read.\r
+  @param  Address   The MMIO register to read.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..7.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -1297,7 +1297,7 @@ MmioBitFieldRead8 (
   If EndBit is greater than 7, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to write.\r
+  @param  Address   The MMIO register to write.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..7.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -1330,7 +1330,7 @@ MmioBitFieldWrite8 (
   OR between the read result and the value specified by OrData, and\r
   writes the result to the 8-bit MMIO register specified by Address. The value\r
   written to the MMIO register is returned. This function must guarantee that\r
-  all MMIO read and write operations are serialized. Extra left bits in OrData\r
+  all MMIO read and write operations are serialized. Extra bits left in OrData\r
   are stripped.\r
 \r
   If 8-bit MMIO register operations are not supported, then ASSERT().\r
@@ -1338,7 +1338,7 @@ MmioBitFieldWrite8 (
   If EndBit is greater than 7, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to write.\r
+  @param  Address   The MMIO register to write.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..7.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -1371,7 +1371,7 @@ MmioBitFieldOr8 (
   between the read result and the value specified by AndData, and writes the\r
   result to the 8-bit MMIO register specified by Address. The value written to\r
   the MMIO register is returned. This function must guarantee that all MMIO\r
-  read and write operations are serialized. Extra left bits in AndData are\r
+  read and write operations are serialized. Extra bits left in AndData are\r
   stripped.\r
 \r
   If 8-bit MMIO register operations are not supported, then ASSERT().\r
@@ -1379,7 +1379,7 @@ MmioBitFieldOr8 (
   If EndBit is greater than 7, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to write.\r
+  @param  Address   The MMIO register to write.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..7.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -1414,14 +1414,14 @@ MmioBitFieldAnd8 (
   specified by AndData, and writes the result to the 8-bit MMIO register\r
   specified by Address. The value written to the MMIO register is returned.\r
   This function must guarantee that all MMIO read and write operations are\r
-  serialized. Extra left bits in both AndData and OrData are stripped.\r
+  serialized. Extra bits left in both AndData and OrData are stripped.\r
 \r
   If 8-bit MMIO register operations are not supported, then ASSERT().\r
   If StartBit is greater than 7, then ASSERT().\r
   If EndBit is greater than 7, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to write.\r
+  @param  Address   The MMIO register to write.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..7.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -1550,7 +1550,7 @@ MmioAndThenOr16 (
   If EndBit is greater than 15, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to read.\r
+  @param  Address   The MMIO register to read.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..15.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -1583,7 +1583,7 @@ MmioBitFieldRead16 (
   If EndBit is greater than 15, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to write.\r
+  @param  Address   The MMIO register to write.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..15.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -1616,7 +1616,7 @@ MmioBitFieldWrite16 (
   OR between the read result and the value specified by OrData, and\r
   writes the result to the 16-bit MMIO register specified by Address. The value\r
   written to the MMIO register is returned. This function must guarantee that\r
-  all MMIO read and write operations are serialized. Extra left bits in OrData\r
+  all MMIO read and write operations are serialized. Extra bits left in OrData\r
   are stripped.\r
 \r
   If 16-bit MMIO register operations are not supported, then ASSERT().\r
@@ -1625,7 +1625,7 @@ MmioBitFieldWrite16 (
   If EndBit is greater than 15, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to write.\r
+  @param  Address   The MMIO register to write.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..15.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -1658,7 +1658,7 @@ MmioBitFieldOr16 (
   between the read result and the value specified by AndData, and writes the\r
   result to the 16-bit MMIO register specified by Address. The value written to\r
   the MMIO register is returned. This function must guarantee that all MMIO\r
-  read and write operations are serialized. Extra left bits in AndData are\r
+  read and write operations are serialized. Extra bits left in AndData are\r
   stripped.\r
 \r
   If 16-bit MMIO register operations are not supported, then ASSERT().\r
@@ -1667,7 +1667,7 @@ MmioBitFieldOr16 (
   If EndBit is greater than 15, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to write.\r
+  @param  Address   The MMIO register to write.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..15.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -1702,7 +1702,7 @@ MmioBitFieldAnd16 (
   specified by AndData, and writes the result to the 16-bit MMIO register\r
   specified by Address. The value written to the MMIO register is returned.\r
   This function must guarantee that all MMIO read and write operations are\r
-  serialized. Extra left bits in both AndData and OrData are stripped.\r
+  serialized. Extra bits left in both AndData and OrData are stripped.\r
 \r
   If 16-bit MMIO register operations are not supported, then ASSERT().\r
   If Address is not aligned on a 16-bit boundary, then ASSERT().\r
@@ -1710,7 +1710,7 @@ MmioBitFieldAnd16 (
   If EndBit is greater than 15, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to write.\r
+  @param  Address   The MMIO register to write.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..15.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -1839,7 +1839,7 @@ MmioAndThenOr32 (
   If EndBit is greater than 31, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to read.\r
+  @param  Address   The MMIO register to read.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..31.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -1872,7 +1872,7 @@ MmioBitFieldRead32 (
   If EndBit is greater than 31, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to write.\r
+  @param  Address   The MMIO register to write.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..31.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -1905,7 +1905,7 @@ MmioBitFieldWrite32 (
   OR between the read result and the value specified by OrData, and\r
   writes the result to the 32-bit MMIO register specified by Address. The value\r
   written to the MMIO register is returned. This function must guarantee that\r
-  all MMIO read and write operations are serialized. Extra left bits in OrData\r
+  all MMIO read and write operations are serialized. Extra bits left in OrData\r
   are stripped.\r
 \r
   If 32-bit MMIO register operations are not supported, then ASSERT().\r
@@ -1914,7 +1914,7 @@ MmioBitFieldWrite32 (
   If EndBit is greater than 31, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to write.\r
+  @param  Address   The MMIO register to write.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..31.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -1947,7 +1947,7 @@ MmioBitFieldOr32 (
   between the read result and the value specified by AndData, and writes the\r
   result to the 32-bit MMIO register specified by Address. The value written to\r
   the MMIO register is returned. This function must guarantee that all MMIO\r
-  read and write operations are serialized. Extra left bits in AndData are\r
+  read and write operations are serialized. Extra bits left in AndData are\r
   stripped.\r
 \r
   If 32-bit MMIO register operations are not supported, then ASSERT().\r
@@ -1956,7 +1956,7 @@ MmioBitFieldOr32 (
   If EndBit is greater than 31, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to write.\r
+  @param  Address   The MMIO register to write.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..31.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -1991,7 +1991,7 @@ MmioBitFieldAnd32 (
   specified by AndData, and writes the result to the 32-bit MMIO register\r
   specified by Address. The value written to the MMIO register is returned.\r
   This function must guarantee that all MMIO read and write operations are\r
-  serialized. Extra left bits in both AndData and OrData are stripped.\r
+  serialized. Extra bits left in both AndData and OrData are stripped.\r
 \r
   If 32-bit MMIO register operations are not supported, then ASSERT().\r
   If Address is not aligned on a 32-bit boundary, then ASSERT().\r
@@ -1999,7 +1999,7 @@ MmioBitFieldAnd32 (
   If EndBit is greater than 31, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to write.\r
+  @param  Address   The MMIO register to write.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..31.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -2128,7 +2128,7 @@ MmioAndThenOr64 (
   If EndBit is greater than 63, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to read.\r
+  @param  Address   The MMIO register to read.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..63.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -2161,7 +2161,7 @@ MmioBitFieldRead64 (
   If EndBit is greater than 63, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to write.\r
+  @param  Address   The MMIO register to write.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..63.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -2194,7 +2194,7 @@ MmioBitFieldWrite64 (
   OR between the read result and the value specified by OrData, and\r
   writes the result to the 64-bit MMIO register specified by Address. The value\r
   written to the MMIO register is returned. This function must guarantee that\r
-  all MMIO read and write operations are serialized. Extra left bits in OrData\r
+  all MMIO read and write operations are serialized. Extra bits left in OrData\r
   are stripped.\r
 \r
   If 64-bit MMIO register operations are not supported, then ASSERT().\r
@@ -2203,7 +2203,7 @@ MmioBitFieldWrite64 (
   If EndBit is greater than 63, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to write.\r
+  @param  Address   The MMIO register to write.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..63.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -2236,7 +2236,7 @@ MmioBitFieldOr64 (
   between the read result and the value specified by AndData, and writes the\r
   result to the 64-bit MMIO register specified by Address. The value written to\r
   the MMIO register is returned. This function must guarantee that all MMIO\r
-  read and write operations are serialized. Extra left bits in AndData are\r
+  read and write operations are serialized. Extra bits left in AndData are\r
   stripped.\r
 \r
   If 64-bit MMIO register operations are not supported, then ASSERT().\r
@@ -2245,7 +2245,7 @@ MmioBitFieldOr64 (
   If EndBit is greater than 63, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to write.\r
+  @param  Address   The MMIO register to write.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..63.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
@@ -2280,7 +2280,7 @@ MmioBitFieldAnd64 (
   specified by AndData, and writes the result to the 64-bit MMIO register\r
   specified by Address. The value written to the MMIO register is returned.\r
   This function must guarantee that all MMIO read and write operations are\r
-  serialized. Extra left bits in both AndData and OrData are stripped.\r
+  serialized. Extra bits left in both AndData and OrData are stripped.\r
 \r
   If 64-bit MMIO register operations are not supported, then ASSERT().\r
   If Address is not aligned on a 64-bit boundary, then ASSERT().\r
@@ -2288,7 +2288,7 @@ MmioBitFieldAnd64 (
   If EndBit is greater than 63, then ASSERT().\r
   If EndBit is less than StartBit, then ASSERT().\r
 \r
-  @param  Address   MMIO register to write.\r
+  @param  Address   The MMIO register to write.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
                     Range 0..63.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
index eeba44f240d693490582ec96a7a91146378ffeb7..f6bd81911481fa39033392b16f5843661512cd5b 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index 8ae3e0484a643191e2c8292cc5fff70e038c02ef..b9f4c5ec65cceaad8a01d90db54a0c0e8e0204eb 100644 (file)
@@ -6,7 +6,7 @@
   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
+  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
@@ -207,7 +207,7 @@ IoRead64 (
   @param  Port  The I/O port to write.\r
   @param  Value The value to write to the I/O port.\r
 \r
-  @return The value written the I/O port.\r
+  @return The value written to the I/O port.\r
 \r
 **/\r
 UINT64\r
index 785d3ed4207499874aeadce194b22b68156ebd3c..40a9a8e146c46f32887e9b27e1cbac08f8ae7a5b 100644 (file)
   We don't advocate putting compiler specifics in libraries or drivers but there\r
   is no other way to make this work.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, 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
+  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
index 3fcb77cb5101410674cd286f0b35d63ef07aae8f..87bc4cf0059e0538c877b4a1c03bdf399eff04f1 100644 (file)
@@ -6,7 +6,7 @@
   This program and the accompanying materials are\r
   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
+  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
index 219f634e09a2e559842c8ead106ecd9513563254..6b0bf6ab470c31782a1268103415e9c22221f952 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index aa305d0de21bcb44cab4ec31eea766c911202a10..bf11a9ce1484d548aa2880e6dc5605bcd9c73902 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   I/O Library MMIO Buffer Functions.\r
 \r
-  Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2007 - 2010, 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
+  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
@@ -15,9 +15,9 @@
 #include "BaseIoLibIntrinsicInternal.h"\r
 \r
 /**\r
-  Copy data from MMIO region to system memory by using 8-bit access.\r
+  Copy data from the MMIO region to system memory by using 8-bit access.\r
 \r
-  Copy data from MMIO region specified by starting address StartAddress \r
+  Copy data from the MMIO region specified by starting address StartAddress \r
   to system memory specified by Buffer by using 8-bit access. The total \r
   number of byte to be copied is specified by Length. Buffer is returned.\r
   \r
@@ -27,7 +27,7 @@
 \r
   @param  StartAddress    Starting address for the MMIO region to be copied from.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
+  @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
   @return Buffer\r
 \r
@@ -55,9 +55,9 @@ MmioReadBuffer8 (
 }\r
 \r
 /**\r
-  Copy data from MMIO region to system memory by using 16-bit access.\r
+  Copy data from the MMIO region to system memory by using 16-bit access.\r
 \r
-  Copy data from MMIO region specified by starting address StartAddress \r
+  Copy data from the MMIO region specified by starting address StartAddress \r
   to system memory specified by Buffer by using 16-bit access. The total \r
   number of byte to be copied is specified by Length. Buffer is returned.\r
   \r
@@ -71,7 +71,7 @@ MmioReadBuffer8 (
 \r
   @param  StartAddress    Starting address for the MMIO region to be copied from.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
+  @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
   @return Buffer\r
 \r
@@ -106,9 +106,9 @@ MmioReadBuffer16 (
 }\r
 \r
 /**\r
-  Copy data from MMIO region to system memory by using 32-bit access.\r
+  Copy data from the MMIO region to system memory by using 32-bit access.\r
 \r
-  Copy data from MMIO region specified by starting address StartAddress \r
+  Copy data from the MMIO region specified by starting address StartAddress \r
   to system memory specified by Buffer by using 32-bit access. The total \r
   number of byte to be copied is specified by Length. Buffer is returned.\r
   \r
@@ -122,7 +122,7 @@ MmioReadBuffer16 (
 \r
   @param  StartAddress    Starting address for the MMIO region to be copied from.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
+  @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
   @return Buffer\r
 \r
@@ -157,9 +157,9 @@ MmioReadBuffer32 (
 }\r
 \r
 /**\r
-  Copy data from MMIO region to system memory by using 64-bit access.\r
+  Copy data from the MMIO region to system memory by using 64-bit access.\r
 \r
-  Copy data from MMIO region specified by starting address StartAddress \r
+  Copy data from the MMIO region specified by starting address StartAddress \r
   to system memory specified by Buffer by using 64-bit access. The total \r
   number of byte to be copied is specified by Length. Buffer is returned.\r
   \r
@@ -173,7 +173,7 @@ MmioReadBuffer32 (
 \r
   @param  StartAddress    Starting address for the MMIO region to be copied from.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
+  @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
   @return Buffer\r
 \r
@@ -209,9 +209,9 @@ MmioReadBuffer64 (
 \r
 \r
 /**\r
-  Copy data from system memory to MMIO region by using 8-bit access.\r
+  Copy data from system memory to the MMIO region by using 8-bit access.\r
 \r
-  Copy data from system memory specified by Buffer to MMIO region specified \r
+  Copy data from system memory specified by Buffer to the MMIO region specified \r
   by starting address StartAddress by using 8-bit access. The total number \r
   of byte to be copied is specified by Length. Buffer is returned.\r
   \r
@@ -221,7 +221,7 @@ MmioReadBuffer64 (
 \r
   @param  StartAddress    Starting address for the MMIO region to be copied to.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer containing the data to write.\r
+  @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
   @return Buffer\r
 \r
@@ -250,9 +250,9 @@ MmioWriteBuffer8 (
 }\r
 \r
 /**\r
-  Copy data from system memory to MMIO region by using 16-bit access.\r
+  Copy data from system memory to the MMIO region by using 16-bit access.\r
 \r
-  Copy data from system memory specified by Buffer to MMIO region specified \r
+  Copy data from system memory specified by Buffer to the MMIO region specified \r
   by starting address StartAddress by using 16-bit access. The total number \r
   of byte to be copied is specified by Length. Buffer is returned.\r
   \r
@@ -267,7 +267,7 @@ MmioWriteBuffer8 (
 \r
   @param  StartAddress    Starting address for the MMIO region to be copied to.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer containing the data to write.\r
+  @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
   @return Buffer\r
 \r
@@ -304,9 +304,9 @@ MmioWriteBuffer16 (
 \r
 \r
 /**\r
-  Copy data from system memory to MMIO region by using 32-bit access.\r
+  Copy data from system memory to the MMIO region by using 32-bit access.\r
 \r
-  Copy data from system memory specified by Buffer to MMIO region specified \r
+  Copy data from system memory specified by Buffer to the MMIO region specified \r
   by starting address StartAddress by using 32-bit access. The total number \r
   of byte to be copied is specified by Length. Buffer is returned.\r
   \r
@@ -321,7 +321,7 @@ MmioWriteBuffer16 (
 \r
   @param  StartAddress    Starting address for the MMIO region to be copied to.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer containing the data to write.\r
+  @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
   @return Buffer\r
 \r
@@ -357,9 +357,9 @@ MmioWriteBuffer32 (
 }\r
 \r
 /**\r
-  Copy data from system memory to MMIO region by using 64-bit access.\r
+  Copy data from system memory to the MMIO region by using 64-bit access.\r
 \r
-  Copy data from system memory specified by Buffer to MMIO region specified \r
+  Copy data from system memory specified by Buffer to the MMIO region specified \r
   by starting address StartAddress by using 64-bit access. The total number \r
   of byte to be copied is specified by Length. Buffer is returned.\r
   \r
@@ -374,7 +374,7 @@ MmioWriteBuffer32 (
 \r
   @param  StartAddress    Starting address for the MMIO region to be copied to.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer containing the data to write.\r
+  @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
   @return Buffer\r
 \r
index 1cb02211a1513826c634d5e4ed7c2dac7c121977..83bad5e6a801ff1a6104652c1c74461631ccc13a 100644 (file)
@@ -8,11 +8,11 @@
   We don't advocate putting compiler specifics in libraries or drivers but there\r
   is no other way to make this work.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, 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
+  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
@@ -91,7 +91,7 @@ IoRead8 (
   @param  Port  The I/O port to write.\r
   @param  Value The value to write to the I/O port.\r
 \r
-  @return The value written the I/O port.\r
+  @return The value written to the I/O port.\r
 \r
 **/\r
 UINT8\r
@@ -150,7 +150,7 @@ IoRead16 (
   @param  Port  The I/O port to write.\r
   @param  Value The value to write to the I/O port.\r
 \r
-  @return The value written the I/O port.\r
+  @return The value written to the I/O port.\r
 \r
 **/\r
 UINT16\r
@@ -210,7 +210,7 @@ IoRead32 (
   @param  Port  The I/O port to write.\r
   @param  Value The value to write to the I/O port.\r
 \r
-  @return The value written the I/O port.\r
+  @return The value written to the I/O port.\r
 \r
 **/\r
 UINT32\r
index 26c6818b3495b5d07a3fffc6210772c601aa1ea5..43b747fb62f9f4625c3cbb267441b51942c8467f 100644 (file)
@@ -7,7 +7,7 @@
 # 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
+# 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
index 5bf47145158440ae98ff75f5c370d8c2e8f8e922..8a8065159bf27a1fc8a44d9bdeafe077a9500bed 100644 (file)
@@ -7,7 +7,7 @@
 ; 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
+; 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
index 87098890cc51c687c09d0cebf0307f8d7708a4c5..195660996f4cd9e9c60fce88f2286199564b558b 100644 (file)
@@ -7,7 +7,7 @@
 ; 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
+; 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
index b78d7fedbcca7bfa89191c7862c9bd22f3e54ce7..338bd780aaae5815ec5b24d9c043d67c90be1531 100644 (file)
@@ -7,7 +7,7 @@
 # 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
+# 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
index b3d30fef387b4afd3778ab4ccdef6d69ba47139d..4fd8de45f66ed3526ec040455a6631a5bdbddab9 100644 (file)
@@ -7,7 +7,7 @@
 ; 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
+; 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
index 82253585c3f55c62085d69c012c3c7ae1ba1dd01..4fde6ec88e2788dd9f9859cc96d1e855284a377b 100644 (file)
@@ -7,7 +7,7 @@
 # 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
+# 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
index d18e975f83f98f6a383553c43e5039e3e4520604..e758224439049c18163bf9472b647da4a4668596 100644 (file)
@@ -7,7 +7,7 @@
 ; 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
+; 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
index 1c786f789dad87de1cdeecf591e39ed0de0a3738..0c6b01604226ffbe96e0f1909704cee2677310cc 100644 (file)
@@ -6,7 +6,7 @@
   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
+  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
index e348b89039691307feba170a419dfab1bee22cc1..a7cd3c5cf22313d86b6ffc358ab80dab557a454a 100644 (file)
@@ -7,7 +7,7 @@
 # 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
+# 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
index d7c9237b23240185450f7c7f1393ced8b7c346e0..1e2e49c211cd2e8d936f61fad0dd21baa2136dde 100644 (file)
@@ -7,7 +7,7 @@
 ; 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
+; 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
index 72f93f97afaf889a4fb34de617e656c47dd534af..9f395bbd395478144d86233835ff71942d389e08 100644 (file)
@@ -6,7 +6,7 @@
   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
+  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
@@ -19,8 +19,8 @@
   Transfers control to a function starting with a new stack.\r
 \r
   This internal worker function transfers control to the function\r
-  specified by EntryPoint using the new stack specified by NewStack\r
-  and passing in the parameters specified by Context1 and Context2.\r
+  specified by EntryPoint using the new stack specified by NewStack,\r
+  and passes in the parameters specified by Context1 and Context2.\r
   Context1 and Context2 are optional and may be NULL.\r
   The function EntryPoint must never return.\r
 \r
@@ -44,7 +44,7 @@ InternalSwitchStackAsm (
   Transfers control to a function starting with a new stack.\r
 \r
   Transfers control to the function specified by EntryPoint using the\r
-  new stack specified by NewStack and passing in the parameters specified\r
+  new stack specified by NewStack, and passes in the parameters specified\r
   by Context1 and Context2.  Context1 and Context2 are optional and may\r
   be NULL.  The function EntryPoint must never return.\r
   Marker will be ignored on IA-32, x64, and EBC.\r
@@ -61,7 +61,7 @@ InternalSwitchStackAsm (
                       function.\r
   @param  NewStack    A pointer to the new stack to use for the EntryPoint\r
                       function.\r
-  @param  Marker      VA_LIST marker for the variable argument list.\r
+  @param  Marker      VA_LIST marker for the variable argument list.\r
 \r
 **/\r
 VOID\r
index 9026aefb2ce384de4506b76827c0801c4158af75..d76fd5b42b28da47a64e2af9e2ec346c5dc5803c 100755 (executable)
@@ -1,21 +1,21 @@
-#------------------------------------------------------------------------------ \r
-#\r
-# Replacement for Math64.c that is coded to use older GCC intrinsics. \r
-# Doing this reduces the number of intrinsics that are required when\r
-# you port to a new version of gcc. \r
-#\r
-# Need to split this into multple files to size optimize the image.\r
-#\r
-# Copyright (c) 2009 - 2010, Apple Inc. 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
-#\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
+#------------------------------------------------------------------------------ 
+#
+# Replacement for Math64.c that is coded to use older GCC intrinsics. 
+# Doing this reduces the number of intrinsics that are required when
+# you port to a new version of gcc. 
+#
+# Need to split this into multple files to size optimize the image.
+#
+# Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>
+# This program and the accompanying materials
+# are licensed and made available under the terms and conditions of the BSD License
+# which accompanies this distribution.  The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php.
+#
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#
+#------------------------------------------------------------------------------
 
        .text
        .align 2
index 66710e46ccb9d8b9fc846ef447fd7c12ec50459d..a894cd7ee997eb3d59596cb20b8a1a7a26c619e1 100644 (file)
@@ -5,7 +5,7 @@
 # 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
+# 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
index b0ad55cd7a86c7e496bcef614f07b7ca4b5fac9a..3346ee86787870f2623c86274eea3ec0dc85ad08 100644 (file)
@@ -5,7 +5,7 @@
 ; 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
+; 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
index 4aeb9c3838702ac9d5961ade4ee152ffc0d0ddb4..8eae61b270631b982cf6e1a4b1cbd141f4c18ed8 100644 (file)
@@ -5,7 +5,7 @@
 ; 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
+; 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
index 6621a25c97e7bc5c99ceffe521b5fc0d5f3bc340..ac3ac95766c85258eb77ceb3f720cb8e83f6cf04 100644 (file)
@@ -3,7 +3,7 @@
   \r
   volatile was added to work around optimization issues.\r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   Portions copyright (c) 2008 - 2009, Apple Inc. 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
@@ -25,7 +25,7 @@
 \r
   If the Buffer is NULL, then ASSERT().\r
 \r
-  @param  Buffer  Pointer to a 16-bit value that may be unaligned.\r
+  @param  Buffer  The pointer to a 16-bit value that may be unaligned.\r
 \r
   @return The 16-bit value read from Buffer.\r
 \r
@@ -56,7 +56,7 @@ ReadUnaligned16 (
 \r
   If the Buffer is NULL, then ASSERT().\r
 \r
-  @param  Buffer  Pointer to a 16-bit value that may be unaligned.\r
+  @param  Buffer  The pointer to a 16-bit value that may be unaligned.\r
   @param  Value   16-bit value to write to Buffer.\r
 \r
   @return The 16-bit value to write to Buffer.\r
@@ -85,7 +85,7 @@ WriteUnaligned16 (
 \r
   If the Buffer is NULL, then ASSERT().\r
 \r
-  @param  Buffer  Pointer to a 24-bit value that may be unaligned.\r
+  @param  Buffer  The pointer to a 24-bit value that may be unaligned.\r
 \r
   @return The 24-bit value read from Buffer.\r
 \r
@@ -113,7 +113,7 @@ ReadUnaligned24 (
 \r
   If the Buffer is NULL, then ASSERT().\r
 \r
-  @param  Buffer  Pointer to a 24-bit value that may be unaligned.\r
+  @param  Buffer  The pointer to a 24-bit value that may be unaligned.\r
   @param  Value   24-bit value to write to Buffer.\r
 \r
   @return The 24-bit value to write to Buffer.\r
@@ -141,7 +141,7 @@ WriteUnaligned24 (
 \r
   If the Buffer is NULL, then ASSERT().\r
 \r
-  @param  Buffer  Pointer to a 32-bit value that may be unaligned.\r
+  @param  Buffer  The pointer to a 32-bit value that may be unaligned.\r
 \r
   @return The 32-bit value read from Buffer.\r
 \r
@@ -200,7 +200,7 @@ WriteUnaligned32 (
 \r
   If the Buffer is NULL, then ASSERT().\r
 \r
-  @param  Buffer  Pointer to a 64-bit value that may be unaligned.\r
+  @param  Buffer  The pointer to a 64-bit value that may be unaligned.\r
 \r
   @return The 64-bit value read from Buffer.\r
 \r
@@ -231,7 +231,7 @@ ReadUnaligned64 (
 \r
   If the Buffer is NULL, then ASSERT().\r
 \r
-  @param  Buffer  Pointer to a 64-bit value that may be unaligned.\r
+  @param  Buffer  The pointer to a 64-bit value that may be unaligned.\r
   @param  Value   64-bit value to write to Buffer.\r
 \r
   @return The 64-bit value to write to Buffer.\r
index 2495e768041a37d713d636e0b60d68b8b01496ad..9b7d875664bde21bcd1b573557467db411a1abfa 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Base Library CPU Functions for EBC\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, 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
+  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
@@ -80,7 +80,7 @@ EnableInterrupts (
 /**\r
   Retrieves the current CPU interrupt state.\r
 \r
-  Returns TRUE is interrupts are currently enabled. Otherwise\r
+  Returns TRUE means interrupts are currently enabled. Otherwise,\r
   returns FALSE.\r
 \r
   @retval TRUE  CPU interrupts are enabled.\r
index 26bf0ad34b0d9de72e97e41b07434f68fd8ed2b8..4c0dba55d52f63c2591bd55cf2e2b801218c7cb5 100644 (file)
@@ -8,7 +8,7 @@
   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
+  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
index 7925c4f44b80174efe21e3dcb75e81bf0730b4d8..a6df173fe747c80d677d6edbd5f13fcc3184a947 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Switch Stack functions.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, 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
+  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
@@ -35,7 +35,7 @@
                       function.\r
   @param  NewStack    A pointer to the new stack to use for the EntryPoint\r
                       function.\r
-  @param  Marker      VA_LIST marker for the variable argument list.\r
+  @param  Marker      VA_LIST marker for the variable argument list.\r
 \r
 **/\r
 VOID\r
index 372a4d83551266b6e2e3ef067e581db141013dc4..8f73ed4f6967f65e24e179a7f773626b0f449ab9 100644 (file)
@@ -4,7 +4,7 @@
 # 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
+# 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
index 8ee717d54a693c62bfc82de539de82c703464200..9d53969bb670adc5e338b8eb802b3d5cd37606f7 100644 (file)
@@ -4,7 +4,7 @@
 ; 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
+; 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
index 3607df31865b4d177c4b436380cbffc93604791a..754b25f511cdbed81d14b6ff2c061017527ec448 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
@@ -25,7 +25,7 @@
   @param  Operand The 64-bit operand to shift right.\r
   @param  Count   The number of bits to shift right.\r
 \r
-  @return Operand arithmetically shifted right by Count\r
+  @return Operand arithmetically shifted right by Count.\r
 \r
 **/\r
 UINT64\r
index 891ae698b413c5bd2066ab839c13a1a9ec9aba5b..e4364055e8ee3f3d9bf9ebfc1c47a732f738a0d0 100644 (file)
@@ -3,7 +3,7 @@
 ; 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
+; 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
index b2884f25c81ea3871a8c6f02536faa8095720716..f5df7f2883c699e5e9a02052e8a59830014d4f4d 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index 5723d89d9ec402c0b1e5196242f8f02a7793afaf..b3b71a3d20265cfdccfaafc514fa30c12e494f7a 100644 (file)
@@ -4,7 +4,7 @@
 # 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
+# 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
index c1eb60423d8132e9769dab942ffad908f52f3bcc..0141cb2ca4635424927e247ebdd081d113843e16 100644 (file)
@@ -4,7 +4,7 @@
 ; 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
+; 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
index 1954a381263670c0f160690f3bf2863014e62aee..09487f77f273899bd3d0b0ff5fd72353c5df9b4e 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   AsmCpuid function.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, 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
+  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
 \r
   @param  Index         The 32-bit value to load into EAX prior to invoking the CPUID\r
                         instruction.\r
-  @param  RegisterEax   Pointer to the 32-bit EAX value returned by the CPUID\r
+  @param  RegisterEax   A pointer to the 32-bit EAX value returned by the CPUID\r
                         instruction. This is an optional parameter that may be NULL.\r
-  @param  RegisterEbx   Pointer to the 32-bit EBX value returned by the CPUID\r
+  @param  RegisterEbx   A pointer to the 32-bit EBX value returned by the CPUID\r
                         instruction. This is an optional parameter that may be NULL.\r
-  @param  RegisterEcx   Pointer to the 32-bit ECX value returned by the CPUID\r
+  @param  RegisterEcx   A pointer to the 32-bit ECX value returned by the CPUID\r
                         instruction. This is an optional parameter that may be NULL.\r
-  @param  RegisterEdx   Pointer to the 32-bit EDX value returned by the CPUID\r
+  @param  RegisterEdx   A pointer to the 32-bit EDX value returned by the CPUID\r
                         instruction. This is an optional parameter that may be NULL.\r
 \r
   @return Index.\r
index 60fac3dd2f008559d9138f254d8ea9bc21ca2889..80fb510798bf74ee28053ac5eb9cdd37d9b7f5dd 100644 (file)
@@ -4,7 +4,7 @@
 # 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
+# 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
index 1216d6d62f6257378393495754a3375f8d91e178..879dd76ba2e920e7c813da4ed14ff6294923f79b 100644 (file)
@@ -4,7 +4,7 @@
 ; 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
+; 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
index 52da73e1cb135bdbc9a6596dcba14cd6ef75c149..9f6463d1ea09aa60c8f791fe25e16d8a73564603 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   AsmCpuidEx function.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, 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
+  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
                         CPUID instruction.\r
   @param  SubIndex      The 32-bit value to load into ECX prior to invoking the\r
                         CPUID instruction.\r
-  @param  RegisterEax   Pointer to the 32-bit EAX value returned by the CPUID\r
+  @param  RegisterEax   A pointer to the 32-bit EAX value returned by the CPUID\r
                         instruction. This is an optional parameter that may be\r
                         NULL.\r
-  @param  RegisterEbx   Pointer to the 32-bit EBX value returned by the CPUID\r
+  @param  RegisterEbx   A pointer to the 32-bit EBX value returned by the CPUID\r
                         instruction. This is an optional parameter that may be\r
                         NULL.\r
-  @param  RegisterEcx   Pointer to the 32-bit ECX value returned by the CPUID\r
+  @param  RegisterEcx   A pointer to the 32-bit ECX value returned by the CPUID\r
                         instruction. This is an optional parameter that may be\r
                         NULL.\r
-  @param  RegisterEdx   Pointer to the 32-bit EDX value returned by the CPUID\r
+  @param  RegisterEdx   A pointer to the 32-bit EDX value returned by the CPUID\r
                         instruction. This is an optional parameter that may be\r
                         NULL.\r
 \r
index c4505034b4189a7bf42ff85194023d39da473c88..7a5aef59d5bed74f44a37871129e6a3db2663fec 100644 (file)
@@ -3,7 +3,7 @@
 ; 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
+; 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
index 45f43afb27eec13b234d522f1990e8a7d1825aef..056dde4ebe6a1142b988ee7dfff25d44757d49e6 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index 253d23272e65f27778f4a12e10c5394fc9aefc90..5f86da44947fec5f0b9db4e9fc1afc412c41967d 100644 (file)
@@ -4,7 +4,7 @@
 # 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
+# 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
index b1d9b1a63aa2b972fa23ca2344f659ffddc827bd..1d1c9e060778c563d575f92a274bffbc7159f770 100644 (file)
@@ -4,7 +4,7 @@
 ; 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
+; 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
index 603801b2be9609ac74237153c2cc4e3fecab4d6e..dbfb4290903c93d5911b2fac0e635dac6c90f5bf 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index f6a7fc5d212e9ee1a67aef60b126ea809140260b..823d0dd016245ac5b9098565e80049f946892fc4 100644 (file)
@@ -4,7 +4,7 @@
 ; 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
+; 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
index 4a28a66ca05c10682b8768821870b88ed571210a..d30ab5d50481d194b402de293413aeda566f7197 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index 72cbf4b87494ffba3228ce9f44314318a5cf39e0..c6daf6ac87e9bb94d97559a9762360955735825c 100644 (file)
@@ -4,7 +4,7 @@
 # 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
+# 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
index 2bdceb75d83ac3b5ad6c046bee7ebc2571c83db0..5a3887e33aa40eb238be501c97f1ebe5c14ab9f2 100644 (file)
@@ -4,7 +4,7 @@
 ; 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
+; 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
index 98e690c531449c90fcc5e0923637ecf378ee9e96..26e9bd57cf5acedf6118a213cb37f7474910348c 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index 6d1535242fe6452f7d03facb70ba5996998897ae..e7fe9e28b65e40b2a450088d0f4a84be14598eb8 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index ce514621ea331d35712cd5bc6e6c78c3f516e94c..5d3f4529457d65356f125af163d78b8e1597019c 100644 (file)
@@ -4,7 +4,7 @@
 # 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
+# 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
index 6a1c52e1224f800458dddc2a6c40fa6805244e2c..b4793837a8bc11358d584c31ab916f628fb3f108 100644 (file)
@@ -4,7 +4,7 @@
 ; 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
+; 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
index 70af6027c6d9613c4cf1515fb9f461bbfdfdfa6a..3c3620ba609a5316a7203f3bb0992cd5f88176cd 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Calculate the quotient of a 64-bit integer by a 32-bit integer\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, 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
+  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
@@ -23,7 +23,7 @@
   unsigned value Divisor and generates a 64-bit unsigned quotient. This\r
   function returns the 64-bit unsigned quotient.\r
 \r
-   @param  Dividend  A 64-bit unsigned value.\r
+  @param  Dividend  A 64-bit unsigned value.\r
   @param  Divisor   A 32-bit unsigned value.\r
 \r
   @return Dividend / Divisor\r
index 0ef3514d3a8304057b2f4c64f5dd2f7cb77590c5..d9eb8e9e11ffa093f18d3226552d2374ce22686e 100644 (file)
@@ -4,7 +4,7 @@
 # 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
+# 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
index 1634ef478e29d05cd694363b2196e71463a33257..30b041763b87ac63c4a30ae5f0028f30c7ff886e 100644 (file)
@@ -4,7 +4,7 @@
 ; 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
+; 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
index 1dd7ac1243fdf7629daf33ef5e29a8585790a5ae..87eef8bb26a1592546a83655bb06d5bea60a0eac 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index 80206c403aa08c75ca4d91a915c03bde72d15113..44fedc0ffb4fb7127c5a2f568c70db860c436445 100644 (file)
@@ -4,7 +4,7 @@
 # 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
+# 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
index 34d8a93125d1621562a943927ca257358355eb84..98dddb067b2c44f716f3b75ee52db78e10841ff1 100644 (file)
@@ -4,7 +4,7 @@
 ; 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
+; 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
index 673d9d8e0ca306414f2dbd06dfee45594b6dac79..bc3aa2fc1d00d1b2658c4b8e3edac058dba53864 100644 (file)
@@ -4,7 +4,7 @@
 # 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
+# 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
index 43dd0ae46ca383aaaa8350a704e3d596e2715177..238431c0713d87b000f07835e8d0e031875bcc92 100644 (file)
@@ -4,7 +4,7 @@
 ; 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
+; 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
index 608234755d5a40e221751d296f0a96f7131e5ca5..ec4ea45f5b553ec563140d622a92b98befc4b8e1 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index 6eb0a8461dbd44ed9dbd914c211e145ccab2bd3c..bc89c258b77b6e59ffe43fa8a03e0597df47eb56 100644 (file)
@@ -4,7 +4,7 @@
 # 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
+# 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
index cf8e157d0239dab86a8215ced04b3cfb2466052f..e54f14e9fd9cf6c36058f69ac85dbdb76ec12137 100644 (file)
@@ -4,7 +4,7 @@
 ; 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
+; 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
index 2ff4813614d624f1c5fb0c99f7088d160bb792ea..d085d8d8cbfa133e8b141c12ecb31864c876da2d 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index f61f979f0c2591cbb91f8a240d72dee179402e7a..3caf7ec68f46efa56869a3c55e9bd80a391758d7 100644 (file)
@@ -4,7 +4,7 @@
 # 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
+# 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
index 853682048664c2777cf130a452d1d101a15977aa..58fc72d6a4c8da3a99a76d07676eb8de6cb032bb 100644 (file)
@@ -4,7 +4,7 @@
 ; 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
+; 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
index d10ded641745210c4b9963031e46966f9ddeaea6..f2f64301672f0c3ec3a898cd520ec94f84a17d63 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index d50875f34035b496ad18dbd42e165859c4bf929b..1a168c9cd9a44f1ffa9184b98d4f3e5c06a97552 100644 (file)
@@ -4,7 +4,7 @@
 # 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
+# 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
index 500746227135240675885bf90f3f97914945c74a..e8db4b241adbf7c8a28b31e812d30726d65497b0 100644 (file)
@@ -4,7 +4,7 @@
 ; 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
+; 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
index b6db82a2ece3f2404af40f8eade78f5ae3eb5112..d0c2e9471f89045f1ab2cb40861d520295a4434c 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index 0af46939678173afb58bb08908dacbdbb1b90dcd..3adf55a08a9570a499cf999bc453338c1c3b86d2 100644 (file)
@@ -4,7 +4,7 @@
 # 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
+# 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
index a01210a9e896ae4dac3e0b4e74b0e6f9521d16fb..5cc1d6baf2cc93a139118ac45f4e6442d4f693c0 100644 (file)
@@ -4,7 +4,7 @@
 ; 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
+; 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
index cef4a6d6d15bb488330e365eee9b3680a3530289..124d7610609da78c88ab02a1a2654b2cf2970d7b 100644 (file)
@@ -4,7 +4,7 @@
 ; 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
+; 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
index 0935411996e0d8ba3d54372c9ef48bb4d80a569c..3b3a43324edd2fe832ac2a0d28f6c50724e78282 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index fde674fe0cee2509317c071da6e3570db1db54c7..5b773d6137f0806040e202bf3040ea5e41edcb2b 100644 (file)
@@ -4,7 +4,7 @@
 ; 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
+; 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
index ef910a1a0859fda80ef062e4a103b2fc5bd31e59..695cbfd0f241f11186ca4e5ca97f2d457768cf85 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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
index 1eee3f2c454d9becbb4e63d27201fe9319094860..417106a11c19395d607da5f4c837d080ff294259 100644 (file)
@@ -4,7 +4,7 @@
 ; 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
+; 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
index b1d5e9f4a8b67e315f8cdddd9619b96738ad6de0..6d49f86c2e95294cdd45eda05cadef8030d1f14d 100644 (file)
@@ -5,7 +5,7 @@
   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
+  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