Re: [coreboot] [Fwd: coreboot at Plumbers Conf?]

2011-05-21 Thread Lennart Poettering
On Fri, 20.05.11 22:56, Stefan Reinauer (stefan.reina...@coreboot.org) wrote: Alright, I just put in a place holder for a coreboot talk. If there is interest in a specific topic, please let me know. Otherwise it might be a mix of a general overview, ACPI, and security A general overview

[coreboot] [commit] r6607 - in trunk: . util/lint

2011-05-21 Thread repository service
Author: oxygene Date: Sun May 22 00:18:59 2011 New Revision: 6607 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6607 Log: Add regression test for build directory handling to make lint target A couple of scenarios that were fixed in the last few revisions are tested to ensure that

Re: [coreboot] [commit] r6607 - in trunk: . util/lint

2011-05-21 Thread Patrick Georgi
Am 22.05.2011 00:19, schrieb repository service: New Revision: 6607 Add regression test for build directory handling to make lint target A couple of scenarios that were fixed in the last few revisions are tested to ensure that it's easy to determine breakage. Added:

[coreboot] HP Micro Server N36L

2011-05-21 Thread semso
Hello My question is about HP Micro Server N36L here is lspci -nnvvvxxx http://paste.flashrom.org/view.php?id=578 what supported board is best target to begin development // -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] unifying `acpi_tables.c`

2011-05-21 Thread shawn Bai
Hi,folks,   I searched for 'acpi_tables.c' in directory 'mainboard', and 49 entries come.They are as follows, but not all listed here,just for your reference.

[coreboot] i2c drivers in coreboot

2011-05-21 Thread Vikram Narayanan
Hi, Under the drivers/i2c directory, there are two directories named i2cmux and i2cmux2. And there is no difference between them, except for few lines and naming of functions and structure members. Can't this be made into a single file? If yes, I will make a patch on this. I wanted to know