]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/BdsDxe: Also call PlatformBootManagerWaitCallback on 0
authorPete Batard <pete@akeo.ie>
Wed, 25 Sep 2019 15:50:05 +0000 (23:50 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 8 Oct 2019 14:10:51 +0000 (22:10 +0800)
commit2de1f611be06ded3a59726a4052a9039be7d459b
treed99f82c48bbdd1a6dc71ddec21dedf066c4e3bee
parent410c4d00d9f7e369d1ce183e9e8de98cb59c4d20
MdeModulePkg/BdsDxe: Also call PlatformBootManagerWaitCallback on 0

The existing loop is set to call PlatformBootManagerWaitCallback every
second except the last one. We believe this is a mistake as it prevents
the called code from performing timeout expiration tasks such as, for
instance, ensuring that the last segment of a progress bar is displayed
before continuing (which is a current issue for the RPi3 platform).

Signed-off-by: Pete Batard <pete@akeo.ie>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
MdeModulePkg/Universal/BdsDxe/BdsEntry.c