[coreboot] [commit] r6324 - trunk/util/abuild

2011-02-01 Thread repository service
Author: oxygene Date: Tue Feb 1 11:42:52 2011 New Revision: 6324 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6324 Log: Fix using custom build configs in abuild The undocumented config argument for the -t option implicitly assumes the config file is within the mainboard directory

[coreboot] [commit] r6325 - in trunk/src/ec: . lenovo lenovo/pmh7

2011-02-01 Thread repository service
Author: oxygene Date: Tue Feb 1 11:44:26 2011 New Revision: 6325 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6325 Log: Add support for the Lenovo PMH7 embedded controller Lenovo PMH7 (Power Management Hardware Hub) is found in most recent (starting with X60/T60 AFAIK) Lenovo/IBM

Re: [coreboot] [PATCH] Fix abuild's config argument

2011-02-01 Thread Georgi, Patrick
Am Dienstag, den 01.02.2011, 11:18 +0100 schrieb Mathias Krause: The undocumented config argument for the -t option implicitly assumes the config file is within the mainboard directory but fails to honor this assumption when it comes to copying the file. Good catch. Thank you! Signed-off-by:

Re: [coreboot] [PATCH v2] Add Lenovo PMH7

2011-02-01 Thread Georgi, Patrick
Am Dienstag, den 01.02.2011, 09:08 +0100 schrieb Sven Schnelle: this patch adds support for the Lenovo PMH7 (Power Management Hardware Hub) found in most recent (starting with X60/T60 AFAIK) Lenovo/IBM Laptops. Please ignore the previous version, as it missed the src/ec/Kconfig file.

[coreboot] [PATCH] add PC87382 to superiotool

2011-02-01 Thread Sven Schnelle
Hi List, this patch adds the NSC PC87382 to superiotool. It is a rather small 'superio' device, containing one Serial Port, one Infrared Port, GPIO and a Docking LPC switch. It is used in various Thinkpads. It adds 0x164e/0x16ef to the list of probed port for NSC chipsets, as Thinkpads are using

Re: [coreboot] QA contribution

2011-02-01 Thread Juhana Helovuo
30.1.2011 13:16, Peter Stuge kirjoitti: Personally I believe that development is what is missing to get corebot testing going to a greater extent. As you will see in the documentation there are fairly many requirements for an individual mainboard to actually be hooked up to the test system.

[coreboot] a question about reset16.lds

2011-02-01 Thread ali hagigat
SECTIONS { /* Trigger an error if I have an unuseable start address */ _bogus = ASSERT(_start = 0x, _start too low. Please decrease CONFIG_ROM_IMAGE_SIZE); _ROMTOP = 0xfff0; . = _ROMTOP; .reset . : { *(.reset) . =

Re: [coreboot] QA contribution

2011-02-01 Thread Joseph Smith
On Tue, 01 Feb 2011 13:05:24 +0200, Juhana Helovuo j...@iki.fi wrote: 30.1.2011 13:16, Peter Stuge kirjoitti: Personally I believe that development is what is missing to get corebot testing going to a greater extent. As you will see in the documentation there are fairly many requirements

Re: [coreboot] Tester devices [was: QA contribution]

2011-02-01 Thread Peter Stuge
Juhana Helovuo wrote: unit that can administer testing of one or even better several mainboards. I have plenty of design and implementation ideas if you'd like to go into that. I started building a tester device to hook up a mainboard into an automated test host. Nice. The basic plan is

[coreboot] [PATCH] Move cmos.default handling to bootblock

2011-02-01 Thread Patrick Georgi
The cmos.default code wasn't actually used so far, due to an oversight when forward-porting this feature from an old branch. - Extend walkcbfs' use by factoring out the stage handling into C code. - New sanitize_cmos() function that looks if CMOS data is invalid and cmos.default exists and if

Re: [coreboot] [PATCH] add PC87382 to superiotool

2011-02-01 Thread Alex G.
On 02/01/2011 12:58 PM, Sven Schnelle wrote: Hi List, this patch adds the NSC PC87382 to superiotool. It is a rather small 'superio' device, containing one Serial Port, one Infrared Port, GPIO and a Docking LPC switch. It is used in various Thinkpads. It adds 0x164e/0x16ef to the list of

Re: [coreboot] Tester devices [was: QA contribution]

2011-02-01 Thread Juhana Helovuo
1.2.2011 14:58, Peter Stuge kirjoitti: Juhana Helovuo wrote: unit that can administer testing of one or even better several mainboards. I have plenty of design and implementation ideas if you'd like to go into that. I started building a tester device to hook up a mainboard into an automated

Re: [coreboot] Tester devices [was: QA contribution]

2011-02-01 Thread Peter Stuge
Juhana Helovuo wrote: Thanks for your supportive comments. I think I was a bit unclear on some points, so you misunderstood some details. I just have a few different design ideas. :) I can't seem to let go of the thought that I would prefer a tester device to be connected directly to the

[coreboot] [PATCH] Add PC87382 support

2011-02-01 Thread Sven Schnelle
Hi List, this patch adds support for NSC PC87382 Super I/O. IT is used in many Lenovo Notebooks as Docking LPC Switch. Signed-off-by: Sven Schnelle sv...@stackframe.org Index: src/superio/nsc/Kconfig === --- src/superio/nsc/Kconfig

[coreboot] [PATCH] Add PC87392 support

2011-02-01 Thread Sven Schnelle
Hi List, this patch adds support for the NSC PC87392 Super I/O. It is used in Lenovo Docking Stations as Super I/O chip. Signed-off-by: Sven Schnelle sv...@stackframe.org Index: src/superio/nsc/pc87392/Makefile.inc === ---

[coreboot] [PATCH] Add missing Makefile.inc change for Lenovo PMH7

2011-02-01 Thread Sven Schnelle
Hi List, my commit in r6325 missed a src/ec/Makefile.inc change. Lets add it and make the buildsystem happy. Signed-off-by: Sven Schnelle sv...@stackframe.org Index: src/ec/Makefile.inc === --- src/ec/Makefile.inc (revision 6325)

Re: [coreboot] a question about reset16.lds

2011-02-01 Thread Patrick Georgi
Am 01.02.2011 12:46, schrieb ali hagigat: SECTIONS { /* Trigger an error if I have an unuseable start address */ _bogus = ASSERT(_start= 0x, _start too low. Please decrease CONFIG_ROM_IMAGE_SIZE); _ROMTOP = 0xfff0; . = _ROMTOP; .reset . : {

[coreboot] [commit] r6326 - trunk/src/ec

2011-02-01 Thread repository service
Author: oxygene Date: Tue Feb 1 20:19:53 2011 New Revision: 6326 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6326 Log: Properly add Lenovo EC to build Signed-off-by: Sven Schnelle sv...@stackframe.org Acked-by: Patrick Georgi patr...@georgi-clan.de Modified:

[coreboot] [PATCH v2] Add PC87382 support

2011-02-01 Thread Sven Schnelle
Hi List, this patch adds support for NSC PC87382 Super I/O. It is used in many Lenovo Notebooks as Docking LPC Switch. v2 because of: - The patch added some empty files - missing newlines in Kconfig and Makefile.inc - chip.h missed uart8250.h include - add the Kconfig option in sorted order

[coreboot] [PATCH v2] Add PC87392 support

2011-02-01 Thread Sven Schnelle
Hi List, this patch adds support for the NSC PC87392 Super I/O. It is used in Lenovo Docking Stations as Super I/O chip. v2 because of: - The patch added some empty files - missing newlines in Kconfig and Makefile.inc - add the Kconfig option in sorted order Thanks to idwer on irc for pointing