]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Avoid using code name in comments.
authorniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Oct 2011 05:44:28 +0000 (05:44 +0000)
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Oct 2011 05:44:28 +0000 (05:44 +0000)
Signed-off-by: niruiyu
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12552 6f19259b-4bc3-4df7-8a09-765794883524

29 files changed:
EdkCompatibilityPkg/Compatibility/AcpiVariableHobOnSmramReserveHobThunk/AcpiVariableHobOnSmramReserveHobThunk.c
EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/DeviceIoOnPciRootBridgeIoThunk.c
EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/DeviceIoOnPciRootBridgeIoThunk.inf
EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk/DxeSmmReadyToLockOnExitPmAuthThunk.c
EdkCompatibilityPkg/Compatibility/PciCfgOnPciCfg2Thunk/PciCfgOnPciCfg2Thunk.inf
EdkCompatibilityPkg/Foundation/Framework/Include/TianoSpecError.h
EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Event.c
EdkCompatibilityPkg/Foundation/Library/Dxe/Include/EfiDriverLib.h
EdkCompatibilityPkg/Foundation/Library/Dxe/Include/EfiRuntimeLib.h
EdkCompatibilityPkg/Foundation/Library/Dxe/Include/EfiSmmDriverLib.h
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/EntryPoints/EdkIIGlueDxeDriverEntryPoint.c
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/EntryPoints/EdkIIGluePeimEntryPoint.c
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/EntryPoints/EdkIIGlueSmmDriverEntryPoint.c
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/AutoGen.h
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Common/EdkIIGlueDefinitionChangesBase.h
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Common/EdkIIGlueDependencies.h
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/DxeDepex.h
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/EdkIIGlueBase.h
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/EdkIIGlueDxe.h
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/EdkIIGlueUefi.h
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/EdkIIGlueDebugLib.h
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/PeimDepex.h
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeHobLib/DxeHobLib.inf
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/EdkDxeRuntimeDriverLib.inf
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/SmmRuntimeDxeReportStatusCodeLib.inf
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/UefiNotTiano.c
EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Event.c

index 42e5787a9da36b024ebb0ab17293b1e7e1ae8388..2d342d841e5603988f28b43503f3ea3c56ef9d55 100644 (file)
@@ -51,7 +51,7 @@ GetSrmamHobData (
 \r
 /**\r
   This routine will split SmramReserve hob to reserve 1 page for SMRAM content in S3 phase\r
-  for R9 SMM core.\r
+  for PI SMM core.\r
   \r
   @retval EFI_SUCCESS           The gEfiSmmPeiSmramMemoryReserveGuid is splited successfully.\r
   @retval EFI_NOT_FOUND         The gEfiSmmPeiSmramMemoryReserveGuid is not found.\r
@@ -108,7 +108,7 @@ SplitSmramReserveHob (
 \r
   ASSERT (SmramRanges >= 1);\r
   //\r
-  // Copy last entry to the end - we assume TSEG is last entry, which is same assumption as R8 CPU/SMM driver\r
+  // Copy last entry to the end - we assume TSEG is last entry, which is same assumption as Framework CPU/SMM driver\r
   //\r
   CopyMem (&NewDescriptorBlock->Descriptor[SmramRanges], &NewDescriptorBlock->Descriptor[SmramRanges - 1], sizeof(EFI_SMRAM_DESCRIPTOR));\r
 \r
@@ -126,7 +126,7 @@ SplitSmramReserveHob (
   NewDescriptorBlock->Descriptor[SmramRanges].PhysicalSize  -= EFI_PAGE_SIZE;\r
 \r
   //\r
-  // Now, we have created SmramReserve Hob for SmmAccess drive. But the issue is that, R8 SmmAccess will assume there is 2 SmramReserve region only.\r
+  // Now, we have created SmramReserve Hob for SmmAccess drive. But the issue is that, Framework SmmAccess will assume there is 2 SmramReserve region only.\r
   // Reporting 3 SmramReserve region will cause buffer overflow. Moreover, we would like to filter AB-SEG or H-SEG to avoid SMM cache-poisoning issue.\r
   // So we uses scan SmmReserve Hob to remove AB-SEG or H-SEG.\r
   //\r
@@ -170,7 +170,7 @@ SplitSmramReserveHob (
 \r
 /**\r
   This routine will create AcpiVariable hob to point the reserved smram in S3 phase\r
-  for R9 SMM core.\r
+  for PI SMM core.\r
   \r
   @retval EFI_SUCCESS           The gEfiAcpiVariableGuid is created successfully.\r
   @retval EFI_NOT_FOUND         The gEfiSmmPeiSmramMemoryReserveGuid is not found.\r
@@ -233,7 +233,7 @@ AcpiVariableHobEntry (
   EFI_STATUS              Status;\r
 \r
   //\r
-  // Split SmramReserve hob, which is required for R9 SMM Core for S3.\r
+  // Split SmramReserve hob, which is required for PI SMM Core for S3.\r
   //\r
   Status = SplitSmramReserveHob ();\r
   if (EFI_ERROR (Status)) {\r
@@ -241,7 +241,7 @@ AcpiVariableHobEntry (
   }\r
 \r
   //\r
-  // Create AcpiVariable hob, which is required for R9 SMM Core for S3.\r
+  // Create AcpiVariable hob, which is required for PI SMM Core for S3.\r
   //\r
   Status = CreateAcpiVariableHob ();\r
 \r
index 160cac205cd524ef941861e6dcdc8efda0bec3a0..5171a66b0a8fffde4f1246c9212f7e944e69a45a 100644 (file)
@@ -7,12 +7,12 @@ drivers/apps that may have used Device I/O.
 Device I/O is on list of deprecated protocols for UEFI 2.0 and later.\r
 This module module layers Device I/O on top of PCI Root Bridge I/O (Segment 0)\r
  Use if:\r
-   There are no R8.x modules present that produces Device I/O\r
+   There are no EDK modules present that produces Device I/O\r
    EFI drivers included that consume Device I/O\r
    Platform required to support EFI drivers that consume Device I/O\r
    Platform required to support EFI applications that consume Device I/O\r
 \r
-Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2008 - 2011, 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
index 19981acd80b5952b3e084b02966967b9ec30a6d9..6faa4a178fd068e31246ae48c333c4fc32a0f867 100644 (file)
@@ -4,12 +4,12 @@
 # Device I/O is on list of deprecated protocols for UEFI 2.0 and later.\r
 # This module layers Device I/O on top of PCI Root Bridge I/O (Segment 0)\r
 # Use if:\r
-#   There are no R8.x modules present that produces Device I/O\r
+#   There are no EDK modules present that produces Device I/O\r
 #   EFI drivers included that consume Device I/O\r
 #   Platform required to support EFI drivers that consume Device I/O\r
 #   Platform required to support EFI applications that consume Device I/O\r
 #\r
-# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
index 6625231ba1ed15a735091009ce1c442cdd0680ce..51ea68eeedfc40564aea86344703671aed1503a7 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
   DxeSmmReadyToLock Protocol on ExitPmAuth Protocol Thunk driver.\r
-  R8 platform uses ExitPmAuth point to lock SMRAM and SMM API.\r
-  But R9 uses DxeSmmReadyToLock. We need a thunk driver to convert this event.\r
+  EDK platform uses ExitPmAuth point to lock SMRAM and SMM API.\r
+  But EDKII uses DxeSmmReadyToLock. We need a thunk driver to convert this event.\r
 \r
-Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
 \r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions\r
@@ -37,7 +37,7 @@ ExitPmAuthProtocolNotification (
 \r
   //\r
   // Add more check to locate protocol after got event, because\r
-  // R8 ECP will signal this event immediately once it is register\r
+  // ECP will signal this event immediately once it is register\r
   // just in case it is already installed.\r
   //\r
   Status = gBS->LocateProtocol (\r
index 5f540c0344078177fb3bf6229e054c9103d20404..167080562b915eb01eda8ec130a99ce8b14b6c53 100644 (file)
@@ -7,7 +7,7 @@
 # This module produces PciCfgPpi on top of PciCfgPpi2. This module is used on platform when both of\r
 # these two conditions are true:\r
 # 1) Framework module is present that consumes PCI CFG  AND\r
-# 2) R9 module is present that produces PCI CFG2 but not PCI CFG\r
+# 2) EDKII module is present that produces PCI CFG2 but not PCI CFG\r
 #\r
 # The Usage of this module is rare since EDK II module IntelFrameworkModulePkg\Universal\PcatSingleSegmentPciCfgPei\PcatSingleSegmentPciCfgPei.inf\r
 # that produce PCI CFG2 can also produce PCI CFG by setting Pcd Feature Flag gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfgDisable\r
index dbefc8e926a49ff33c4b9b8546566c73b3629c89..4539520ab5584358316c603ae7b2ef60f4d36ba4 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -27,7 +27,7 @@ Abstract:
 \r
 //\r
 // Tiano added a couple of return types. These are owned by UEFI specification\r
-// and Tiano can not use them. Thus for UEFI 2.0/R8.6 support we moved the values\r
+// and Tiano can not use them. Thus for UEFI 2.0 support we moved the values\r
 // to a UEFI OEM extension range to conform to UEFI specification.\r
 //\r
 #if (EFI_SPECIFICATION_VERSION < 0x00020000)\r
index f42bc5bfb41b490960c24308500b27d0ae155653..643ba7152ca390def2f83f19c4566b7c502180cb 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -229,7 +229,7 @@ Routine Description:
   This was bad as Tiano did not own the enum. In UEFI 2.0 CreateEventEx was\r
   added and now it's possible to not voilate the UEFI specification by \r
   declaring a GUID for the legacy boot event class. This library supports\r
-  the R8.5/EFI 1.10 form and R8.6/UEFI 2.0 form and allows common code to \r
+  the EFI 1.10 form and UEFI 2.0 form and allows common code to \r
   work both ways.\r
 \r
 Arguments:\r
@@ -308,7 +308,7 @@ Routine Description:
   This was bad as Tiano did not own the enum. In UEFI 2.0 CreateEventEx was\r
   added and now it's possible to not voilate the UEFI specification and use \r
   the ready to boot event class defined in UEFI 2.0. This library supports\r
-  the R8.5/EFI 1.10 form and R8.6/UEFI 2.0 form and allows common code to \r
+  the EFI 1.10 form and UEFI 2.0 form and allows common code to \r
   work both ways.\r
 \r
 Arguments:\r
index c417242552662a9a451d3b9abbac96ab3f467256..f28f209fb14500cead9d8c29c272568f0b166b95 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -1124,8 +1124,7 @@ Routine Description:
   This was bad as Tiano did not own the enum. In UEFI 2.0 CreateEventEx was\r
   added and now it's possible to not voilate the UEFI specification by \r
   declaring a GUID for the legacy boot event class. This library supports\r
-  the R8.5/EFI 1.10 form and R8.6/UEFI 2.0 form and allows common code to \r
-  work both ways.\r
+  the EFI 1.10 form and UEFI 2.0 form and allows common code to work both ways.\r
 \r
 Arguments:\r
   LegacyBootEvent  Returns the EFI event returned from gBS->CreateEvent(Ex)\r
@@ -1154,8 +1153,7 @@ Routine Description:
   This was bad as Tiano did not own the enum. In UEFI 2.0 CreateEventEx was\r
   added and now it's possible to not voilate the UEFI specification and use \r
   the ready to boot event class defined in UEFI 2.0. This library supports\r
-  the R8.5/EFI 1.10 form and R8.6/UEFI 2.0 form and allows common code to \r
-  work both ways.\r
+  the EFI 1.10 form and UEFI 2.0 form and allows common code to work both ways.\r
 \r
 Arguments:\r
   @param LegacyBootEvent  Returns the EFI event returned from gBS->CreateEvent(Ex)\r
index c984880f9917f6800182aea12a5a4fb1fd2ee381..e130492a7e59ba27bd275e66f06c95b168c7903a 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -1699,8 +1699,7 @@ Routine Description:
   This was bad as Tiano did not own the enum. In UEFI 2.0 CreateEventEx was\r
   added and now it's possible to not voilate the UEFI specification by \r
   declaring a GUID for the legacy boot event class. This library supports\r
-  the R8.5/EFI 1.10 form and R8.6/UEFI 2.0 form and allows common code to \r
-  work both ways.\r
+  the EFI 1.10 form and UEFI 2.0 form and allows common code to work both ways.\r
 \r
 Arguments:\r
   LegacyBootEvent  Returns the EFI event returned from gBS->CreateEvent(Ex)\r
@@ -1729,8 +1728,7 @@ Routine Description:
   This was bad as Tiano did not own the enum. In UEFI 2.0 CreateEventEx was\r
   added and now it's possible to not voilate the UEFI specification and use \r
   the ready to boot event class defined in UEFI 2.0. This library supports\r
-  the R8.5/EFI 1.10 form and R8.6/UEFI 2.0 form and allows common code to \r
-  work both ways.\r
+  the EFI 1.10 form and UEFI 2.0 form and allows common code to work both ways.\r
 \r
 Arguments:\r
   ReadyToBootEvent  Returns the EFI event returned from gBS->CreateEvent(Ex)\r
index 0642d3a3cc069be81b2c6ba87aa769b228a510b5..f1e8471a1ac6e3b62913c3bb76244a5b9ef06d1d 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -174,8 +174,7 @@ Routine Description:
   This was bad as Tiano did not own the enum. In UEFI 2.0 CreateEventEx was\r
   added and now it's possible to not voilate the UEFI specification by \r
   declaring a GUID for the legacy boot event class. This library supports\r
-  the R8.5/EFI 1.10 form and R8.6/UEFI 2.0 form and allows common code to \r
-  work both ways.\r
+  the EFI 1.10 form and UEFI 2.0 form and allows common code to work both ways.\r
 \r
 Arguments:\r
   LegacyBootEvent  Returns the EFI event returned from gBS->CreateEvent(Ex)\r
@@ -204,8 +203,7 @@ Routine Description:
   This was bad as Tiano did not own the enum. In UEFI 2.0 CreateEventEx was\r
   added and now it's possible to not voilate the UEFI specification and use \r
   the ready to boot event class defined in UEFI 2.0. This library supports\r
-  the R8.5/EFI 1.10 form and R8.6/UEFI 2.0 form and allows common code to \r
-  work both ways.\r
+  the EFI 1.10 form and UEFI 2.0 form and allows common code to work both ways.\r
 \r
 Arguments:\r
   ReadyToBootEvent  Returns the EFI event returned from gBS->CreateEvent(Ex)\r
index be5bf00f7c8eee4d8caa861fd509f3da2c97caed..58ee6e076a30c12b0ffcb933abb1317a263e4091 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -691,7 +691,7 @@ EfiMain (
 #endif\r
 \r
 //\r
-// Guids not present in R8.6 code base\r
+// Guids not present in EDK code base\r
 //\r
 \r
 //\r
index 60b9c5ae8fee5edde4be628aafd755749cf871e4..1144cc00cb97951daf5b75ada5b9d629b3a1b155 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -119,7 +119,7 @@ EfiMain (
 }\r
 \r
 //\r
-// Guids not present in R8.6 code base\r
+// Guids not present in EDK code base\r
 //\r
 \r
 //\r
index 13cddfbe1df3f8ba9c38162ac7030c80e3df756c..781eb860f7d7c6659c51c699a23f860bf9724f85 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -438,7 +438,7 @@ EfiMain (
 }\r
 \r
 //\r
-// Guids not present in R8.6 code base\r
+// Guids not present in EDK code base\r
 //\r
 \r
 //\r
index 2bfc91bcab834d46284bb0bdbec562b5add5cb30..93dca90174c0febc9db10c6b8c849b7c8e909ab3 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -16,9 +16,9 @@ Module Name:
   \r
 Abstract: \r
 \r
-  This file is supposed to be used by a .dxe file. To write common .dxs file for R8.x \r
-  and R9, a header file named AutoGen.h musted be present. In R8.x-GlueLib code base, \r
-  this AutoGen.h plays the role as the AutoGen.h in R9. Here the AutoGen.h isn't auto-generated \r
+  This file is supposed to be used by a .dxe file. To write common .dxs file for EDK\r
+  and EDKII, a header file named AutoGen.h musted be present. In EDK-GlueLib code base, \r
+  this AutoGen.h plays the role as the AutoGen.h in EDKII. Here the AutoGen.h isn't auto-generated \r
   by any tool.\r
 \r
 --*/\r
index 1705d47f34bcb37486d122471f0e132e31295858..e303d5f4f933d91d74eec8067c69ab8ef086526c 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -104,7 +104,7 @@ typedef EFI_GUID GUID;
 #define TPL_HIGH_LEVEL                                EFI_TPL_HIGH_LEVEL\r
 \r
 //\r
-// Typos in R8.x\r
+// Typos in EDK\r
 //\r
 #define gEfiHobMemoryAllocModuleGuid        gEfiHobMemeryAllocModuleGuid\r
 #define gEfiHobMemoryAllocStackGuid         gEfiHobMemeryAllocStackGuid\r
index 321e5fb0ec5befe8e0ede605ced98a27f1379aea..b5f8230be9ad7b171e5a1a41eead2586c07fc271 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -26,7 +26,7 @@ Abstract:
 #include "EdkIIGlueProcessorBind.h"\r
 \r
 //\r
-// Declarations of dependencies among EdkII Glue Library instances and R8 Libraries\r
+// Declarations of dependencies among EDKII Glue Library instances and EDK Libraries\r
 // Pay attention to the order of following #define structures\r
 //\r
 \r
index af8d87e55cce8113a7678229165307898473f1a9..60c9325625825e15f678b2330bdb7d56f09ea269 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -16,7 +16,7 @@ Module Name:
   \r
 Abstract: \r
 \r
-  This file is used by .dxs file. To write common .dxs for R8.x and R9, a \r
+  This file is used by .dxs file. To write common .dxs for EDK and EDKII, a \r
   header file named DxeDepex.h musted be present. \r
 \r
 --*/\r
index be284e8513097efe87eca32b0e835fee2b3898b2..696364a4d9c8794cddc2d4bf46ec8c8e73bdeaaf 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -49,7 +49,7 @@ Abstract:
 #include "EdkIIGlueProcessorBind.h"\r
 \r
 //\r
-// Some Status Code data type definitions are in TianoSpecTypes.h in R8.5\r
+// Some Status Code data type definitions are in TianoSpecTypes.h in EDK\r
 //\r
 #if (TIANO_RELEASE_VERSION <= 0x00080005)\r
 #include "TianoSpecTypes.h"\r
@@ -57,7 +57,7 @@ Abstract:
 #include "EfiStatusCode.h"\r
 \r
 //\r
-// R8.x Library headers used by EdkII Glue Libraries\r
+// EDK Library headers used by EdkII Glue Libraries\r
 //\r
 #include "LinkedList.h"\r
 #include "EfiCommonLib.h"\r
index d647bf3623b6e552367ed2d79f78c5c450d8181f..0e1e340ec96b34eba41b673f99b9dd183b0c7a73 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -238,7 +238,7 @@ Abstract:
 #endif\r
 \r
 //\r
-// R8.x Library headers used by EdkII Glue Libraries\r
+// EDK Library headers used by EDKII Glue Libraries\r
 //\r
 #include "EfiDriverLib.h"\r
 #include "EfiCapsule.h"\r
index 8c4e2ae946a9e81f93cdfb6c93489e8084dbb8a0..def6dd12b159895a9233049b6a49a46afaf23678 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -142,7 +142,7 @@ Abstract:
 \r
 #if (TIANO_RELEASE_VERSION > 0x00080005) \r
 //\r
-// Need due to R8.5 Tiano contamination of UEFI enumes. \r
+// Need due to EDK Tiano contamination of UEFI enumes. \r
 // There is a UEFI library that does things the new way and the old way\r
 // This is why these definitions are need in Uefi.h\r
 //\r
@@ -151,7 +151,7 @@ Abstract:
 #endif\r
 \r
 //\r
-// R8.x Library headers used by EdkII Glue Libraries\r
+// EDK Library headers used by EdkII Glue Libraries\r
 //\r
 #include "TianoSpecTypes.h"\r
 #include "TianoSpecApi.h"\r
index 62e07d49fe31a39362f16f652d5157a036b690c5..27e597403e62e7e6fc28ebd352f7ccd411fedec4 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -24,7 +24,7 @@ Abstract:
 #define __EDKII_GLUE_DEBUG_LIB_H__\r
 \r
 //\r
-// To use EdkII code, these R8.x macros are undefined\r
+// To use EDKII code, these EDK macros are undefined\r
 //\r
 #undef ASSERT\r
 #undef DEBUG\r
index aa3b87d90146dd99f759450bc349793a1d06c4de..c87fa4b9c68bf43365fc058f14f6c3252d99dfc1 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -16,7 +16,7 @@ Module Name:
   \r
 Abstract: \r
 \r
-  This file is used by .dxs file. To write common .dxs for R8.x and R9, a \r
+  This file is used by .dxs file. To write common .dxs for EDK and EDKII, a \r
   header file named PeimDepex.h musted be present. \r
 \r
 --*/\r
index 13862e5203f3814bff8b228d7572b06d2efc2b5b..9141bfcad33b9ab44e44220406078bf553f154ce 100644 (file)
@@ -1,6 +1,6 @@
 #/*++\r
 #\r
-# Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2004 - 2011, 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
@@ -54,7 +54,7 @@ COMPONENT_TYPE  = LIBRARY
   EdkIIGlueBaseMemoryLib\r
   EdkIIGlueUefiLib\r
 #\r
-# R8.x Library, GUID needed: gEfiHobListGuid\r
+# EDK Library, GUID needed: gEfiHobListGuid\r
 #  \r
   EdkFrameworkGuidLib\r
 \r
index de1d4c03d5168c77e4c12e0265f7854f71c20a37..cc82863210e3e27a0863d6943a910f6b962caceb 100644 (file)
@@ -1,6 +1,6 @@
 #/*++\r
 #\r
-# Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2004 - 2011, 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
@@ -61,7 +61,7 @@ COMPONENT_TYPE  = LIBRARY
 # when EFI_SPECIFICATION_VERSION < 0x00020000, gRT is used\r
 # \r
   EdkIIGlueUefiRuntimeServicesTableLib\r
-# R8.x lib\r
+# EDK lib\r
   EfiProtocolLib\r
 # Possibly, gEfiCallerIdGuid might be used.\r
   EdkGuidLib\r
index ad486201a14e14eb125276a347938d6995a19cfa..7a2e1365c4a3dab070affb96869205433141e562 100644 (file)
@@ -1,6 +1,6 @@
 #/*++\r
 #\r
-# Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2004 - 2011, 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
@@ -66,7 +66,7 @@ COMPONENT_TYPE  = LIBRARY
   EdkIIGlueBaseLib\r
   EdkIIGlueUefiBootServicesTableLib\r
 #\r
-# R8.x Library\r
+# EDK Library\r
 #  \r
   EfiProtocolLib\r
 \r
index af6a64f346d8a996186d1689fd2da1ed1ea328bb..be7e735a9bd69382f53c55dcee04b14558818f5a 100644 (file)
@@ -1,6 +1,6 @@
 #/*++\r
 #\r
-# Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2004 - 2011, 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
@@ -56,7 +56,7 @@ COMPONENT_TYPE  = LIBRARY
   EdkIIGlueBaseLib\r
   EdkIIGlueBaseMemoryLib\r
 #\r
-# R8.x\r
+# EDK Library\r
 #\r
   EdkFrameworkGuidLib\r
 #\r
index 55f644f0ebb24d3a2520ae5d00265c912d2b6954..4137bb63672223bc4871cc77467477a452ca1c56 100644 (file)
@@ -1,6 +1,6 @@
 #/*++\r
 #\r
-# Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2004 - 2011, 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
@@ -63,7 +63,7 @@ COMPONENT_TYPE  = LIBRARY
 # when EFI_SPECIFICATION_VERSION < 0x00020000, gRT is used\r
 # \r
   EdkIIGlueUefiRuntimeServicesTableLib\r
-# R8.x lib\r
+# EDK lib\r
   EfiProtocolLib\r
 # Possibly, gEfiCallerIdGuid might be used.\r
   EdkGuidLib\r
index bccb35a44b68ad8219577cca4b3c139782c761a4..4a8809b90cba55668d9f1cf33b00515173d0c595 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -19,7 +19,7 @@ Abstract:
 \r
   Help Port Framework/Tinao code that has conflicts with UEFI 2.0 by hiding the\r
   oldconflicts with library functions and supporting implementations of the old \r
-  (R8.5/EFI 1.10) and new (EdkII/UEFI 2.0) way.\r
+  (EFI 1.10) and new (EdkII/UEFI 2.0) way.\r
 \r
 --*/\r
 \r
index 033a0840ac444cc2d84addf41ae23ab30b60453f..e8200af365326c1ddef6e9b5ba8f002d5f65817a 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, 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
@@ -211,8 +211,7 @@ Routine Description:
   This was bad as Tiano did not own the enum. In UEFI 2.0 CreateEventEx was\r
   added and now it's possible to not voilate the UEFI specification by \r
   declaring a GUID for the legacy boot event class. This library supports\r
-  the R8.5/EFI 1.10 form and R8.6/UEFI 2.0 form and allows common code to \r
-  work both ways.\r
+  the EFI 1.10 form and UEFI 2.0 form and allows common code to work both ways.\r
 \r
 Arguments:\r
   LegacyBootEvent  Returns the EFI event returned from gBS->CreateEvent(Ex)\r
@@ -290,8 +289,7 @@ Routine Description:
   This was bad as Tiano did not own the enum. In UEFI 2.0 CreateEventEx was\r
   added and now it's possible to not voilate the UEFI specification and use \r
   the ready to boot event class defined in UEFI 2.0. This library supports\r
-  the R8.5/EFI 1.10 form and R8.6/UEFI 2.0 form and allows common code to \r
-  work both ways.\r
+  the EFI 1.10 form and UEFI 2.0 form and allows common code to work both ways.\r
 \r
 Arguments:\r
   ReadyToBootEvent  Returns the EFI event returned from gBS->CreateEvent(Ex)\r