Hello Mogens,

On 23.01.20 10:41, Mogens Jensen via coreboot wrote:
> The guide is two years old, maybe something has changed in coreboot since 
> then, so more steps are required to get the video working?

or maybe less steps are required. coreboot has an open-source graphics-
init option for this board (libgfxinit). I'm not sure if it was tested
for the Intense PC. But please try: Remove the VBIOS, and make sure you
have these in your .config:

CONFIG_MAINBOARD_USE_LIBGFXINIT=y
CONFIG_SEABIOS_VGA_COREBOOT=y

If that doesn't work, keep the VBIOS and make sure to have

CONFIG_NO_GFX_INIT=y

Otherwise coreboot and SeaBIOS would both try to init graphics. I guess
this is what is going wrong with your current config.

If libgfxinit doesn't work, and you want to help to get it running, you
can enable CONFIG_DEBUG_ADA_CODE and fetch a log via `cbmem -c` once
Linux is running.

Please report back in any case :)

Nico
_______________________________________________
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org

Reply via email to