audk/UefiPayloadPkg/Library/PlatformBootManagerLib
Patrick Rudolph 2b4b8013fe UefiPayloadPkg/Library/PlatformBootManagerLib: Remove broken VGA detection
This fixes an issue where the framebuffer provided by coreboot or
slimbootloader will only work on the primary VGA device. If the
framebuffer corresponds to a different device the screen will stay black.
In addition, the code doesn't work for multiple graphic cards, has
reference to non existing functions, and is a duplication of common code.

Call EfiBootManagerConnectVideoController on every display device found,
not only the legacy VGA device. This is the same as OvmfPkg does.

Allows to display output on the framebuffer set up by firmware, which might
not be the VGA device.

Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-by: Guo Dong <guo.dong@intel.com>
2022-03-29 06:48:57 +00:00
..
PlatformBootManager.c UefiPayloadPkg: Make Boot Manager Key configurable 2022-03-07 20:43:58 +00:00
PlatformBootManager.h UefiPayloadPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
PlatformBootManagerLib.inf UefiPayloadPkg: Make Boot Manager Key configurable 2022-03-07 20:43:58 +00:00
PlatformConsole.c UefiPayloadPkg/Library/PlatformBootManagerLib: Remove broken VGA detection 2022-03-29 06:48:57 +00:00
PlatformConsole.h UefiPayloadPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
PlatformData.c UefiPayloadPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00