[coreboot] r3456 build service

2008-08-02 Thread coreboot information
Dear coreboot readers! This is the automated build check service of coreboot. The developer "stepan" checked in revision 3456 to the coreboot source repository and caused the following changes: Change Log: use printk, when possible. (trivial) Signed-off-by: Stefan Reinauer <[EMAIL PROTECTED]>

[coreboot] r3457 build service

2008-08-02 Thread coreboot information
Dear coreboot readers! This is the automated build check service of coreboot. The developer "stepan" checked in revision 3457 to the coreboot source repository and caused the following changes: Change Log: clean out obsoleted config.lb rules and output, fix indenting (trivial) Signed-off-by: S

[coreboot] r3458 build service

2008-08-02 Thread coreboot information
Dear coreboot readers! This is the automated build check service of coreboot. The developer "stepan" checked in revision 3458 to the coreboot source repository and caused the following changes: Change Log: clarify in the printks what function is actually called. This little smart magic drove me

[coreboot] r3459 build service

2008-08-02 Thread coreboot information
Dear coreboot readers! This is the automated build check service of coreboot. The developer "stepan" checked in revision 3459 to the coreboot source repository and caused the following changes: Change Log: Typo, thanks to Idwer for spotting this. (trivial patch) Signed-off-by: Stefan Reinauer <

[coreboot] r3460 build service

2008-08-02 Thread coreboot information
Dear coreboot readers! This is the automated build check service of coreboot. The developer "stepan" checked in revision 3460 to the coreboot source repository and caused the following changes: Change Log: a heuristics is something different Signed-off-by: Stefan Reinauer <[EMAIL PROTECTED]> A

Re: [coreboot] patch: v3.k8.wip1

2008-08-02 Thread Peter Stuge
On Fri, Aug 01, 2008 at 09:32:49PM -0700, ron minnich wrote: > no #include in mcp55.c :-) I didn't touch the mcp55 files at all, when they didn't build straight away I simply commented out select SOUTHBRIDGE_NVIDIA_MCP55 so they weren't included. > anyway will try to fix it this weekend. Cool.

[coreboot] r3461 build service

2008-08-02 Thread coreboot information
Dear coreboot readers! This is the automated build check service of coreboot. The developer "stepan" checked in revision 3461 to the coreboot source repository and caused the following changes: Change Log: oops, forgot these in the cleanup.. (trivial) Signed-off-by: Stefan Reinauer <[EMAIL PR

[coreboot] [PATCH] [v2] remove verbose introduction of elfboot.

2008-08-02 Thread Stefan Reinauer
see patch! -- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49 761 7668825 • Fax: +49 761 7664613 Email: [EMAIL PROTECTED] • http://www.coresystems.de/ Registergericht: Amtsgericht Freiburg • HRB 7656 Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866 Remove welc

[coreboot] [PATCH] [v2] add returning to SIPI WAIT for MP systems

2008-08-02 Thread Stefan Reinauer
See patch! -- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49 761 7668825 • Fax: +49 761 7664613 Email: [EMAIL PROTECTED] • http://www.coresystems.de/ Registergericht: Amtsgericht Freiburg • HRB 7656 Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866 Go back to

[coreboot] [PATCH] [v2] copying to ram cosmetics

2008-08-02 Thread Stefan Reinauer
See patch! -- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49 761 7668825 • Fax: +49 761 7664613 Email: [EMAIL PROTECTED] • http://www.coresystems.de/ Registergericht: Amtsgericht Freiburg • HRB 7656 Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866 This patch

[coreboot] [PATCH] [v2] cleanup console code

2008-08-02 Thread Stefan Reinauer
See patch! -- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49 761 7668825 • Fax: +49 761 7664613 Email: [EMAIL PROTECTED] • http://www.coresystems.de/ Registergericht: Amtsgericht Freiburg • HRB 7656 Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866 Fix a quite

[coreboot] r3462 - trunk/util/flashrom

2008-08-02 Thread svn
Author: stepan Date: 2008-08-02 16:58:49 +0200 (Sat, 02 Aug 2008) New Revision: 3462 Modified: trunk/util/flashrom/flashchips.c Log: tested another intel chip (trivial) Signed-off-by: Stefan Reinauer <[EMAIL PROTECTED]> Acked-by: Stefan Reinauer <[EMAIL PROTECTED]> Modified: trunk/util/flas

Re: [coreboot] [PATCH] [v2] cleanup console code

2008-08-02 Thread Carl-Daniel Hailfinger
On 02.08.2008 16:50, Stefan Reinauer wrote: > Index: src/arch/i386/lib/console_print.c > === > --- src/arch/i386/lib/console_print.c (revision 3461) > +++ src/arch/i386/lib/console_print.c (working copy) > @@ -58,58 +58,59 @@ >

Re: [coreboot] [PATCH] [v2] copying to ram cosmetics

2008-08-02 Thread Carl-Daniel Hailfinger
On 02.08.2008 16:47, Stefan Reinauer wrote: > See patch! > This patch > * fixes a warning > * puts some debug messages to spew because they're only useful to debug CAR > * Print an explicit message "Uncompressing..." instad of "Copying..." when > coreboot_ram.rom is compressed. > > Signed-off-b

[coreboot] [PATCH] [flashrom] Numony support

2008-08-02 Thread Stefan Reinauer
See patch! -- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49 761 7668825 • Fax: +49 761 7664613 Email: [EMAIL PROTECTED] • http://www.coresystems.de/ Registergericht: Amtsgericht Freiburg • HRB 7656 Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866 Add support

Re: [coreboot] [PATCH] [v2] remove verbose introduction of elfboot.

2008-08-02 Thread Peter Stuge
On Sat, Aug 02, 2008 at 04:42:43PM +0200, Stefan Reinauer wrote: > - printk_info("Version %s\n", BOOTLOADER_VERSION); > - printk_info("\n"); > + printk_debug("\nelfboot: Attempting to load payload.\n"); Please keep the version number. Otherwise: Acked-by: Peter Stuge <[EMAIL PROTECTED

Re: [coreboot] [PATCH] [v2] add returning to SIPI WAIT for MP systems

2008-08-02 Thread Peter Stuge
On Sat, Aug 02, 2008 at 04:43:34PM +0200, Stefan Reinauer wrote: > Go back to SIPI WAIT state for those CPUS defining the newly introduced > CONFIG_AP_IN_SIPI_WAIT flag. Newer Intel CPUs need this to operate with > multiple cores. > > Signed-off-by: Stefan Reinauer <[EMAIL PROTECTED]> Acked-by: P

Re: [coreboot] [PATCH] [v2] cleanup console code

2008-08-02 Thread Stefan Reinauer
Carl-Daniel Hailfinger wrote: On 02.08.2008 16:50, Stefan Reinauer wrote: Index: src/arch/i386/lib/console_print.c === --- src/arch/i386/lib/console_print.c (revision 3461) +++ src/arch/i386/lib/console_print.c (working copy

Re: [coreboot] [PATCH] [flashrom] Numony support

2008-08-02 Thread Peter Stuge
On Sat, Aug 02, 2008 at 05:04:40PM +0200, Stefan Reinauer wrote: > erased blockwise .. > +int spi_chip_erase(struct flashchip *flash); Please change the function names to match the functionality. Maybe spi_chip_erase_all_blocks ? With that changed, it's Acked-by: Peter Stuge <[EMAIL PROTECTED]>

[coreboot] r3463 - trunk/coreboot-v2/src/cpu/x86/car

2008-08-02 Thread svn
Author: stepan Date: 2008-08-02 17:09:12 +0200 (Sat, 02 Aug 2008) New Revision: 3463 Modified: trunk/coreboot-v2/src/cpu/x86/car/copy_and_run.c Log: This patch * fixes a warning * puts some debug messages to spew because they're only useful to debug CAR * print an explicit message "Uncompressi

Re: [coreboot] [PATCH] [v2] remove verbose introduction of elfboot.

2008-08-02 Thread Stefan Reinauer
Peter Stuge wrote: On Sat, Aug 02, 2008 at 04:42:43PM +0200, Stefan Reinauer wrote: - printk_info("Version %s\n", BOOTLOADER_VERSION); - printk_info("\n"); + printk_debug("\nelfboot: Attempting to load payload.\n"); Please keep the version number. Otherwise: Acked-by

Re: [coreboot] [PATCH] [flashrom] Numony support

2008-08-02 Thread Stefan Reinauer
Peter Stuge wrote: On Sat, Aug 02, 2008 at 05:04:40PM +0200, Stefan Reinauer wrote: erased blockwise .. +int spi_chip_erase(struct flashchip *flash); Please change the function names to match the functionality. It erases the chip? Since it does not do blockwise erase on

[coreboot] r3464 - trunk/util/flashrom

2008-08-02 Thread svn
Author: stepan Date: 2008-08-02 17:13:58 +0200 (Sat, 02 Aug 2008) New Revision: 3464 Modified: trunk/util/flashrom/flashrom.c Log: update copyright year (trivial) Signed-off-by: Stefan Reinauer <[EMAIL PROTECTED]> Acked-by: Stefan Reinauer <[EMAIL PROTECTED]> Modified: trunk/util/flashrom/f

[coreboot] r3465 - in trunk/coreboot-v2/src: config cpu/x86/lapic include/cpu/x86

2008-08-02 Thread svn
Author: stepan Date: 2008-08-02 17:15:23 +0200 (Sat, 02 Aug 2008) New Revision: 3465 Modified: trunk/coreboot-v2/src/config/Options.lb trunk/coreboot-v2/src/cpu/x86/lapic/lapic_cpu_init.c trunk/coreboot-v2/src/include/cpu/x86/lapic.h Log: Go back to SIPI WAIT state for those CPUS defining

Re: [coreboot] [PATCH] [v2] cleanup console code

2008-08-02 Thread ron minnich
On Sat, Aug 2, 2008 at 8:08 AM, Stefan Reinauer <[EMAIL PROTECTED]> wrote: > Carl-Daniel Hailfinger wrote: >> >> On 02.08.2008 16:50, Stefan Reinauer wrote: >> >> >>> >>> Index: src/arch/i386/lib/console_print.c >>> === >>> --- src/arc

Re: [coreboot] [PATCH] [flashrom] Numony support

2008-08-02 Thread Carl-Daniel Hailfinger
On 02.08.2008 17:04, Stefan Reinauer wrote: > Add support for Numonyx M25PE80. This chip requires to be erased blockwise, as > the c7 method is unreliable, either for ICH7 or for this chip. > > Signed-off-by: Stefan Reinauer <[EMAIL PROTECTED]> > Please don't commit yet. There's another chip e

Re: [coreboot] [PATCH] [v2] remove verbose introduction of elfboot.

2008-08-02 Thread Uwe Hermann
On Sat, Aug 02, 2008 at 05:10:43PM +0200, Stefan Reinauer wrote: > Peter Stuge wrote: >> On Sat, Aug 02, 2008 at 04:42:43PM +0200, Stefan Reinauer wrote: >> >>> - printk_info("Version %s\n", BOOTLOADER_VERSION); >>> - printk_info("\n"); >>> + printk_debug("\nelfboot: Attempting to load pay

Re: [coreboot] r3463 - trunk/coreboot-v2/src/cpu/x86/car

2008-08-02 Thread Uwe Hermann
On Sat, Aug 02, 2008 at 05:09:13PM +0200, [EMAIL PROTECTED] wrote: > #if CONFIG_USE_INIT > - printk_debug("linxbios_ram.bin length = %08x\r\n", olen); > + printk_spew("linxbios_ram.bin length = %08x\r\n", olen); > #else > - print_debug("linxbios_ram.bin length = "); print_debug_hex32(

Re: [coreboot] r3463 - trunk/coreboot-v2/src/cpu/x86/car

2008-08-02 Thread Peter Stuge
On Sat, Aug 02, 2008 at 07:05:19PM +0200, Uwe Hermann wrote: > On Sat, Aug 02, 2008 at 05:09:13PM +0200, [EMAIL PROTECTED] wrote: > > #if CONFIG_USE_INIT > > - printk_debug("linxbios_ram.bin length = %08x\r\n", olen); > > + printk_spew("linxbios_ram.bin length = %08x\r\n", olen); > > #else >

Re: [coreboot] [PATCH] [flashrom] Numony support

2008-08-02 Thread Stefan Reinauer
Carl-Daniel Hailfinger wrote: On 02.08.2008 17:04, Stefan Reinauer wrote: Add support for Numonyx M25PE80. This chip requires to be erased blockwise, as the c7 method is unreliable, either for ICH7 or for this chip. Signed-off-by: Stefan Reinauer <[EMAIL PROTECTED]> Please don't c

Re: [coreboot] [PATCH] v3: convert stage2 and initram makefile rules from object to source files

2008-08-02 Thread Carl-Daniel Hailfinger
On 01.03.2008 20:26, Carl-Daniel Hailfinger wrote: > Convert stage2 and initram makefile rules from object to source files. > This creates a clearer distinction between source files in the source > tree we want to have compiled and indirectly created object/source files > in the object tree. > >

[coreboot] r3466 - in trunk/coreboot-v2/src: cpu/amd/car cpu/x86/car northbridge/amd/amdk8

2008-08-02 Thread svn
Author: stepan Date: 2008-08-02 21:17:42 +0200 (Sat, 02 Aug 2008) New Revision: 3466 Modified: trunk/coreboot-v2/src/cpu/amd/car/copy_and_run.c trunk/coreboot-v2/src/cpu/x86/car/copy_and_run.c trunk/coreboot-v2/src/northbridge/amd/amdk8/get_sblk_pci1234.c Log: adapt Uncompressing.. patch

Re: [coreboot] [PATCH] [flashrom] Numony support

2008-08-02 Thread Peter Stuge
On Sat, Aug 02, 2008 at 05:04:40PM +0200, Stefan Reinauer wrote: > Add support for Numonyx M25PE80. This chip requires to be erased > blockwise, as the c7 method is unreliable, either for ICH7 or for > this chip. > > Signed-off-by: Stefan Reinauer <[EMAIL PROTECTED]> Acked-by: Peter Stuge <[EMAIL

Re: [coreboot] [PATCH] v3: convert stage2 and initram makefile rules from object to source files

2008-08-02 Thread Carl-Daniel Hailfinger
On 02.08.2008 20:47, Carl-Daniel Hailfinger wrote: > On 01.03.2008 20:26, Carl-Daniel Hailfinger wrote: > >> Convert stage2 and initram makefile rules from object to source files. >> This creates a clearer distinction between source files in the source >> tree we want to have compiled and indi

Re: [coreboot] [PATCH] v3: convert stage2 and initram makefile rules from object to source files

2008-08-02 Thread ron minnich
Acked-by: Ronald G. Minnich <[EMAIL PROTECTED]> -- coreboot mailing list coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] r714 - in coreboot-v3: arch/x86 device mainboard/adl/msm800sev mainboard/amd/db800 mainboard/amd/norwich mainboard/artecgroup/dbe61 mainboard/artecgroup/dbe62 mainboard/emulation/qemu-x86 m

2008-08-02 Thread svn
Author: hailfinger Date: 2008-08-02 22:56:11 +0200 (Sat, 02 Aug 2008) New Revision: 714 Modified: coreboot-v3/arch/x86/Makefile coreboot-v3/device/Makefile coreboot-v3/mainboard/adl/msm800sev/Makefile coreboot-v3/mainboard/amd/db800/Makefile coreboot-v3/mainboard/amd/norwich/Makefil

[coreboot] v3 : mcp55.c patch

2008-08-02 Thread ron minnich
this is much closer. There are more functions to bring in before it will work at all. ron mcp55.c compiles. stage1.c does not. Nevertheless this is worth getting committed for others to see Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]> Index: southbridge/nvidia/mcp55/mcp55.h ==

Re: [coreboot] [PATCH] v3: convert stage2 and initram makefile rules from object to source files

2008-08-02 Thread Carl-Daniel Hailfinger
On 02.08.2008 22:27, ron minnich wrote: > Acked-by: Ronald G. Minnich <[EMAIL PROTECTED]> > Thanks, r714. Regards, Carl-Daniel -- coreboot mailing list coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] patch for buildrom's unifdef makefile

2008-08-02 Thread Cristi Magherusan
Unifef's build target used to depend on the .o binary file, instead of the .c source. This trivial patch includes a patch for the unifdef makefile and modifies the build script to apply it. Signed-off-by: Cristi Măgherușan diff --git a/packages/unifdef/patches/series b/packages/unifdef/patches/s

Re: [coreboot] patch for buildrom's unifdef makefile

2008-08-02 Thread Peter Stuge
On Sun, Aug 03, 2008 at 12:39:14AM +0300, Cristi Magherusan wrote: > Unifef's build target used to depend on the .o binary file, instead of > the .c source. > > This trivial patch includes a patch for the unifdef makefile and > modifies the build script to apply it. > > Signed-off-by: Cristi M??g

Re: [coreboot] patch for buildrom's unifdef makefile

2008-08-02 Thread Ward Vandewege
On Sun, Aug 03, 2008 at 12:39:14AM +0300, Cristi Magherusan wrote: > Unifef's build target used to depend on the .o binary file, instead of > the .c source. > > This trivial patch includes a patch for the unifdef makefile and > modifies the build script to apply it. > > Signed-off-by: Cristi Măgh

[coreboot] r213 - in buildrom-devel/packages/unifdef: . patches

2008-08-02 Thread svn
Author: ward Date: 2008-08-03 00:14:30 +0200 (Sun, 03 Aug 2008) New Revision: 213 Added: buildrom-devel/packages/unifdef/patches/ buildrom-devel/packages/unifdef/patches/series buildrom-devel/packages/unifdef/patches/unifdef-build-fix.patch Modified: buildrom-devel/packages/unifdef/uni

Re: [coreboot] patch for buildrom's unifdef makefile

2008-08-02 Thread Ward Vandewege
On Sat, Aug 02, 2008 at 06:04:19PM -0400, Ward Vandewege wrote: > On Sun, Aug 03, 2008 at 12:39:14AM +0300, Cristi Magherusan wrote: > > Unifef's build target used to depend on the .o binary file, instead of > > the .c source. > > > > This trivial patch includes a patch for the unifdef makefile an