* Sven Schnelle <[email protected]> [110410 21:05]: > diff --git a/src/mainboard/emulation/qemu b/src/mainboard/emulation/qemu > new file mode 100644 > index 0000000..d9275b5 > --- /dev/null > +++ b/src/mainboard/emulation/qemu ... > +#include "southbridge/intel/i82801gx/nvs.h" ... > + printk(BIOS_INFO, "ACPI: done.\n"); > + > + /* Enable Dummy DCC ON# for DVI */ > + printk(BIOS_DEBUG, "Laptop handling...\n"); > + outb(inb(0x60f) & ~(1 << 5), 0x60f);
It looks like some code that does not fit to Qemu sneaked into here. -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

