audk/ArmPkg/Library/PlatformBootManagerLib
Ard Biesheuvel cae8231612 ArmPkg/PlatformBootManagerLib: call ProcessCapsules() only once
ARM platforms have no restriction on when a system firmware update
capsule can be applied, and so it is not necessary to call
ProcessCapsules() twice. So let's drop the first invocation that
occurs before EndOfDxe, and rewrite the second call so that all
capsule updates will be applied when the console is up and able to
provide progress feedback.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
2018-06-15 18:18:35 +02:00
..
PlatformBm.c ArmPkg/PlatformBootManagerLib: call ProcessCapsules() only once 2018-06-15 18:18:35 +02:00
PlatformBm.h ArmPkg/PlatformBootManagerLib: implement new generic version 2016-05-12 13:56:50 +02:00
PlatformBootManagerLib.inf ArmPkg/PlatformBootManagerLib: call ProcessCapsules() only once 2018-06-15 18:18:35 +02:00