[coreboot] [PATCH 1/2] EC: Add Lenovo H8

Stefan Reinauer stefan.reinauer at coreboot.org
Mon Apr 11 19:21:53 CEST 2011


* Sven Schnelle <svens at stackframe.org> [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.
 




More information about the coreboot mailing list