X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Nt32Pkg%2FLibrary%2FEdkGenericBdsLib%2FBdsBoot.c;fp=Nt32Pkg%2FLibrary%2FEdkGenericBdsLib%2FBdsBoot.c;h=a8078b4b7af8af0ba8031631b1b7b66d00169e2b;hp=2c97bb0525ec4ad7be34b4da6e8060ff40e29181;hb=8a7d75b0625cffee0c67b85afe56763f93d86481;hpb=d11013980ff815192ca3c280335ee67251302173 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,