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 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'Nt32Pkg/Library') diff --git a/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c b/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c index e5fee03..3f765cc 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 2c97bb0..a8078b4 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 6362c20..c2f541e 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 46588fc..d192cfb 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 -- cgit v1.1