On 05.08.2017 16:47, John Lewis wrote:
Howdy,
In your config file you have:
# CONFIG_VGA_BIOS is not set
in coreboot, which will mean that coreboot doesn't setup the display, but in your SeaBIOS config you have:
CONFIG_SEABIOS_VGA_COREBOOT=y
which will try to reuse whatever coreboot has setup. So as you might understand, this causes a bit of a catch 22. :)
No, that's alright because coreboot has other means to set up gfx. In this case CONFIG_MAINBOARD_USE_LIBGFXINIT=y.
Nico