]> git.proxmox.com Git - mirror_edk2.git/commit - ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c
ArmVirtPkg/PlatformBootManagerLib: introduce the progress bar
authorLaszlo Ersek <lersek@redhat.com>
Wed, 25 May 2016 12:00:06 +0000 (14:00 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Mon, 6 Jun 2016 15:07:02 +0000 (17:07 +0200)
commitbe266b10907ac553deac9e2291ad691446cd5180
tree827c7d474b09f71001df936fa82d25f4ba450219
parent2c8805bc95df70d59db822ee153830e6fabb5650
ArmVirtPkg/PlatformBootManagerLib: introduce the progress bar

ArmVirtPkg's Platform BDS has never had a progress bar. We can easily add
one, 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: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c