summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
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 /MdeModulePkg/Universal
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 'MdeModulePkg/Universal')
-rw-r--r--MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c2
-rw-r--r--MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c2
-rw-r--r--MdeModulePkg/Universal/DebugPortDxe/DebugPort.c2
-rw-r--r--MdeModulePkg/Universal/Disk/PartitionDxe/Gpt.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c b/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c
index 00bb438bbd..ee96eabdd6 100644
--- a/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c
+++ b/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c
@@ -1,7 +1,7 @@
/**@file
This is the main routine for initializing the Graphics Console support routines.
Remaining Tasks
- Add all standard Glyphs from EFI 1.02 Specification
+ Add all standard Glyphs from UEFI 2.0 Specification
Implement optimal automatic Mode creation algorithm
Solve palette issues for mixed graphics and text
When does this protocol reset the palette?
diff --git a/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c b/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c
index 4b3eb37023..a4ad034989 100644
--- a/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c
+++ b/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c
@@ -1160,7 +1160,7 @@ Symbols used in table below
^ = CTRL
+=========+======+===========+==========+==========+
-| | EFI | EFI 1.10 | | |
+| | EFI | UEFI 2.0 | | |
| | Scan | | VT100+ | |
| KEY | Code | PC ANSI | VTUTF8 | VT100 |
+=========+======+===========+==========+==========+
diff --git a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c
index 86e0b851ed..e3e47302a3 100644
--- a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c
+++ b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c
@@ -500,7 +500,7 @@ Routine Description:
EFI_UNSUPPORTED
Arguments:
- Per EFI 1.10 driver model
+ Per UEFI 2.0 driver model
Returns:
EFI_UNSUPPORTED
diff --git a/MdeModulePkg/Universal/Disk/PartitionDxe/Gpt.c b/MdeModulePkg/Universal/Disk/PartitionDxe/Gpt.c
index 00f5ec06e0..7dcb9b45b2 100644
--- a/MdeModulePkg/Universal/Disk/PartitionDxe/Gpt.c
+++ b/MdeModulePkg/Universal/Disk/PartitionDxe/Gpt.c
@@ -1,5 +1,5 @@
/** @file
- Decode a hard disk partitioned with the GPT scheme in the EFI 1.0
+ Decode a hard disk partitioned with the GPT scheme in the UEFI 2.0
specification.
Copyright (c) 2006 - 2007, Intel Corporation