]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Clean up: update "EFI" to "UEFI" if applicable.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 22 Nov 2007 06:00:39 +0000 (06:00 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 22 Nov 2007 06:00:39 +0000 (06:00 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4317 6f19259b-4bc3-4df7-8a09-765794883524

61 files changed:
IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h
IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c
IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLibInternals.h
IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.c
IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DataHubStatusCodeWorker.c
IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.h
IntelFrameworkModulePkg/Universal/StatusCode/Dxe/SerialStatusCodeWorker.c
IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.h
IntelFrameworkModulePkg/Universal/StatusCode/Pei/SerialStatusCodeWorker.c
IntelFrameworkPkg/Include/Framework/DxeCis.h
IntelFrameworkPkg/Include/Protocol/PciPlatform.h
MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
MdeModulePkg/Core/Dxe/Dispatcher/dependency.c
MdeModulePkg/Core/Dxe/DxeMain.h
MdeModulePkg/Core/Dxe/Event/event.c
MdeModulePkg/Include/Protocol/LoadPe32Image.h
MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c
MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c
MdeModulePkg/Universal/DebugPortDxe/DebugPort.c
MdeModulePkg/Universal/Disk/PartitionDxe/Gpt.c
MdePkg/Include/Guid/FileInfo.h
MdePkg/Include/Guid/FileSystemInfo.h
MdePkg/Include/Guid/FileSystemVolumeLabelInfo.h
MdePkg/Include/Guid/Mps.h
MdePkg/Include/Guid/SmBios.h
MdePkg/Include/Protocol/BlockIo.h
MdePkg/Include/Protocol/BusSpecificDriverOverride.h
MdePkg/Include/Protocol/DeviceIo.h
MdePkg/Include/Protocol/DevicePath.h
MdePkg/Include/Protocol/DiskIo.h
MdePkg/Include/Protocol/DriverConfiguration.h
MdePkg/Include/Protocol/DriverDiagnostics.h
MdePkg/Include/Protocol/LoadFile.h
MdePkg/Include/Protocol/LoadedImage.h
MdePkg/Include/Protocol/PciRootBridgeIo.h
MdePkg/Include/Protocol/PlatformDriverOverride.h
MdePkg/Include/Protocol/RealTimeClock.h
MdePkg/Include/Protocol/Reset.h
MdePkg/Include/Protocol/Runtime.h
MdePkg/Include/Protocol/SerialIo.h
MdePkg/Include/Protocol/SimpleFileSystem.h
MdePkg/Include/Protocol/SimpleNetwork.h
MdePkg/Include/Protocol/SimplePointer.h
MdePkg/Include/Protocol/SimpleTextIn.h
MdePkg/Include/Protocol/SimpleTextOut.h
MdePkg/Include/Protocol/UgaDraw.h
MdePkg/Include/Protocol/UgaIo.h
MdePkg/Include/Protocol/UnicodeCollation.h
MdePkg/Include/Protocol/Variable.h
MdePkg/Include/Protocol/VariableWrite.h
MdePkg/Library/BasePeCoffLib/BasePeCoff.c
MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c
MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLibInternals.h
Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c
Nt32Pkg/Library/EdkGenericBdsLib/BdsBoot.c
Nt32Pkg/Library/EdkGenericBdsLib/BdsConnect.c
Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c
Nt32Pkg/PlatformBdsDxe/BdsPlatform.c
Nt32Pkg/PlatformBdsDxe/Generic/BdsEntry.c
Nt32Pkg/WinNtGopDxe/WinNtGop.h
Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c

index 533df317ff7cef1729012f0181e58edec1a41de9..b26189c941de4b445f848589b6ce388c97a347fe 100644 (file)
@@ -52,7 +52,7 @@ OemHookStatusCodeInitialize (
 \r
   @param  CallerId      This optional parameter may be used to identify the caller. \r
                         This parameter allows the status code driver to apply different rules to different callers. \r
-                        Type EFI_GUID is defined in InstallProtocolInterface() in the EFI 1.10 Specification.\r
+                        Type EFI_GUID is defined in InstallProtocolInterface() in the UEFI 2.0 Specification.\r
 \r
 \r
   @param  Data          This optional parameter may be used to pass additional data\r
index a489288761685a082c67559075571d8a072c17d6..510ca90ae3ae1126a576736d1c9e70ce6dd707d1 100644 (file)
@@ -705,7 +705,7 @@ Returns:
   }\r
   //\r
   // The length of the field 'Position Set Code Length Array Size' in Block Header.\r
-  // For EFI 1.1 de/compression algorithm(Version 1), mPBit = 4\r
+  // For UEFI 2.0 de/compression algorithm(Version 1), mPBit = 4\r
   // For Tiano de/compression algorithm(Version 2), mPBit = 5\r
   //\r
   switch (Version) {\r
index c83d79ef0f925f1d2c586fe0196308b7d638310b..a1eb9d587c0bd025ed7e3b58fbcb1adb5ed5154c 100644 (file)
@@ -72,7 +72,7 @@ typedef struct {
 \r
   //\r
   // The length of the field 'Position Set Code Length Array Size' in Block Header.\r
-  // For EFI 1.1 de/compression algorithm, mPBit = 4\r
+  // For UEFI 2.0 de/compression algorithm, mPBit = 4\r
   // For Tiano de/compression algorithm, mPBit = 5\r
   //\r
   UINT8   mPBit;\r
index 76a1bd76135342656af49bf3c7a2e98cb1e67468..b9df977052deb9e96198d04b207c84052d4be9d6 100644 (file)
@@ -52,7 +52,7 @@ OemHookStatusCodeInitialize (
 \r
   @param  CallerId      This optional parameter may be used to identify the caller. \r
                         This parameter allows the status code driver to apply different rules to different callers. \r
-                        Type EFI_GUID is defined in InstallProtocolInterface() in the EFI 1.10 Specification.\r
+                        Type EFI_GUID is defined in InstallProtocolInterface() in the UEFI 2.0 Specification.\r
 \r
 \r
   @param  Data          This optional parameter may be used to pass additional data\r
index c14dfc8d33c2d0b4239bffd22e8cdb1810234f69..0936c093eba2a2fa0f26581370e6c5483e0f7496 100644 (file)
@@ -173,7 +173,7 @@ ReleaseRecord (
 \r
   @param  CallerId      This optional parameter may be used to identify the caller.\r
                         This parameter allows the status code driver to apply different rules to different callers.\r
-                        Type EFI_GUID is defined in InstallProtocolInterface() in the EFI 1.10 Specification.\r
+                        Type EFI_GUID is defined in InstallProtocolInterface() in the UEFI 2.0 Specification.\r
 \r
 \r
   @param  Data          This optional parameter may be used to pass additional data\r
index 4bcb2482a0f2fe65f8a0f5557b3b5fe9452dd567..429e760a2f3cbc6caf44a2eda97f5e4dd080ed44 100644 (file)
@@ -132,7 +132,7 @@ EfiSerialStatusCodeInitializeWorker (
 \r
   @param  CallerId      This optional parameter may be used to identify the caller.\r
                         This parameter allows the status code driver to apply different rules to different callers.\r
-                        Type EFI_GUID is defined in InstallProtocolInterface() in the EFI 1.10 Specification.\r
+                        Type EFI_GUID is defined in InstallProtocolInterface() in the UEFI 2.0 Specification.\r
 \r
 \r
   @param  Data          This optional parameter may be used to pass additional data\r
@@ -226,7 +226,7 @@ DataHubStatusCodeInitializeWorker (
 \r
   @param  CallerId      This optional parameter may be used to identify the caller.\r
                         This parameter allows the status code driver to apply different rules to different callers.\r
-                        Type EFI_GUID is defined in InstallProtocolInterface() in the EFI 1.10 Specification.\r
+                        Type EFI_GUID is defined in InstallProtocolInterface() in the UEFI 2.0 Specification.\r
 \r
 \r
   @param  Data          This optional parameter may be used to pass additional data\r
index 567bacaa8a4828000e38da880ad379b6a7b3a413..3aa4a10a6400205b708dfa7b3b4b9e37490c5a40 100644 (file)
@@ -64,7 +64,7 @@ EfiSerialStatusCodeInitializeWorker (
 \r
   @param  CallerId      This optional parameter may be used to identify the caller. \r
                         This parameter allows the status code driver to apply different rules to different callers. \r
-                        Type EFI_GUID is defined in InstallProtocolInterface() in the EFI 1.10 Specification.\r
+                        Type EFI_GUID is defined in InstallProtocolInterface() in the UEFI 2.0 Specification.\r
 \r
 \r
   @param  Data          This optional parameter may be used to pass additional data\r
index c7350d86ad04f430d0549b2dcaf8cb7f87e8b845..960de8fd918195959a301a14ccc7c66c51b59f4d 100644 (file)
@@ -58,7 +58,7 @@
 \r
   @param  CallerId      This optional parameter may be used to identify the caller.\r
                         This parameter allows the status code driver to apply different rules to different callers.\r
-                        Type EFI_GUID is defined in InstallProtocolInterface() in the EFI 1.10 Specification.\r
+                        Type EFI_GUID is defined in InstallProtocolInterface() in the UEFI 2.0 Specification.\r
 \r
 \r
   @param  Data          This optional parameter may be used to pass additional data\r
index a23eca0049b45ee67bff2100a5faa74132c2005c..4000f372a1a905cf08327f9cf61f17768751828c 100644 (file)
@@ -38,7 +38,7 @@
 \r
   @param  CallerId      This optional parameter may be used to identify the caller.\r
                         This parameter allows the status code driver to apply different rules to different callers.\r
-                        Type EFI_GUID is defined in InstallProtocolInterface() in the EFI 1.10 Specification.\r
+                        Type EFI_GUID is defined in InstallProtocolInterface() in the UEFI 2.0 Specification.\r
 \r
 \r
   @param  Data          This optional parameter may be used to pass additional data\r
index 9c5a28ea51247048bf98352d073e5daa155c63ab..f86ba26e4062ee6c3dfe698029540e545bf8043a 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Include file that supportes Framework extension to the EFI 1.10 spec.\r
+  Include file that supportes Framework extension to the UEFI 2.0 spec.\r
 \r
   This include file must only contain things defined in the Framework\r
   specifications. If a code construct is defined in the Framework specification\r
@@ -66,7 +66,7 @@ typedef struct {
   EFI_RESET_SYSTEM              ResetSystem;\r
 \r
   //\r
-  // Framework extension to EFI 1.10 runtime table\r
+  // Framework extension to UEFI 2.0 runtime table\r
   // It was moved to a protocol to not conflict with UEFI 2.0\r
   //\r
   EFI_REPORT_STATUS_CODE        ReportStatusCode;\r
index 87a02889ee93c1d793714a871333fcd938fdc9e6..2db71ebc14d337ffc431738cfc19204625f54e2a 100644 (file)
@@ -143,7 +143,7 @@ EFI_STATUS
   The GetPciRom() function gets the PCI device's option ROM from a platform-specific location.\r
   The option ROM will be loaded into memory. This member function is used to return an image\r
   that is packaged as a PCI 2.2 option ROM. The image may contain both legacy and EFI option\r
-  ROMs. See the EFI 1.10 Specification for details. This member function can be used to return\r
+  ROMs. See the UEFI 2.0 Specification for details. This member function can be used to return\r
   option ROM images for embedded controllers. Option ROMs for embedded controllers are typically\r
   stored in platform-specific storage, and this member function can retrieve it from that storage\r
   and return it to the PCI bus driver. The PCI bus driver will call this member function before\r
index da0555d8f938259f0c3c3f72aaa9dfd15d9bc75b..0529d36d7944d0db7574b12da16c14daf67dc4b3 100644 (file)
@@ -244,7 +244,7 @@ Returns:
       DriverEntry->DepexProtocolError = TRUE;\r
     } else {\r
       //\r
-      // If no Depex assume EFI 1.1 driver model\r
+      // If no Depex assume UEFI 2.0 driver model\r
       //\r
       DriverEntry->Depex = NULL;\r
       DriverEntry->Dependent = TRUE;\r
index 7c2093b61d4d6cd583314709d82c3e14c7b4443e..84c44a10ee94ed6071dd05c3d2d0f24844237980 100644 (file)
@@ -280,7 +280,7 @@ Returns:
 \r
   if (DriverEntry->Depex == NULL) {\r
     //\r
-    // A NULL Depex means treat the driver like an EFI 1.0 thing.\r
+    // A NULL Depex means treat the driver like an UEFI 2.0 thing.\r
     //\r
     Status = CoreAllEfiServicesAvailable ();\r
     if (EFI_ERROR (Status)) {\r
index b4da26a63d962157f31b6ca623ac4b821c9de0d9..16b7d8c10c762b16122ac4518a0a5b31bebfac37 100644 (file)
@@ -595,7 +595,7 @@ CoreExitBootServices (
 \r
 Routine Description:\r
 \r
-  EFI 1.0 API to terminate Boot Services\r
+  UEFI 2.0 API to terminate Boot Services\r
 \r
 Arguments:\r
 \r
index b3ba71de810bc1de2089c7c8466f130156c264ea..c4d6eeb5531ff17f41fe3dd0d59d045b5f204c84 100644 (file)
@@ -330,7 +330,7 @@ Returns:
   Function = NotifyFunction;\r
 \r
   //\r
-  // Convert EFI 1.10 Events to thier UEFI 2.0 CreateEventEx mapping\r
+  // Convert EFI 1.10 Events to their UEFI 2.0 CreateEventEx mapping\r
   //\r
   if (Type == EVT_SIGNAL_EXIT_BOOT_SERVICES) {\r
     GuidPtr = &gEfiEventExitBootServicesGuid;\r
index 1ea29896b8114045f89ca0320d30917c2eaffce0..155604d5df679fa011db2e941338eba955a3445c 100644 (file)
@@ -13,13 +13,13 @@ Module Name:
   LoadPe32Image.h\r
 \r
 Abstract:\r
-  Load File protocol as defined in the EFI 1.0 specification.\r
+  Load File protocol.\r
 \r
   Load file protocol exists to supports the addition of new boot devices,\r
   and to support booting from devices that do not map well to file system.\r
   Network boot is done via a LoadFile protocol.\r
 \r
-  EFI 1.0 can boot from any device that produces a LoadFile protocol.\r
+  UEFI 2.0 can boot from any device that produces a LoadFile protocol.\r
 \r
 --*/\r
 \r
index 00bb438bbdea3a9e7e4dbc725605dee6788fe71c..ee96eabdd6a0fea6e3596e39f09bf7cd0ab99c17 100644 (file)
@@ -1,7 +1,7 @@
 /**@file\r
   This is the main routine for initializing the Graphics Console support routines.\r
 Remaining Tasks\r
-  Add all standard Glyphs from EFI 1.02 Specification\r
+  Add all standard Glyphs from UEFI 2.0 Specification\r
   Implement optimal automatic Mode creation algorithm\r
   Solve palette issues for mixed graphics and text\r
   When does this protocol reset the palette?\r
index 4b3eb370237499f882ca953c2f7dfbbddb3d8af3..a4ad034989ceaa13906bd941ffb89ec82f2a510b 100644 (file)
@@ -1160,7 +1160,7 @@ Symbols used in table below
   ^   = CTRL\r
 \r
 +=========+======+===========+==========+==========+\r
-|         | EFI  | EFI 1.10  |          |          |\r
+|         | EFI  | UEFI 2.0  |          |          |\r
 |         | Scan |           |  VT100+  |          |\r
 |   KEY   | Code |  PC ANSI  |  VTUTF8  |   VT100  |\r
 +=========+======+===========+==========+==========+\r
index 86e0b851ed745348753673e19b3a04f8852305b6..e3e47302a3086df2d1e336a2fe55e179d991854a 100644 (file)
@@ -500,7 +500,7 @@ Routine Description:
   EFI_UNSUPPORTED\r
 \r
 Arguments:\r
-  Per EFI 1.10 driver model\r
+  Per UEFI 2.0 driver model\r
   \r
 Returns:\r
   EFI_UNSUPPORTED\r
index 00f5ec06e02bea8b784f4a9a25d954dcc7159e76..7dcb9b45b2f1fadb6068cf92fc7e84dc38d21b82 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Decode a hard disk partitioned with the GPT scheme in the EFI 1.0\r
+  Decode a hard disk partitioned with the GPT scheme in the UEFI 2.0\r
   specification.\r
 \r
   Copyright (c) 2006 - 2007, Intel Corporation                                              \r
index d36a39c24a18f39b59d2da4297c44b25929b0345..31c9c739515428b4bf3d05267f3ac3791ec636df 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
-  SimpleFileSystem guid and data structure as defined in the EFI 1.0 specification.\r
+  SimpleFileSystem guid and data structure as defined in the UEFI 2.0 specification.\r
 \r
   The SimpleFileSystem protocol is the programatic access to the FAT (12,16,32) \r
-  file system specified in EFI 1.0. It can also be used to abstract any \r
+  file system specified in UEFI 2.0. It can also be used to abstract any \r
   file system other than FAT.\r
 \r
-  EFI 1.0 can boot from any valid EFI image contained in a SimpleFileSystem\r
+  UEFI 2.0 can boot from any valid EFI image contained in a SimpleFileSystem\r
 \r
   Copyright (c) 2006, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
index 6088d3ab4fc7762e9635f7f1aa008a202c4bbcf0..a965fb503627d6d74b7d22cc0cd7dd8e355c24a5 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  FileSystemInfo guid and data structure as defined in the EFI 1.0 specification.\r
+  FileSystemInfo guid and data structure as defined in the UEFI 2.0 specification.\r
 \r
   Copyright (c) 2006, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
index cb94aaaca2455fb4d7fb5686259097396939a407..6413ee7da076368f797ecb8e911adaf005385cd6 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  FileSystemVolumeLabelInfo guid and data structure as defined in the EFI 1.0 specification.\r
+  FileSystemVolumeLabelInfo guid and data structure as defined in the UEFI 2.0 specification.\r
 \r
   Copyright (c) 2006, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
index f14c32cc5f950bf671625a45b66c98da5cfd3852..169ec9d09edb638f8f15e39f64c6c8e22c61438d 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  GUIDs used for MPS entries in the EFI 1.0 system table\r
+  GUIDs used for MPS entries in the UEFI 2.0 system table\r
   ACPI is the primary means of exporting MP information to the OS. MPS obly was\r
   included to support Itanium-based platform power on. So don't use it if you don't have too.\r
 \r
index 7efd15427bf2b0bf5bf0f0df0aac2a64c6c4e3fb..98cd4ed22f05ce79c012cfa9b9e5fe5878be567d 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  GUIDs used to locate the SMBIOS tables in the EFI 1.0 system table.\r
+  GUIDs used to locate the SMBIOS tables in the UEFI 2.0 system table.\r
 \r
   This GUID in the system table is the only legal way to search for and \r
   locate the SMBIOS tables. Do not search the 0xF0000 segment to find SMBIOS\r
index f349cd65eeb0f959203aa226baed4ace91b2ce33..2654976aa6acdc5fd0e59387dcd5b6520d0da071 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Block IO protocol as defined in the EFI 1.0 specification.\r
+  Block IO protocol as defined in the UEFI 2.0 specification.\r
 \r
   The Block IO protocol is used to abstract block devices like hard drives,\r
   DVD-ROMs and floppy drives.\r
index 1251236ac86a84f99d99f06e6d42691a1414986d..73af98686ccb620fdc849f91575b5a0efaa3da15 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Bus Specific Driver Override protocol as defined in the EFI 1.1 specification.\r
+  Bus Specific Driver Override protocol as defined in the UEFI 2.0 specification.\r
 \r
   Copyright (c) 2006, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
index 0138b7a24735da97f532613f53e9f93c490a8077..760ca9b471e68718c34b24bc462f042c7567ef7c 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Device IO protocol as defined in the EFI 1.0 specification.\r
+  Device IO protocol as defined in the EFI 1.10 specification.\r
 \r
   Device IO is used to abstract hardware access to devices. It includes\r
   memory mapped IO, IO, PCI Config space, and DMA.\r
index 524a3912d2a2bd928cd23da653c990b9b8acdd0d..2ca008ac65fbbbd6ca2a61abe7ae11e1aa923f75 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  The device path protocol as defined in EFI 1.0.\r
+  The device path protocol as defined in UEFI 2.0.\r
 \r
   The device path represents a programatic path to a device. It's the view\r
   from a software point of view. It also must persist from boot to boot, so \r
index 0bf53cbb3d439d7db6bebd480a1e03bdab09cb7c..c499c84c3823404894f4080e4c0d1d4044e8ebc2 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Disk IO protocol as defined in the EFI 1.0 specification.\r
+  Disk IO protocol as defined in the UEFI 2.0 specification.\r
 \r
   The Disk IO protocol is used to convert block oriented devices into byte\r
   oriented devices. The Disk IO protocol is intended to layer on top of the\r
index 34f1a641dd627e0b19069571086902b5cd73fc49..7f10318f9db310aeb8ca0660f73c08d75bb07583 100644 (file)
@@ -18,7 +18,7 @@
 #include <Protocol/DriverConfiguration2.h>\r
 \r
 //\r
-// Global ID for the Driver Configuration Protocol defined in EFI 1.10\r
+// Global ID for the Driver Configuration Protocol defined in UEFI 2.0\r
 //\r
 #define EFI_DRIVER_CONFIGURATION_PROTOCOL_GUID \\r
   { \\r
index 3270f766b8faeb3eeb08bb246cb7e9e91ad89e6c..d04bf4917a7ecf76de7618e48b1f8c9e8559f547 100644 (file)
@@ -16,7 +16,7 @@
 #define __EFI_DRIVER_DIAGNOSTICS_H__\r
 \r
 //\r
-// Global ID for the Driver Diagnostics Protocol as defined in EFI 1.10.\r
+// Global ID for the Driver Diagnostics Protocol as defined in UEFI 2.0.\r
 //\r
 #define EFI_DRIVER_DIAGNOSTICS_PROTOCOL_GUID \\r
   { \\r
index 43a9e3a0c8eb23c0cf5914d4606bc67df2b352e8..6414382518999cfea025e739255c0964a421f2bc 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
-  Load File protocol as defined in the EFI 1.0 specification.\r
+  Load File protocol as defined in the UEFI 2.0 specification.\r
 \r
   Load file protocol exists to supports the addition of new boot devices, \r
   and to support booting from devices that do not map well to file system. \r
   Network boot is done via a LoadFile protocol.\r
 \r
-  EFI 1.0 can boot from any device that produces a LoadFile protocol.\r
+  UEFI 2.0 can boot from any device that produces a LoadFile protocol.\r
 \r
   Copyright (c) 2006, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
index c94cb77a08490bd6b799abc3a801d6846f2cd6eb..93b5a45afe1b3438a33bbd0618435b288021b0fc 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  EFI 1.0 Loaded image protocol definition.\r
+  UEFI 2.0 Loaded image protocol definition.\r
 \r
   Every EFI driver and application is passed an image handle when it is loaded.\r
   This image handle will contain a Loaded Image Protocol.\r
index fddadd01c07476cffca3951dd987d1137c68a027..8b39f661b37e808242966e9638d0495c5ffe060c 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  PCI Root Bridge I/O protocol as defined in the EFI 1.1 specification.\r
+  PCI Root Bridge I/O protocol as defined in the UEFI 2.0 specification.\r
 \r
   PCI Root Bridge I/O protocol is used by PCI Bus Driver to perform PCI Memory, PCI I/O, \r
   and PCI Configuration cycles on a PCI Root Bridge. It also provides services to perform \r
index 9138c8756a241bffde33249b6eaa8e8093b4855c..895849ce4217e89130e125019ee9b39a801ad7aa 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Platform Driver Override protocol as defined in the EFI 1.1 specification.\r
+  Platform Driver Override protocol as defined in the UEFI 2.1 specification.\r
 \r
   Copyright (c) 2006, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
index 15b5d22e3bfb3cf593230868a072c85511465f6d..a44fbaf1d37428f0b3029087da185cf7df9e09af 100644 (file)
@@ -4,7 +4,7 @@
   This code abstracts time and data functions. Used to provide\r
   Time and date related EFI runtime services.\r
 \r
-  The GetTime (), SetTime (), GetWakeupTime (), and SetWakeupTime () EFI 1.0\r
+  The GetTime (), SetTime (), GetWakeupTime (), and SetWakeupTime () UEFI 2.0\r
   services are added to the EFI system table and the \r
   EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL_GUID protocol is registered with a NULL \r
   pointer.\r
index 0159cd1f8e818e5382029f52adaf9d052aba4767..3e7ee4460130e5fee344ff957bdb1b915a033c6c 100644 (file)
@@ -3,7 +3,7 @@
 \r
   Used to provide ResetSystem runtime services\r
 \r
-  The ResetSystem () EFI 1.0 service is added to the EFI system table and the \r
+  The ResetSystem () UEFI 2.0 service is added to the EFI system table and the \r
   EFI_RESET_ARCH_PROTOCOL_GUID protocol is registered with a NULL pointer.\r
 \r
   No CRC of the EFI system table is required, as it is done in the DXE core.\r
index 401aceca6c765b7dcab6a7be8413918cc9106e56..a58b7f52427e065724d595960fc3d8b833af63c6 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Runtime Architectural Protocol as defined in DXE CIS\r
 \r
-  This code is used to produce the EFI 1.0 runtime virtual switch over\r
+  This code is used to produce the UEFI 2.0 runtime virtual switch over\r
 \r
   This driver must add SetVirtualAddressMap () and ConvertPointer () to\r
   the EFI system table. This driver is not responcible for CRCing the \r
index 59da19fbcfc51e411125efd6200bea4523f157ba..5dd3aa17b9f582f60e7c615c2963bdbbb38d17c0 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Serial IO protocol as defined in the EFI 1.0 specification.\r
+  Serial IO protocol as defined in the UEFI 2.0 specification.\r
 \r
   Abstraction of a basic serial device. Targeted at 16550 UART, but\r
   could be much more generic.\r
index 172f0e2add7a771018ba999d237cddece6a6f1ca..725958dd040086be2a8f93e2c52c4954d1e0cf88 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
-  SimpleFileSystem protocol as defined in the EFI 1.0 specification.\r
+  SimpleFileSystem protocol as defined in the UEFI 2.0 specification.\r
 \r
   The SimpleFileSystem protocol is the programatic access to the FAT (12,16,32) \r
-  file system specified in EFI 1.0. It can also be used to abstract a file  \r
+  file system specified in UEFI 2.0. It can also be used to abstract a file  \r
   system other than FAT.\r
 \r
-  EFI 1.0 can boot from any valid EFI image contained in a SimpleFileSystem\r
+  UEFI 2.0 can boot from any valid EFI image contained in a SimpleFileSystem\r
 \r
   Copyright (c) 2006, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
index 5a77a335957d9e176c86f9e70b5195efd096b010..ad873f188d9f1d0ca9c65ad792752905ec807b1d 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Simple Network protocol as defined in the EFI 1.0 specification.\r
+  Simple Network protocol as defined in the UEFI 2.0 specification.\r
 \r
   Basic network device abstraction.\r
 \r
index 1061ff0cf8752c1daceffebd97f0433be92dbb06..35839b936f9faf2d816eaf62d437f472dd954f11 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Simple Pointer protocol from the EFI 1.1 specification.\r
+  Simple Pointer protocol from the UEFI 2.0 specification.\r
 \r
   Abstraction of a very simple pointer device like a mice or tracekballs.\r
 \r
index 0e1e82b50c32e1863196ce3c1326905b55733988..bdbb0f04563581d8ad78497345160979cb370f9a 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Simple Text In protocol from the EFI 1.0 specification.\r
+  Simple Text In protocol from the UEFI 2.0 specification.\r
 \r
   Abstraction of a very simple input device like a keyboard or serial\r
   terminal.\r
index df7f0674ded37def2e2ed159ad1f9b9879a2ccbb..ffe1272e5a58703eea6c8f6306f46d1addcf4d27 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Simple Text Out protocol from the EFI 1.0 specification.\r
+  Simple Text Out protocol from the UEFI 2.0 specification.\r
 \r
   Abstraction of a very simple text based output device like VGA text mode or\r
   a serial terminal. The Simple Text Out protocol instance can represent\r
index 3532f8e2884b7f9e1d4aced2d03a494424b1c135..42fe5c7ee2ae60669fdb3776dbcabccf7875131f 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  UGA Draw protocol from the EFI 1.1 specification.\r
+  UGA Draw protocol from the EFI 1.10 specification.\r
 \r
   Abstraction of a very simple graphics device.\r
 \r
index 02654051afea36893669b9eb47909df0448ec2e7..4d3d9b3c76267e3f25cc2f29a531fb3d5fccc53d 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  UGA IO protocol from the EFI 1.1 specification.\r
+  UGA IO protocol from the EFI 1.10 specification.\r
 \r
   Abstraction of a very simple graphics device.\r
   \r
index b5e0abc473f8c41a0ca325f9423278cd171363fd..f516bd4f88c1f8d9b6ba1da15eab2e4a004ee2ac 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Unicode Collation protocol that follows the EFI 1.0 specification.\r
+  Unicode Collation protocol that follows the UEFI 2.0 specification.\r
 \r
   Copyright (c) 2006, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
index b1c33202a55a647dd54462c0cc75aa7c0400946b..c6e90c8b0ba66909e3cd235de2b35c2bc2e2ef4e 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
   Variable Architectural Protocol as defined in the DXE CIS\r
 \r
-  This code is used to produce the EFI 1.0 runtime variable services\r
+  This code is used to produce the UEFI 2.0 runtime variable services\r
 \r
-  The GetVariable (), GetNextVariableName (), and SetVariable () EFI 1.0 \r
+  The GetVariable (), GetNextVariableName (), and SetVariable () UEFI 2.0 \r
   services are added to the EFI system table and the \r
   EFI_VARIABLE_ARCH_PROTOCOL_GUID protocol is registered with a NULL pointer.\r
 \r
index 36a6241d53257fa1c6ef1a5cadb9c2f1d85ad1d3..7621549b4b1cb89e353a08916200fb8d08f50370 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
   Variable Write Architectural Protocol as defined in the DXE CIS\r
 \r
-  This code is used to produce the EFI 1.0 runtime variable services\r
+  This code is used to produce the UEFI 2.0 runtime variable services\r
 \r
-  The SetVariable () EFI 1.0 services may be updated to the EFI system table and the \r
+  The SetVariable () UEFI 2.0 services may be updated to the EFI system table and the \r
   EFI_VARIABLE_WRITE_ARCH_PROTOCOL_GUID protocol is registered with a NULL pointer.\r
 \r
   No CRC of the EFI system table is required, as it is done in the DXE core.\r
index dbdb5ab869aa8e9af1792c8895dbf8636d362d0b..6d06c7e2a6848a7f19264da90d67a4d6519fdda5 100644 (file)
@@ -1284,7 +1284,7 @@ PeCoffLoaderRelocateImageForRuntime (
 \r
       case EFI_IMAGE_REL_BASED_HIGHADJ:\r
         //\r
-        // Not implemented, but not used in EFI 1.0\r
+        // Not implemented, but not used in UEFI 2.0\r
         //\r
         ASSERT (FALSE);\r
         break;\r
index db891262ce00c0ce524aab43237a907b480e42ae..fefa765d7e1da045e46e0c6fcfb825a35c36b538 100644 (file)
@@ -768,7 +768,7 @@ UefiDecompress (
   }\r
   //\r
   // The length of the field 'Position Set Code Length Array Size' in Block Header.\r
-  // For EFI 1.1 de/compression algorithm(Version 1), mPBit = 4\r
+  // For UEFI 2.0 de/compression algorithm(Version 1), mPBit = 4\r
   // For Tiano de/compression algorithm(Version 2), mPBit = 5\r
   //\r
   Sd->mPBit     = 4;\r
index 0ac399694277e8101d19664422baad3e5f40784e..84638866b5e55dd7d059ff13702ec2958d163862 100644 (file)
@@ -63,7 +63,7 @@ typedef struct {
 \r
   ///\r
   /// The length of the field 'Position Set Code Length Array Size' in Block Header.\r
-  /// For EFI 1.1 de/compression algorithm, mPBit = 4\r
+  /// For UEFI 2.0 de/compression algorithm, mPBit = 4\r
   /// For Tiano de/compression algorithm, mPBit = 5\r
   ///\r
   UINT8   mPBit;\r
index e5fee0331c5f1eac7171e22aec711aaf7ede0af1..3f765cc312720efa00c6f1a159a0aadb1fb93429 100644 (file)
@@ -100,7 +100,7 @@ OemHookStatusCodeInitialize (
 \r
   @param  CallerId      This optional parameter may be used to identify the caller.\r
                         This parameter allows the status code driver to apply different rules to different callers.\r
-                        Type EFI_GUID is defined in InstallProtocolInterface() in the EFI 1.10 Specification.\r
+                        Type EFI_GUID is defined in InstallProtocolInterface() in the UEFI 2.0 Specification.\r
 \r
 \r
   @param  Data          This optional parameter may be used to pass additional data\r
index 2c97bb0525ec4ad7be34b4da6e8060ff40e29181..a8078b4b7af8af0ba8031631b1b7b66d00169e2b 100644 (file)
@@ -90,7 +90,7 @@ BdsLibBootViaBootOption (
 \r
 Routine Description:\r
 \r
-  Process the boot option follow the EFI 1.1 specification and\r
+  Process the boot option follow the UEFI 2.0 specification and\r
   special treat the legacy boot option with BBS_DEVICE_PATH.\r
 \r
 Arguments:\r
@@ -197,7 +197,7 @@ Returns:
     BdsLibRegisterNewOption (&TempBootLists, DevicePath, L"EFI Internal Shell", L"BootOrder"); \r
   }\r
 \r
-  DEBUG ((EFI_D_INFO | EFI_D_LOAD, "Booting EFI 1.1 way %S\n", Option->Description));\r
+  DEBUG ((EFI_D_INFO | EFI_D_LOAD, "Booting UEFI 2.0 way %S\n", Option->Description));\r
 \r
   Status = gBS->LoadImage (\r
                   TRUE,\r
index 6362c20b70aa9d2b0033c4f0680b1bd12233a2a2..c2f541e532639b5d8389a830b22e84063e643405 100644 (file)
@@ -342,7 +342,7 @@ Returns:
 \r
   do {\r
     //\r
-    // Connect All EFI 1.10 drivers following EFI 1.10 algorithm\r
+    // Connect All UEFI 2.0 drivers following UEFI 2.0 algorithm\r
     //\r
     BdsLibConnectAllEfi ();\r
 \r
index 46588fc11b64b21a40ae7fb3d457e257d518429d..d192cfb1dfd3afc1906dcdc705274ba20acc248f 100644 (file)
@@ -109,7 +109,7 @@ OemHookStatusCodeInitialize (
 \r
   @param  CallerId      This optional parameter may be used to identify the caller.\r
                         This parameter allows the status code driver to apply different rules to different callers.\r
-                        Type EFI_GUID is defined in InstallProtocolInterface() in the EFI 1.10 Specification.\r
+                        Type EFI_GUID is defined in InstallProtocolInterface() in the UEFI 2.0 Specification.\r
 \r
 \r
   @param  Data          This optional parameter may be used to pass additional data\r
index 50af22f047a6240b58a3fe40a356635af564b769..104265c685e84994abd62f5c30985208bdbd90a1 100644 (file)
@@ -422,7 +422,7 @@ PlatformBdsBootSuccess (
 Routine Description:\r
   \r
   Hook point after a boot attempt succeeds. We don't expect a boot option to\r
-  return, so the EFI 1.0 specification defines that you will default to an\r
+  return, so the UEFI 2.0 specification defines that you will default to an\r
   interactive mode and stop processing the BootOrder list in this case. This\r
   is alos a platform implementation and can be customized by IBV/OEM.\r
 \r
index 6979db006c80a501ff4aba5573ced08e8fbc2673..d5e0c4349b73a41633fd157b34829bbf1b27c0af 100644 (file)
@@ -317,7 +317,7 @@ Returns:
   PlatformBdsInit (PrivateData);\r
 \r
   //\r
-  // Set up the device list based on EFI 1.1 variables\r
+  // Set up the device list based on UEFI 2.0 variables\r
   // process Driver#### and Load the driver's in the\r
   // driver option list\r
   //\r
index ac4defe11cb6e655fd1808d5a5278b54a5b10de3..cd52bc175ad2bb5172f464a753d0080ee42c364c 100644 (file)
@@ -222,7 +222,7 @@ WinNtGopDestructor (
 ;\r
 \r
 //\r
-// EFI 1.1 driver model prototypes for Win NT GOP\r
+// UEFI 2.0 driver model prototypes for Win NT GOP\r
 //\r
 \r
 \r
index 58ddb1c6568e7d4cdc30f498d4d4ab76bb02450a..f951e87dfe09065c06065314f1a61ba14ac4069d 100644 (file)
@@ -16,7 +16,7 @@ Module Name:
 Abstract:\r
 \r
   This file produces the graphics abstration of GOP. It is called by\r
-  WinNtGopDriver.c file which deals with the EFI 1.1 driver model.\r
+  WinNtGopDriver.c file which deals with the UEFI 2.0 driver model.\r
   This file just does graphics.\r
 \r
 \r