From 8a7d75b0625cffee0c67b85afe56763f93d86481 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 22 Nov 2007 06:00:39 +0000 Subject: 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 --- .../Library/DxeNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c | 2 +- Nt32Pkg/Library/EdkGenericBdsLib/BdsBoot.c | 4 ++-- Nt32Pkg/Library/EdkGenericBdsLib/BdsConnect.c | 2 +- .../Library/PeiNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c | 2 +- Nt32Pkg/PlatformBdsDxe/BdsPlatform.c | 2 +- Nt32Pkg/PlatformBdsDxe/Generic/BdsEntry.c | 2 +- Nt32Pkg/WinNtGopDxe/WinNtGop.h | 2 +- Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) (limited to 'Nt32Pkg') diff --git a/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c b/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c index e5fee0331c..3f765cc312 100644 --- a/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c +++ b/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c @@ -100,7 +100,7 @@ OemHookStatusCodeInitialize ( @param CallerId This optional parameter may be used to identify the caller. This parameter allows the status code driver to apply different rules to different callers. - Type EFI_GUID is defined in InstallProtocolInterface() in the EFI 1.10 Specification. + Type EFI_GUID is defined in InstallProtocolInterface() in the UEFI 2.0 Specification. @param Data This optional parameter may be used to pass additional data diff --git a/Nt32Pkg/Library/EdkGenericBdsLib/BdsBoot.c b/Nt32Pkg/Library/EdkGenericBdsLib/BdsBoot.c index 2c97bb0525..a8078b4b7a 100644 --- a/Nt32Pkg/Library/EdkGenericBdsLib/BdsBoot.c +++ b/Nt32Pkg/Library/EdkGenericBdsLib/BdsBoot.c @@ -90,7 +90,7 @@ BdsLibBootViaBootOption ( Routine Description: - Process the boot option follow the EFI 1.1 specification and + Process the boot option follow the UEFI 2.0 specification and special treat the legacy boot option with BBS_DEVICE_PATH. Arguments: @@ -197,7 +197,7 @@ Returns: BdsLibRegisterNewOption (&TempBootLists, DevicePath, L"EFI Internal Shell", L"BootOrder"); } - DEBUG ((EFI_D_INFO | EFI_D_LOAD, "Booting EFI 1.1 way %S\n", Option->Description)); + DEBUG ((EFI_D_INFO | EFI_D_LOAD, "Booting UEFI 2.0 way %S\n", Option->Description)); Status = gBS->LoadImage ( TRUE, diff --git a/Nt32Pkg/Library/EdkGenericBdsLib/BdsConnect.c b/Nt32Pkg/Library/EdkGenericBdsLib/BdsConnect.c index 6362c20b70..c2f541e532 100644 --- a/Nt32Pkg/Library/EdkGenericBdsLib/BdsConnect.c +++ b/Nt32Pkg/Library/EdkGenericBdsLib/BdsConnect.c @@ -342,7 +342,7 @@ Returns: do { // - // Connect All EFI 1.10 drivers following EFI 1.10 algorithm + // Connect All UEFI 2.0 drivers following UEFI 2.0 algorithm // BdsLibConnectAllEfi (); diff --git a/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c b/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c index 46588fc11b..d192cfb1df 100644 --- a/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c +++ b/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c @@ -109,7 +109,7 @@ OemHookStatusCodeInitialize ( @param CallerId This optional parameter may be used to identify the caller. This parameter allows the status code driver to apply different rules to different callers. - Type EFI_GUID is defined in InstallProtocolInterface() in the EFI 1.10 Specification. + Type EFI_GUID is defined in InstallProtocolInterface() in the UEFI 2.0 Specification. @param Data This optional parameter may be used to pass additional data diff --git a/Nt32Pkg/PlatformBdsDxe/BdsPlatform.c b/Nt32Pkg/PlatformBdsDxe/BdsPlatform.c index 50af22f047..104265c685 100644 --- a/Nt32Pkg/PlatformBdsDxe/BdsPlatform.c +++ b/Nt32Pkg/PlatformBdsDxe/BdsPlatform.c @@ -422,7 +422,7 @@ PlatformBdsBootSuccess ( Routine Description: Hook point after a boot attempt succeeds. We don't expect a boot option to - return, so the EFI 1.0 specification defines that you will default to an + return, so the UEFI 2.0 specification defines that you will default to an interactive mode and stop processing the BootOrder list in this case. This is alos a platform implementation and can be customized by IBV/OEM. diff --git a/Nt32Pkg/PlatformBdsDxe/Generic/BdsEntry.c b/Nt32Pkg/PlatformBdsDxe/Generic/BdsEntry.c index 6979db006c..d5e0c4349b 100644 --- a/Nt32Pkg/PlatformBdsDxe/Generic/BdsEntry.c +++ b/Nt32Pkg/PlatformBdsDxe/Generic/BdsEntry.c @@ -317,7 +317,7 @@ Returns: PlatformBdsInit (PrivateData); // - // Set up the device list based on EFI 1.1 variables + // Set up the device list based on UEFI 2.0 variables // process Driver#### and Load the driver's in the // driver option list // diff --git a/Nt32Pkg/WinNtGopDxe/WinNtGop.h b/Nt32Pkg/WinNtGopDxe/WinNtGop.h index ac4defe11c..cd52bc175a 100644 --- a/Nt32Pkg/WinNtGopDxe/WinNtGop.h +++ b/Nt32Pkg/WinNtGopDxe/WinNtGop.h @@ -222,7 +222,7 @@ WinNtGopDestructor ( ; // -// EFI 1.1 driver model prototypes for Win NT GOP +// UEFI 2.0 driver model prototypes for Win NT GOP // diff --git a/Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c b/Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c index 58ddb1c656..f951e87dfe 100644 --- a/Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c +++ b/Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c @@ -16,7 +16,7 @@ Module Name: Abstract: This file produces the graphics abstration of GOP. It is called by - WinNtGopDriver.c file which deals with the EFI 1.1 driver model. + WinNtGopDriver.c file which deals with the UEFI 2.0 driver model. This file just does graphics. -- cgit v1.2.3