On Mi, 2015-11-04 at 11:02 +0100, maxime de Roucy wrote:
Hello,
I would like to know if it's possible to load and use sgabios with grub2 as coreboot payload (no SeaBIOS in the rom). I didn't test it yet but maybe you can tel me if it's possible or not. And even better : how to do it. :)
I'd suggest to just have grub2 drive the serial line directly, IIRC the magic words are "terminal_input serial; terminal_output serial".
cheers, Gerd
2015-11-04 20:39 GMT+01:00 Gerd Hoffmann kraxel@redhat.com:
I'd suggest to just have grub2 drive the serial line directly, IIRC the magic words are "terminal_input serial; terminal_output serial".
I know this solution but I prefere sgabios myself as it allow me to chainload non serial compatible elements. My board doesn't have vga port, only serial so sgabios is perfect for me.
I tried building coreboot with VGA_ROM_RUN=y and ./cbfstool coreboot.rom add -f …/sgabios.bin -n vgaroms/sgabios.bin -t raw but it doesn't work. -- Regards Maxime