[coreboot] Recovering a bricked Alic1c with arduino+LPC?

2011-04-17 Thread Benjamin Henrion
Hi, Does anybody has any experience with reflashing an Alix 1C with LPC? I am trying with an arduino in 3.3v and some LPC code written by Mike Stirling: http://www.zoobab.com/arduino-as-a-bios-lpc-flasher http://www.zoobab.com/alix-1c Any idea? Best, -- Benjamin Henrion FFII Brussels - +32-4

[coreboot] [commit] r6509 - trunk/src/ec/lenovo/pmh7

2011-04-17 Thread repository service
Author: svens Date: Sun Apr 17 14:54:32 2011 New Revision: 6509 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6509 Log: PMH7: Add dock event control Signed-off-by: Sven Schnelle Acked-by: Sven Schnelle Modified: trunk/src/ec/lenovo/pmh7/chip.h trunk/src/ec/lenovo/pmh7/pmh7.c

[coreboot] [PATCH] add ThinkPad T60

2011-04-17 Thread Sven Schnelle
Hi List, the attached patch adds support for the ThinkPad T60 to coreboot. it is diffed against the existing X60 port. Signed-off-by: Sven Schnelle Index: Kconfig === --- Kconfig (revision 6509) +++ Kconfig (working copy) @@ -11,9

[coreboot] build service results for r6509

2011-04-17 Thread repository service
Dear coreboot readers! This is the automatic build system of coreboot. The developer "svens" checked in revision 6509 to the coreboot repository. This caused the following changes: Change Log: PMH7: Add dock event control Signed-off-by: Sven Schnelle Acked-by: Sven Schnelle Build Log: Compi

[coreboot] [commit] r6510 - trunk/src/ec/lenovo/h8/acpi

2011-04-17 Thread repository service
Author: svens Date: Sun Apr 17 16:55:21 2011 New Revision: 6510 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6510 Log: Lenovo H8 EC: add missing systemstatus.asl include Signed-off-by: Sven Schnelle Acked-by: Sven Schnelle Modified: trunk/src/ec/lenovo/h8/acpi/ec.asl Modified:

[coreboot] build service results for r6510

2011-04-17 Thread repository service
Dear coreboot readers! This is the automatic build system of coreboot. The developer "svens" checked in revision 6510 to the coreboot repository. This caused the following changes: Change Log: Lenovo H8 EC: add missing systemstatus.asl include Signed-off-by: Sven Schnelle Acked-by: Sven Schne

[coreboot] [patch] allow new amd agesa code to skip check for globals in romstage

2011-04-17 Thread Scott Duplichan
Recently the 3 projects using the new AMD reference code have been failing the check for globals (or statics) in romstage. This causes ASRock E350M1, AMD Inagua, and AMD Persimmon builds to fail with the message "Do not use global variables in romstage". The message is working as intended. It is de

Re: [coreboot] [patch] allow new amd agesa code to skip check for globals in romstage

2011-04-17 Thread Stefan Reinauer
On 4/17/11 2:37 PM, Scott Duplichan wrote: Recently the 3 projects using the new AMD reference code have been failing the check for globals (or statics) in romstage. This causes ASRock E350M1, AMD Inagua, and AMD Persimmon builds to fail with the message "Do not use global variables in romstage".

Re: [coreboot] [PATCH] add ThinkPad T60

2011-04-17 Thread Stefan Reinauer
On 4/17/11 6:07 AM, Sven Schnelle wrote: Hi List, the attached patch adds support for the ThinkPad T60 to coreboot. it is diffed against the existing X60 port. Signed-off-by: Sven Schnelle Index: t60/Kconfig === --- t60/Kconfig

[coreboot] [commit] r6511 - trunk/util/kconfig

2011-04-17 Thread repository service
Author: stepan Date: Mon Apr 18 04:07:16 2011 New Revision: 6511 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6511 Log: Emit unwritten symbols in Kconfig so we don't have to do constructs like #if defined(CONFIG_FOO) && CONFIG_FOO anymore. This was partially implemented but didn't wo

[coreboot] [commit] r6512 - trunk/src/lib

2011-04-17 Thread repository service
Author: stepan Date: Mon Apr 18 04:26:56 2011 New Revision: 6512 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6512 Log: fix copy and paste errors in ne2k.c Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Modified: trunk/src/lib/ne2k.c Modified: trunk/src/lib/ne2k.c ===

[coreboot] build service results for r6511

2011-04-17 Thread repository service
Dear coreboot readers! This is the automatic build system of coreboot. The developer "stepan" checked in revision 6511 to the coreboot repository. This caused the following changes: Change Log: Emit unwritten symbols in Kconfig so we don't have to do constructs like #if defined(CONFIG_FOO) && C

[coreboot] build service results for r6512

2011-04-17 Thread repository service
Dear coreboot readers! This is the automatic build system of coreboot. The developer "stepan" checked in revision 6512 to the coreboot repository. This caused the following changes: Change Log: fix copy and paste errors in ne2k.c Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Buil

[coreboot] [RFC][PATCH]Added architecture ARM and option for cross-compile

2011-04-17 Thread Hamo
This patch added a new architecture option in general setup menu, and after we choice the ARM architecture, we can define the cross-compiler-prefix. Since coreboot now depends on X86 architecture, we couldn't build an ARM coreboot now. Signed-off-by: Yang Bai diff --git a/Makefile b/Makefile in