]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/PlatformBootManagerLib: bring back the progress bar
authorLaszlo Ersek <lersek@redhat.com>
Wed, 25 May 2016 12:00:06 +0000 (14:00 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Fri, 27 May 2016 09:29:39 +0000 (11:29 +0200)
commitfd096a99a99bd2d59ad6619b53477e6365df8850
treee17b17cb4b2276e2afc63ce4a413d6be559aed2e
parenta3cd5cd5f6c3a06ffeac8e6fec9917d4e011cc35
OvmfPkg/PlatformBootManagerLib: bring back the progress bar

OVMF's Platform BDS used to have a nice progress bar (with
IntelFrameworkModulePkg BDS). We can restore it by copying the
PlatformBootManagerWaitCallback() function verbatim from

  Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c

It can be tested by passing the following option to QEMU (5 seconds):

  -boot menu=on,splash-time=5000

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