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
This commit is contained in:
qhuang8
2007-11-22 06:00:39 +00:00
parent d11013980f
commit 8a7d75b062
61 changed files with 72 additions and 72 deletions

View File

@@ -244,7 +244,7 @@ Returns:
DriverEntry->DepexProtocolError = TRUE;
} else {
//
// If no Depex assume EFI 1.1 driver model
// If no Depex assume UEFI 2.0 driver model
//
DriverEntry->Depex = NULL;
DriverEntry->Dependent = TRUE;

View File

@@ -280,7 +280,7 @@ Returns:
if (DriverEntry->Depex == NULL) {
//
// A NULL Depex means treat the driver like an EFI 1.0 thing.
// A NULL Depex means treat the driver like an UEFI 2.0 thing.
//
Status = CoreAllEfiServicesAvailable ();
if (EFI_ERROR (Status)) {

View File

@@ -595,7 +595,7 @@ CoreExitBootServices (
Routine Description:
EFI 1.0 API to terminate Boot Services
UEFI 2.0 API to terminate Boot Services
Arguments:

View File

@@ -330,7 +330,7 @@ Returns:
Function = NotifyFunction;
//
// Convert EFI 1.10 Events to thier UEFI 2.0 CreateEventEx mapping
// Convert EFI 1.10 Events to their UEFI 2.0 CreateEventEx mapping
//
if (Type == EVT_SIGNAL_EXIT_BOOT_SERVICES) {
GuidPtr = &gEfiEventExitBootServicesGuid;

View File

@@ -13,13 +13,13 @@ Module Name:
LoadPe32Image.h
Abstract:
Load File protocol as defined in the EFI 1.0 specification.
Load File protocol.
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.
--*/

View File

@@ -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?

View File

@@ -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 |
+=========+======+===========+==========+==========+

View File

@@ -500,7 +500,7 @@ Routine Description:
EFI_UNSUPPORTED
Arguments:
Per EFI 1.10 driver model
Per UEFI 2.0 driver model
Returns:
EFI_UNSUPPORTED

View File

@@ -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