OvmfPkg/PlatformBootManagerLib: keep the logo after connecting devices

OVMF (unlike ArmVirtPkg) has traditionally cleared the screen after
connecting devices. This is not really necessary, and keeping the logo up
while the progress bar is advancing at the bottom looks great. So don't
clear the screen.

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
Laszlo Ersek 2016-05-25 14:11:14 +02:00
parent fd096a99a9
commit 27a4059387
1 changed files with 0 additions and 5 deletions

View File

@ -1200,11 +1200,6 @@ Returns:
EfiBootManagerConnectAll ();
PciAcpiInitialization ();
//
// Clear the logo after all devices are connected.
//
gST->ConOut->ClearScreen (gST->ConOut);
}
/**