]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/PlatformBootManagerLib: keep the logo after connecting devices
authorLaszlo Ersek <lersek@redhat.com>
Wed, 25 May 2016 12:11:14 +0000 (14:11 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Fri, 27 May 2016 09:30:10 +0000 (11:30 +0200)
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>
OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c

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