]> git.proxmox.com Git - mirror_edk2.git/commit
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)
commit27a4059387dc46e0f83faacb30d8ff6fa5b3eb96
tree5e3d1c6e01c9a3c00cd97859114d1d04efb34e20
parentfd096a99a99bd2d59ad6619b53477e6365df8850
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>
OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c