Klaus Stammermann wrote:
Here the diff:
Index: src/mainboard/via/epia-m/Options.lb ==================================================================> --- src/mainboard/via/epia-m/Options.lb (Revision 3086) +++ src/mainboard/via/epia-m/Options.lb (Arbeitskopie) @@ -51,8 +51,8 @@ ### ### Build options ### -default CONFIG_PCI_ROM_RUN=0 -default CONFIG_CONSOLE_VGA=0 +default CONFIG_PCI_ROM_RUN=1 +default CONFIG_CONSOLE_VGA=1
This won't work. Epia-M brings its own vm86 based pci option rom execution. The above additionally enables x86emu. Unfortunately x86emu is not capable of executing the Epia-M option rom. Sorry for the confusion.
Stefan
-- coresystems GmbH ⢠Brahmsstr. 16 ⢠D-79104 Freiburg i. Br. Tel.: +49 761 7668825 ⢠Fax: +49 761 7664613 Email: info@coresystems.de ⢠http://www.coresystems.de/ Registergericht: Amtsgericht Freiburg ⢠HRB 7656 Geschäftsführer: Stefan Reinauer ⢠Ust-IdNr.: DE245674866
OK, I will try without these options. But if we get coreboot running on this system we should update the examples for config files. So for others it would be easier to use coreboot.
Klaus