Add more debug print message and fix some issues.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5135 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-04-28 05:23:22 +00:00
parent 2a3ce6dd17
commit ff514e2962
4 changed files with 25 additions and 3 deletions

View File

@@ -1080,7 +1080,12 @@ Returns:
// from the graphic lib
//
if (QuietBoot) {
EnableQuietBootEx (&gEfiDefaultBmpLogoGuid, mBdsImageHandle);
Status = EnableQuietBootEx (&gEfiDefaultBmpLogoGuid, mBdsImageHandle);
if (EFI_ERROR (Status)) {
DisableQuietBoot ();
return;
}
//
// Perform system diagnostic
//