mirror of https://github.com/acidanthera/audk.git
2b4b8013fe
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> |
||
---|---|---|
.. | ||
AcpiTimerLib | ||
CbParseLib | ||
DxeHobLib | ||
DxeHobListLib | ||
DxeHobListLibNull | ||
FlashDeviceLib | ||
PayloadEntryHobLib | ||
PciHostBridgeLib | ||
PciSegmentInfoLibAcpiBoardInfo | ||
PlatformBootManagerLib | ||
PlatformHookLib | ||
PlatformSupportLibNull | ||
ResetSystemLib | ||
SblParseLib | ||
SpiFlashLib |