summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-11-22 06:00:39 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-11-22 06:00:39 +0000
commit8a7d75b0625cffee0c67b85afe56763f93d86481 (patch)
tree45716a8f9a7655991c7982fc7b6dfdb86ca95847 /MdePkg/Include/Protocol
parentd11013980ff815192ca3c280335ee67251302173 (diff)
downloadedk2-8a7d75b0625cffee0c67b85afe56763f93d86481.tar.gz
edk2-8a7d75b0625cffee0c67b85afe56763f93d86481.tar.bz2
edk2-8a7d75b0625cffee0c67b85afe56763f93d86481.zip
Clean up: update "EFI" to "UEFI" if applicable.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4317 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol')
-rw-r--r--MdePkg/Include/Protocol/BlockIo.h2
-rw-r--r--MdePkg/Include/Protocol/BusSpecificDriverOverride.h2
-rw-r--r--MdePkg/Include/Protocol/DeviceIo.h2
-rw-r--r--MdePkg/Include/Protocol/DevicePath.h2
-rw-r--r--MdePkg/Include/Protocol/DiskIo.h2
-rw-r--r--MdePkg/Include/Protocol/DriverConfiguration.h2
-rw-r--r--MdePkg/Include/Protocol/DriverDiagnostics.h2
-rw-r--r--MdePkg/Include/Protocol/LoadFile.h4
-rw-r--r--MdePkg/Include/Protocol/LoadedImage.h2
-rw-r--r--MdePkg/Include/Protocol/PciRootBridgeIo.h2
-rw-r--r--MdePkg/Include/Protocol/PlatformDriverOverride.h2
-rw-r--r--MdePkg/Include/Protocol/RealTimeClock.h2
-rw-r--r--MdePkg/Include/Protocol/Reset.h2
-rw-r--r--MdePkg/Include/Protocol/Runtime.h2
-rw-r--r--MdePkg/Include/Protocol/SerialIo.h2
-rw-r--r--MdePkg/Include/Protocol/SimpleFileSystem.h6
-rw-r--r--MdePkg/Include/Protocol/SimpleNetwork.h2
-rw-r--r--MdePkg/Include/Protocol/SimplePointer.h2
-rw-r--r--MdePkg/Include/Protocol/SimpleTextIn.h2
-rw-r--r--MdePkg/Include/Protocol/SimpleTextOut.h2
-rw-r--r--MdePkg/Include/Protocol/UgaDraw.h2
-rw-r--r--MdePkg/Include/Protocol/UgaIo.h2
-rw-r--r--MdePkg/Include/Protocol/UnicodeCollation.h2
-rw-r--r--MdePkg/Include/Protocol/Variable.h4
-rw-r--r--MdePkg/Include/Protocol/VariableWrite.h4
25 files changed, 30 insertions, 30 deletions
diff --git a/MdePkg/Include/Protocol/BlockIo.h b/MdePkg/Include/Protocol/BlockIo.h
index f349cd65ee..2654976aa6 100644
--- a/MdePkg/Include/Protocol/BlockIo.h
+++ b/MdePkg/Include/Protocol/BlockIo.h
@@ -1,5 +1,5 @@
/** @file
- Block IO protocol as defined in the EFI 1.0 specification.
+ Block IO protocol as defined in the UEFI 2.0 specification.
The Block IO protocol is used to abstract block devices like hard drives,
DVD-ROMs and floppy drives.
diff --git a/MdePkg/Include/Protocol/BusSpecificDriverOverride.h b/MdePkg/Include/Protocol/BusSpecificDriverOverride.h
index 1251236ac8..73af98686c 100644
--- a/MdePkg/Include/Protocol/BusSpecificDriverOverride.h
+++ b/MdePkg/Include/Protocol/BusSpecificDriverOverride.h
@@ -1,5 +1,5 @@
/** @file
- Bus Specific Driver Override protocol as defined in the EFI 1.1 specification.
+ Bus Specific Driver Override protocol as defined in the UEFI 2.0 specification.
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
diff --git a/MdePkg/Include/Protocol/DeviceIo.h b/MdePkg/Include/Protocol/DeviceIo.h
index 0138b7a247..760ca9b471 100644
--- a/MdePkg/Include/Protocol/DeviceIo.h
+++ b/MdePkg/Include/Protocol/DeviceIo.h
@@ -1,5 +1,5 @@
/** @file
- Device IO protocol as defined in the EFI 1.0 specification.
+ Device IO protocol as defined in the EFI 1.10 specification.
Device IO is used to abstract hardware access to devices. It includes
memory mapped IO, IO, PCI Config space, and DMA.
diff --git a/MdePkg/Include/Protocol/DevicePath.h b/MdePkg/Include/Protocol/DevicePath.h
index 524a3912d2..2ca008ac65 100644
--- a/MdePkg/Include/Protocol/DevicePath.h
+++ b/MdePkg/Include/Protocol/DevicePath.h
@@ -1,5 +1,5 @@
/** @file
- The device path protocol as defined in EFI 1.0.
+ The device path protocol as defined in UEFI 2.0.
The device path represents a programatic path to a device. It's the view
from a software point of view. It also must persist from boot to boot, so
diff --git a/MdePkg/Include/Protocol/DiskIo.h b/MdePkg/Include/Protocol/DiskIo.h
index 0bf53cbb3d..c499c84c38 100644
--- a/MdePkg/Include/Protocol/DiskIo.h
+++ b/MdePkg/Include/Protocol/DiskIo.h
@@ -1,5 +1,5 @@
/** @file
- Disk IO protocol as defined in the EFI 1.0 specification.
+ Disk IO protocol as defined in the UEFI 2.0 specification.
The Disk IO protocol is used to convert block oriented devices into byte
oriented devices. The Disk IO protocol is intended to layer on top of the
diff --git a/MdePkg/Include/Protocol/DriverConfiguration.h b/MdePkg/Include/Protocol/DriverConfiguration.h
index 34f1a641dd..7f10318f9d 100644
--- a/MdePkg/Include/Protocol/DriverConfiguration.h
+++ b/MdePkg/Include/Protocol/DriverConfiguration.h
@@ -18,7 +18,7 @@
#include <Protocol/DriverConfiguration2.h>
//
-// Global ID for the Driver Configuration Protocol defined in EFI 1.10
+// Global ID for the Driver Configuration Protocol defined in UEFI 2.0
//
#define EFI_DRIVER_CONFIGURATION_PROTOCOL_GUID \
{ \
diff --git a/MdePkg/Include/Protocol/DriverDiagnostics.h b/MdePkg/Include/Protocol/DriverDiagnostics.h
index 3270f766b8..d04bf4917a 100644
--- a/MdePkg/Include/Protocol/DriverDiagnostics.h
+++ b/MdePkg/Include/Protocol/DriverDiagnostics.h
@@ -16,7 +16,7 @@
#define __EFI_DRIVER_DIAGNOSTICS_H__
//
-// Global ID for the Driver Diagnostics Protocol as defined in EFI 1.10.
+// Global ID for the Driver Diagnostics Protocol as defined in UEFI 2.0.
//
#define EFI_DRIVER_DIAGNOSTICS_PROTOCOL_GUID \
{ \
diff --git a/MdePkg/Include/Protocol/LoadFile.h b/MdePkg/Include/Protocol/LoadFile.h
index 43a9e3a0c8..6414382518 100644
--- a/MdePkg/Include/Protocol/LoadFile.h
+++ b/MdePkg/Include/Protocol/LoadFile.h
@@ -1,11 +1,11 @@
/** @file
- Load File protocol as defined in the EFI 1.0 specification.
+ Load File protocol as defined in the UEFI 2.0 specification.
Load file protocol exists to supports the addition of new boot devices,
and to support booting from devices that do not map well to file system.
Network boot is done via a LoadFile protocol.
- EFI 1.0 can boot from any device that produces a LoadFile protocol.
+ UEFI 2.0 can boot from any device that produces a LoadFile protocol.
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
diff --git a/MdePkg/Include/Protocol/LoadedImage.h b/MdePkg/Include/Protocol/LoadedImage.h
index c94cb77a08..93b5a45afe 100644
--- a/MdePkg/Include/Protocol/LoadedImage.h
+++ b/MdePkg/Include/Protocol/LoadedImage.h
@@ -1,5 +1,5 @@
/** @file
- EFI 1.0 Loaded image protocol definition.
+ UEFI 2.0 Loaded image protocol definition.
Every EFI driver and application is passed an image handle when it is loaded.
This image handle will contain a Loaded Image Protocol.
diff --git a/MdePkg/Include/Protocol/PciRootBridgeIo.h b/MdePkg/Include/Protocol/PciRootBridgeIo.h
index fddadd01c0..8b39f661b3 100644
--- a/MdePkg/Include/Protocol/PciRootBridgeIo.h
+++ b/MdePkg/Include/Protocol/PciRootBridgeIo.h
@@ -1,5 +1,5 @@
/** @file
- PCI Root Bridge I/O protocol as defined in the EFI 1.1 specification.
+ PCI Root Bridge I/O protocol as defined in the UEFI 2.0 specification.
PCI Root Bridge I/O protocol is used by PCI Bus Driver to perform PCI Memory, PCI I/O,
and PCI Configuration cycles on a PCI Root Bridge. It also provides services to perform
diff --git a/MdePkg/Include/Protocol/PlatformDriverOverride.h b/MdePkg/Include/Protocol/PlatformDriverOverride.h
index 9138c8756a..895849ce42 100644
--- a/MdePkg/Include/Protocol/PlatformDriverOverride.h
+++ b/MdePkg/Include/Protocol/PlatformDriverOverride.h
@@ -1,5 +1,5 @@
/** @file
- Platform Driver Override protocol as defined in the EFI 1.1 specification.
+ Platform Driver Override protocol as defined in the UEFI 2.1 specification.
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
diff --git a/MdePkg/Include/Protocol/RealTimeClock.h b/MdePkg/Include/Protocol/RealTimeClock.h
index 15b5d22e3b..a44fbaf1d3 100644
--- a/MdePkg/Include/Protocol/RealTimeClock.h
+++ b/MdePkg/Include/Protocol/RealTimeClock.h
@@ -4,7 +4,7 @@
This code abstracts time and data functions. Used to provide
Time and date related EFI runtime services.
- The GetTime (), SetTime (), GetWakeupTime (), and SetWakeupTime () EFI 1.0
+ The GetTime (), SetTime (), GetWakeupTime (), and SetWakeupTime () UEFI 2.0
services are added to the EFI system table and the
EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL_GUID protocol is registered with a NULL
pointer.
diff --git a/MdePkg/Include/Protocol/Reset.h b/MdePkg/Include/Protocol/Reset.h
index 0159cd1f8e..3e7ee44601 100644
--- a/MdePkg/Include/Protocol/Reset.h
+++ b/MdePkg/Include/Protocol/Reset.h
@@ -3,7 +3,7 @@
Used to provide ResetSystem runtime services
- The ResetSystem () EFI 1.0 service is added to the EFI system table and the
+ The ResetSystem () UEFI 2.0 service is added to the EFI system table and the
EFI_RESET_ARCH_PROTOCOL_GUID protocol is registered with a NULL pointer.
No CRC of the EFI system table is required, as it is done in the DXE core.
diff --git a/MdePkg/Include/Protocol/Runtime.h b/MdePkg/Include/Protocol/Runtime.h
index 401aceca6c..a58b7f5242 100644
--- a/MdePkg/Include/Protocol/Runtime.h
+++ b/MdePkg/Include/Protocol/Runtime.h
@@ -1,7 +1,7 @@
/** @file
Runtime Architectural Protocol as defined in DXE CIS
- This code is used to produce the EFI 1.0 runtime virtual switch over
+ This code is used to produce the UEFI 2.0 runtime virtual switch over
This driver must add SetVirtualAddressMap () and ConvertPointer () to
the EFI system table. This driver is not responcible for CRCing the
diff --git a/MdePkg/Include/Protocol/SerialIo.h b/MdePkg/Include/Protocol/SerialIo.h
index 59da19fbcf..5dd3aa17b9 100644
--- a/MdePkg/Include/Protocol/SerialIo.h
+++ b/MdePkg/Include/Protocol/SerialIo.h
@@ -1,5 +1,5 @@
/** @file
- Serial IO protocol as defined in the EFI 1.0 specification.
+ Serial IO protocol as defined in the UEFI 2.0 specification.
Abstraction of a basic serial device. Targeted at 16550 UART, but
could be much more generic.
diff --git a/MdePkg/Include/Protocol/SimpleFileSystem.h b/MdePkg/Include/Protocol/SimpleFileSystem.h
index 172f0e2add..725958dd04 100644
--- a/MdePkg/Include/Protocol/SimpleFileSystem.h
+++ b/MdePkg/Include/Protocol/SimpleFileSystem.h
@@ -1,11 +1,11 @@
/** @file
- SimpleFileSystem protocol as defined in the EFI 1.0 specification.
+ SimpleFileSystem protocol as defined in the UEFI 2.0 specification.
The SimpleFileSystem protocol is the programatic access to the FAT (12,16,32)
- file system specified in EFI 1.0. It can also be used to abstract a file
+ file system specified in UEFI 2.0. It can also be used to abstract a file
system other than FAT.
- EFI 1.0 can boot from any valid EFI image contained in a SimpleFileSystem
+ UEFI 2.0 can boot from any valid EFI image contained in a SimpleFileSystem
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
diff --git a/MdePkg/Include/Protocol/SimpleNetwork.h b/MdePkg/Include/Protocol/SimpleNetwork.h
index 5a77a33595..ad873f188d 100644
--- a/MdePkg/Include/Protocol/SimpleNetwork.h
+++ b/MdePkg/Include/Protocol/SimpleNetwork.h
@@ -1,5 +1,5 @@
/** @file
- Simple Network protocol as defined in the EFI 1.0 specification.
+ Simple Network protocol as defined in the UEFI 2.0 specification.
Basic network device abstraction.
diff --git a/MdePkg/Include/Protocol/SimplePointer.h b/MdePkg/Include/Protocol/SimplePointer.h
index 1061ff0cf8..35839b936f 100644
--- a/MdePkg/Include/Protocol/SimplePointer.h
+++ b/MdePkg/Include/Protocol/SimplePointer.h
@@ -1,5 +1,5 @@
/** @file
- Simple Pointer protocol from the EFI 1.1 specification.
+ Simple Pointer protocol from the UEFI 2.0 specification.
Abstraction of a very simple pointer device like a mice or tracekballs.
diff --git a/MdePkg/Include/Protocol/SimpleTextIn.h b/MdePkg/Include/Protocol/SimpleTextIn.h
index 0e1e82b50c..bdbb0f0456 100644
--- a/MdePkg/Include/Protocol/SimpleTextIn.h
+++ b/MdePkg/Include/Protocol/SimpleTextIn.h
@@ -1,5 +1,5 @@
/** @file
- Simple Text In protocol from the EFI 1.0 specification.
+ Simple Text In protocol from the UEFI 2.0 specification.
Abstraction of a very simple input device like a keyboard or serial
terminal.
diff --git a/MdePkg/Include/Protocol/SimpleTextOut.h b/MdePkg/Include/Protocol/SimpleTextOut.h
index df7f0674de..ffe1272e5a 100644
--- a/MdePkg/Include/Protocol/SimpleTextOut.h
+++ b/MdePkg/Include/Protocol/SimpleTextOut.h
@@ -1,5 +1,5 @@
/** @file
- Simple Text Out protocol from the EFI 1.0 specification.
+ Simple Text Out protocol from the UEFI 2.0 specification.
Abstraction of a very simple text based output device like VGA text mode or
a serial terminal. The Simple Text Out protocol instance can represent
diff --git a/MdePkg/Include/Protocol/UgaDraw.h b/MdePkg/Include/Protocol/UgaDraw.h
index 3532f8e288..42fe5c7ee2 100644
--- a/MdePkg/Include/Protocol/UgaDraw.h
+++ b/MdePkg/Include/Protocol/UgaDraw.h
@@ -1,5 +1,5 @@
/** @file
- UGA Draw protocol from the EFI 1.1 specification.
+ UGA Draw protocol from the EFI 1.10 specification.
Abstraction of a very simple graphics device.
diff --git a/MdePkg/Include/Protocol/UgaIo.h b/MdePkg/Include/Protocol/UgaIo.h
index 02654051af..4d3d9b3c76 100644
--- a/MdePkg/Include/Protocol/UgaIo.h
+++ b/MdePkg/Include/Protocol/UgaIo.h
@@ -1,5 +1,5 @@
/** @file
- UGA IO protocol from the EFI 1.1 specification.
+ UGA IO protocol from the EFI 1.10 specification.
Abstraction of a very simple graphics device.
diff --git a/MdePkg/Include/Protocol/UnicodeCollation.h b/MdePkg/Include/Protocol/UnicodeCollation.h
index b5e0abc473..f516bd4f88 100644
--- a/MdePkg/Include/Protocol/UnicodeCollation.h
+++ b/MdePkg/Include/Protocol/UnicodeCollation.h
@@ -1,5 +1,5 @@
/** @file
- Unicode Collation protocol that follows the EFI 1.0 specification.
+ Unicode Collation protocol that follows the UEFI 2.0 specification.
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
diff --git a/MdePkg/Include/Protocol/Variable.h b/MdePkg/Include/Protocol/Variable.h
index b1c33202a5..c6e90c8b0b 100644
--- a/MdePkg/Include/Protocol/Variable.h
+++ b/MdePkg/Include/Protocol/Variable.h
@@ -1,9 +1,9 @@
/** @file
Variable Architectural Protocol as defined in the DXE CIS
- This code is used to produce the EFI 1.0 runtime variable services
+ This code is used to produce the UEFI 2.0 runtime variable services
- The GetVariable (), GetNextVariableName (), and SetVariable () EFI 1.0
+ The GetVariable (), GetNextVariableName (), and SetVariable () UEFI 2.0
services are added to the EFI system table and the
EFI_VARIABLE_ARCH_PROTOCOL_GUID protocol is registered with a NULL pointer.
diff --git a/MdePkg/Include/Protocol/VariableWrite.h b/MdePkg/Include/Protocol/VariableWrite.h
index 36a6241d53..7621549b4b 100644
--- a/MdePkg/Include/Protocol/VariableWrite.h
+++ b/MdePkg/Include/Protocol/VariableWrite.h
@@ -1,9 +1,9 @@
/** @file
Variable Write Architectural Protocol as defined in the DXE CIS
- This code is used to produce the EFI 1.0 runtime variable services
+ This code is used to produce the UEFI 2.0 runtime variable services
- The SetVariable () EFI 1.0 services may be updated to the EFI system table and the
+ The SetVariable () UEFI 2.0 services may be updated to the EFI system table and the
EFI_VARIABLE_WRITE_ARCH_PROTOCOL_GUID protocol is registered with a NULL pointer.
No CRC of the EFI system table is required, as it is done in the DXE core.