On 09.05.20 12:51, Michal Zygowski wrote:
- If you have a discrete GPU, you may include its VGA option ROM into
CBFS using correct naming, SeaBIOS should execute it and provide graphics output. There is also an option in Kconfig "Onboard VGA is prmiary", try to deselect it when using discrete GPU.
There should be no need to add the option ROM of a plug-in card. SeaBIOS should automatically pick it up. Beside turning "Onboard VGA is primary" _off_. You should also disable all graphics init in coreboot ("Graphics initialization (None)"). For plug-in cards, it's best to leave it to SeaBIOS.
Hope that helps, Nico