]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/PlatformBootManagerLib: add missing report status code call
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 22 May 2018 13:46:51 +0000 (15:46 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 29 May 2018 08:43:42 +0000 (10:43 +0200)
commit0a0566d5edad47c1669164e5b6f5829d3ab1e6e0
treed454cea6a0e1357468fe5d46ba121aaa1d26fcbf
parent2d0c6692eee4b1e54714942098776eedfbcf38fa
OvmfPkg/PlatformBootManagerLib: add missing report status code call

Consumers of status code reports may rely on a status code to be
reported when the ReadyToBoot event is signalled. For instance,
FirmwarePerformanceDxe will fail to install the FPDT ACPI table
in this case. So add the missing call.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
OvmfPkg/Library/PlatformBootManagerLib/QemuKernel.c