diff options
Diffstat (limited to 'MdeModulePkg/Universal')
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
|