Stefan Reinauer stefan.reinauer@coreboot.org writes:
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.
Yes, that was a leftover from a previous test. I'll fix this, and resend the patch.
Sven.