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

Sven Schnelle svens at stackframe.org
Mon Apr 11 21:08:47 CEST 2011


Stefan Reinauer <stefan.reinauer at 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.




More information about the coreboot mailing list