[coreboot] [commit] r6256 - trunk/src/mainboard/asrock/939a785gmh

2011-01-16 Thread repository service
Author: ruik Date: Sun Jan 16 17:23:51 2011 New Revision: 6256 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6256 Log: Trivial, cleanup of GPIO comments. Signed-off-by: Rudolf Marek r.ma...@assembler.cz Acked-by: Rudolf Marek r.ma...@assembler.cz Modified:

[coreboot] build service results for r6256

2011-01-16 Thread repository service
Dear coreboot readers! This is the automatic build system of coreboot. The developer ruik checked in revision 6256 to the coreboot repository. This caused the following changes: Change Log: Trivial, cleanup of GPIO comments. Signed-off-by: Rudolf Marek r.ma...@assembler.cz Acked-by: Rudolf

[coreboot] [commit] r6257 - trunk/src/mainboard/asrock/939a785gmh

2011-01-16 Thread repository service
Author: ruik Date: Sun Jan 16 18:15:36 2011 New Revision: 6257 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6257 Log: Ooops lets see if this extra comment removal fixes this. Signed-off-by: Rudolf Marek r.ma...@assembler.cz Acked-by: Rudolf Marek r.ma...@assembler.cz Modified:

[coreboot] build service results for r6257

2011-01-16 Thread repository service
Dear coreboot readers! This is the automatic build system of coreboot. The developer ruik checked in revision 6257 to the coreboot repository. This caused the following changes: Change Log: Ooops lets see if this extra comment removal fixes this. Signed-off-by: Rudolf Marek

[coreboot] [PATCH] Fix compile failure when VGA_ROM_RUN disabled on epia-cn.

2011-01-16 Thread Kevin O'Connor
The cn700.c code references mainboard_interrupt_handlers() which isn't defined if VGA_ROM_RUN is off. Define a dummy implementation of that function for this case. Signed-off-by: Kevin O'Connor ke...@koconnor.net --- src/arch/x86/include/arch/interrupt.h |4 1 files changed, 4

[coreboot] [PATCH] Copy final cbfstool binary to build/ directory.

2011-01-16 Thread Kevin O'Connor
The cbfstool program is a useful tool for the end user. It's hard to find in ./build/util/cbfstool/cbfstool, so copy it to ./build/cbfstool for the user. Signed-off-by: Kevin O'Connor ke...@koconnor.net --- Makefile |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git

[coreboot] [PATCH] [RESEND] cbfstool add-lzma method

2011-01-16 Thread Kevin O'Connor
This is a resend of a patch I sent last year. Current distros ship a version of lzma that does not set the size property of the compressed archive. This makes files compressed via the system version of lzma unusable for coreboot and seabios. This patch adds a helper to cbfstool so users can

Re: [coreboot] [PATCH] [RESEND] cbfstool add-lzma method

2011-01-16 Thread Paul Menzel
Dear Kevin, Am Sonntag, den 16.01.2011, 13:23 -0500 schrieb Kevin O'Connor: This is a resend of a patch I sent last year. Current distros ship a version of lzma that does not set the size property of the compressed archive. This makes files compressed via the system version of lzma

Re: [coreboot] [commit] r5902 - in trunk/src: cpu/amd/car cpu/intel/car cpu/intel/model_106cx cpu/intel/model_6ex cpu/intel/model_6fx cpu/via/car include/cpu/x86

2011-01-16 Thread Kevin O'Connor
On Fri, Oct 01, 2010 at 11:46:05PM +0200, repository service wrote: Author: uwe Date: Fri Oct 1 23:46:04 2010 New Revision: 5902 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5902 Log: Factor out common CAR asm snippets. This makes the CAR implementations a lot more

[coreboot] [PATCH] Via CAR code should cache CONFIG_RAMBASE..CONFIG_RAMTOP for ramstage.

2011-01-16 Thread Kevin O'Connor
Now that the VIA code is run above 1Meg (like other boards), it should cache that range instead of the first 1Meg. This reduces boot time by about 1 second on epia-cn. This patch also adds a MTRRphysMaskValid bit definition. Signed-off-by: Kevin O'Connor ke...@koconnor.net ---

[coreboot] PATCH for NOKIA IP530

2011-01-16 Thread Marc Bertens
Hi all, Acked-by: Marc Bertens mbertens.xs4all.nl Tested-by: Marc Bertens mbertens.xs4all.nl Here is a new patch for the Nokia IP530, it contains; * Selection of the P3 cup in the Kconfig * In Kconfig the board revision can be selected. * In the devicetree,cb added comments and commented-out

Re: [coreboot] [commit] r5902 - in trunk/src: cpu/amd/car cpu/intel/car cpu/intel/model_106cx cpu/intel/model_6ex cpu/intel/model_6fx cpu/via/car include/cpu/x86

2011-01-16 Thread Stefan Reinauer
* Kevin O'Connor ke...@koconnor.net [110116 20:04]: On Fri, Oct 01, 2010 at 11:46:05PM +0200, repository service wrote: Author: uwe Date: Fri Oct 1 23:46:04 2010 New Revision: 5902 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5902 Log: Factor out common CAR asm

Re: [coreboot] [PATCH] Via CAR code should cache CONFIG_RAMBASE..CONFIG_RAMTOP for ramstage.

2011-01-16 Thread Stefan Reinauer
* Kevin O'Connor ke...@koconnor.net [110116 20:50]: Now that the VIA code is run above 1Meg (like other boards), it should cache that range instead of the first 1Meg. This reduces boot time by about 1 second on epia-cn. This patch also adds a MTRRphysMaskValid bit definition.

Re: [coreboot] [commit] r5902 - in trunk/src: cpu/amd/car cpu/intel/car cpu/intel/model_106cx cpu/intel/model_6ex cpu/intel/model_6fx cpu/via/car include/cpu/x86

2011-01-16 Thread Rudolf Marek
Hi, If possible I would like to see it back too. Acked-by: Rudolf Marek r.ma...@assembler.cz Thanks, Rudolf -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] PATCH for NOKIA IP530

2011-01-16 Thread Stefan Reinauer
* Marc Bertens mbert...@xs4all.nl [110116 21:57]: Hi all, Acked-by: Marc Bertens mbertens.xs4all.nl Tested-by: Marc Bertens mbertens.xs4all.nl Guess it needs a Signed-off-by from you... http://www.coreboot.org/Development_Guidelines#Sign-off_Procedure Acked-by: Stefan Reinauer

Re: [coreboot] PATCH for NOKIA IP530

2011-01-16 Thread Marc Bertens
Correct, sorry some time i mix things up Marc On Sun, 2011-01-16 at 23:14 +0100, Stefan Reinauer wrote: * Marc Bertens mbert...@xs4all.nl [110116 21:57]: Hi all, Acked-by: Marc Bertens mbertens.xs4all.nl Tested-by: Marc Bertens mbertens.xs4all.nl Guess it needs a Signed-off-by from

Re: [coreboot] [PATCH] Fix compile failure when VGA_ROM_RUN disabled on epia-cn.

2011-01-16 Thread Stefan Reinauer
* Kevin O'Connor ke...@koconnor.net [110116 18:59]: The cn700.c code references mainboard_interrupt_handlers() which isn't defined if VGA_ROM_RUN is off. Define a dummy implementation of that function for this case. Signed-off-by: Kevin O'Connor ke...@koconnor.net Acked-by: Stefan Reinauer

Re: [coreboot] PATCH for NOKIA IP530

2011-01-16 Thread Marc Bertens
For the correctness; Signed-by: Marc Bertens mbertens.xs4all.nl Marc On Sun, 2011-01-16 at 23:14 +0100, Stefan Reinauer wrote: * Marc Bertens mbert...@xs4all.nl [110116 21:57]: Hi all, Tested-by: Marc Bertens mbertens.xs4all.nl Guess it needs a Signed-off-by from you...

Re: [coreboot] [PATCH] Fix compile failure when VGA_ROM_RUN disabled on epia-cn.

2011-01-16 Thread Peter Stuge
Kevin O'Connor wrote: The cn700.c code references mainboard_interrupt_handlers() which isn't defined if VGA_ROM_RUN is off. Define a dummy implementation of that function for this case. Shouldn't cn700.c code be changed instead, so that it doesn't reference the function when VGA_ROM_RUN is

Re: [coreboot] [PATCH] Copy final cbfstool binary to build/ directory.

2011-01-16 Thread Peter Stuge
Kevin O'Connor wrote: The cbfstool program is a useful tool for the end user. It's hard to find in ./build/util/cbfstool/cbfstool, so copy it to ./build/cbfstool for the user. Signed-off-by: Kevin O'Connor ke...@koconnor.net --- Makefile |5 - 1 files changed, 4 insertions(+), 1

Re: [coreboot] [PATCH]Improve GPIO setup on roda/rk886ex

2011-01-16 Thread Peter Stuge
Patrick Georgi wrote: Hi, attached patch improves on GPIO setup, by turning off LEDs on boot (and various other things). It also documents what the GPIOs are used for on this board. Signed-off-by: Patrick Georgi patrick.geo...@secunet.com Acked-by: Peter Stuge pe...@stuge.se

[coreboot] [commit] r6258 - trunk/src/northbridge/amd/amdmct/mct_ddr3

2011-01-16 Thread repository service
Author: zbao Date: Mon Jan 17 03:20:33 2011 New Revision: 6258 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6258 Log: The code is tested on my board with register DIMMs. More tests need to be done. Please send the testing report. Note: The pDCTstat-PresetmaxFreq in

Re: [coreboot] [commit] r6253 - in trunk: src/arch/x86 src/mainboard/getac/p470 src/mainboard/kontron/986lcd-m src/mainboard/roda/rk886ex src/pc80 util/cbfstool

2011-01-16 Thread Peter Stuge
repository service wrote: +++ trunk/src/pc80/mc146818rtc_early.cFri Jan 14 08:40:24 2011 (r6253) .. static inline int do_normal_boot(void) { + char *cmos_default = cbfs_find_file(cmos.default, 0xaa); unsigned char byte; + int i; if (cmos_error() ||

Re: [coreboot] [PATCH] Fix compile failure when VGA_ROM_RUN disabled on epia-cn.

2011-01-16 Thread Stefan Reinauer
* Peter Stuge pe...@stuge.se [110117 02:32]: Kevin O'Connor wrote: The cn700.c code references mainboard_interrupt_handlers() which isn't defined if VGA_ROM_RUN is off. Define a dummy implementation of that function for this case. Shouldn't cn700.c code be changed instead, so that it

Re: [coreboot] [PATCH] Fix compile failure when VGA_ROM_RUN disabled on epia-cn.

2011-01-16 Thread Peter Stuge
Stefan Reinauer wrote: The cn700.c code references mainboard_interrupt_handlers() which isn't defined if VGA_ROM_RUN is off. Define a dummy implementation of that function for this case. Shouldn't cn700.c code be changed instead, so that it doesn't reference the function when

Re: [coreboot] Jetw. J8F9 support

2011-01-16 Thread Peter Stuge
Cristian Craciunescu wrote: I've compiled suport for j8f9 board from jetw. using as template other LX mainboard. The system is booting with coreboot/seabios however the serial does not seam to work in kernel. GRUB bootloader works ok over serial but as soon as the linux kernel finish booting

[coreboot] [commit] r6259 - trunk/util/cbfstool

2011-01-16 Thread repository service
Author: stuge Date: Mon Jan 17 06:02:09 2011 New Revision: 6259 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6259 Log: cbfstool: Trivial move of newline after commands in usage Signed-off-by: Peter Stuge pe...@stuge.se Acked-by: Peter Stuge pe...@stuge.se Modified:

[coreboot] [commit] r6260 - trunk/util/cbfstool

2011-01-16 Thread repository service
Author: stuge Date: Mon Jan 17 06:08:32 2011 New Revision: 6260 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6260 Log: cbfstool: When extracting, refer to files in CBFS as file instead of payload Signed-off-by: Peter Stuge pe...@stuge.se Acked-by: Peter Stuge pe...@stuge.se