Improve error output when boot option fails to load

This commit is contained in:
Jeremy Soller
2019-10-03 13:19:24 -06:00
committed by Tim Crawford
parent 7050fc3a26
commit 52d5d1b2c5
4 changed files with 35 additions and 1 deletions

View File

@ -1317,6 +1317,8 @@ Returns:
{
CHAR16 *TmpStr;
gST->ConOut->ClearScreen(gST->ConOut);
//
// If Boot returned with EFI_SUCCESS and there is not in the boot device
// select loop then we need to pop up a UI and wait for user input.
@ -1360,6 +1362,8 @@ Returns:
{
CHAR16 *TmpStr;
gST->ConOut->ClearScreen(gST->ConOut);
//
// If Boot returned with failed status then we need to pop up a UI and wait
// for user input.