]> git.proxmox.com Git - mirror_edk2.git/commit
ArmVirtPkg/PlatformBootManagerLib: add missing report status code call
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 22 May 2018 13:49:16 +0000 (15:49 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 29 May 2018 08:43:42 +0000 (10:43 +0200)
commit97399f2d6ffc4c35a8226d06cd92081a4d4e9628
tree74293bfaea03ee4ef775d88e3024849c6b6454d1
parent0a0566d5edad47c1669164e5b6f5829d3ab1e6e0
ArmVirtPkg/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>
ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
ArmVirtPkg/Library/PlatformBootManagerLib/QemuKernel.c