[Bug]: AddOn VGA display is not working due to GOP from the addon VGA is loaded after console out connection #636
Labels
state:needs-maintainer-feedback
Needs more information from a maintainer to determine next steps
state:needs-owner
Needs an issue owner to be assigned
state:needs-triage
Needs to triaged to determine next steps
type:bug
Something isn't working
urgency:medium
Important with a moderate impact
Is there an existing issue for this?
Current Behavior
in current implementation of PlatformBootManagerLib, the GOP option ROM from addon VGA card is loaded after console out connection, and the addon VGA display is not working due to it, if we adjust the
EfiBootManagerDispatchDeferredImages
prior toDeviceBootManagerBeforeConsole
, then the issue can be resolved.In edk2 and edk2-platform repos, there are also some examples of doing console connection after option ROM as below.
OvmfPkg
UefiPayloadPkg
AMD ChachaniBoardPkg
Expected Behavior
The console out connection should also be performed after GOP option ROM get loaded to make the display from addon VGA work
Steps To Reproduce
Build Environment
Version Information
Urgency
Medium
Are you going to fix this?
Someone else needs to fix it
Do you need maintainer feedback?
Maintainer feedback requested
Anything else?
No response
The text was updated successfully, but these errors were encountered: