audk/UefiPayloadPkg/Library/PlatformBootManagerLib
Guo Dong 2e1e8c35f3 UefiPayloadPkg/PlatformBootManager: Connect console after EndOfDxe
Currently the console is connected before EndOfDxe causing OptionsROMs
to be loaded, but their drivers aren't used and thus no GOP is installed.
To make use of 3rdparty OptionROMs connect the console after EndOfDxe.
Tested on Intel CFL board using Nvidia Quadro GPU.

Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-by: Guo Dong <guo.dong@intel.com>
Reviewed-by: Sunny Wang <sunnywang@hpe.com>
2021-02-12 04:44:12 +00:00
..
PlatformBootManager.c UefiPayloadPkg/PlatformBootManager: Connect console after EndOfDxe 2021-02-12 04:44:12 +00:00
PlatformBootManager.h
PlatformBootManagerLib.inf
PlatformConsole.c UefiPayloadPkg/BootManager: Add PS2 keyboard support 2020-01-02 05:32:05 +00:00
PlatformConsole.h
PlatformData.c