[coreboot] build service results for r5369

2010-04-06 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer "stepan" checked in revision 5369 to the coreboot repository. This caused the following changes: Change Log: it's a long term, give the compiler a chance to breathe .. ;-) Signed-off-by: Stefan Reinauer Acked

[coreboot] build service results for r5368

2010-04-06 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer "stepan" checked in revision 5368 to the coreboot repository. This caused the following changes: Change Log: clean up age old via epia target. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Buil

[coreboot] build service results for r5367

2010-04-06 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer "stepan" checked in revision 5367 to the coreboot repository. This caused the following changes: Change Log: drop the use of function pointers from romcc code. Signed-off-by: Stefan Reinauer Acked-by: Stefan

[coreboot] [commit] r5369 - trunk/src/northbridge/via/vt8601

2010-04-06 Thread repository service
Author: stepan Date: Wed Apr 7 05:41:39 2010 New Revision: 5369 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5369 Log: it's a long term, give the compiler a chance to breathe .. ;-) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Modified: trunk/src/northbridge/via/vt

[coreboot] [commit] r5368 - in trunk/src: . cpu/x86/mtrr mainboard/via/epia mainboard/via/epia-m northbridge/via/vt8601 southbridge/via/vt8231

2010-04-06 Thread repository service
Author: stepan Date: Wed Apr 7 05:40:37 2010 New Revision: 5368 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5368 Log: clean up age old via epia target. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Modified: trunk/src/Kconfig trunk/src/cpu/x86/mtrr/earlymtrr.c

[coreboot] build service results for r5366

2010-04-06 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer "stepan" checked in revision 5366 to the coreboot repository. This caused the following changes: Change Log: fix epia-m700 compilation, and remove more warnings. Signed-off-by: Stefan Reinauer Acked-by: Stefan

[coreboot] [commit] r5367 - trunk/src/mainboard/digitallogic/msm586seg

2010-04-06 Thread repository service
Author: stepan Date: Wed Apr 7 05:11:28 2010 New Revision: 5367 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5367 Log: drop the use of function pointers from romcc code. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Modified: trunk/src/mainboard/digitallogic/msm586s

[coreboot] build service results for r5365

2010-04-06 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer "stepan" checked in revision 5365 to the coreboot repository. This caused the following changes: Change Log: no duplicate names in cmos.layout. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Buil

[coreboot] build service results for r5364

2010-04-06 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer "stepan" checked in revision 5364 to the coreboot repository. This caused the following changes: Change Log: switch some ROMCC boards back to ROMCC. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer

Re: [coreboot] Need confirmation if HP nx6310 will work with coreboot

2010-04-06 Thread Stefan Reinauer
On 4/7/10 1:05 AM, secretoc...@gmx.de wrote: > Hi, > > I've got an HP nx6310 notebook with Linux as operating system and I'm > thinking of trying coreboot to get rid of the non-free HP BIOS. > Though I'm quite confident that the chipset is supported, it'll be nice if > someone would confirm that

[coreboot] [commit] r5366 - in trunk/src: mainboard/artecgroup/dbe61 mainboard/intel/eagleheights mainboard/intel/xe7501devkit northbridge/via/vx800 southbridge/intel/i82801cx superio/smsc/lpc47b272

2010-04-06 Thread repository service
Author: stepan Date: Wed Apr 7 04:30:57 2010 New Revision: 5366 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5366 Log: fix epia-m700 compilation, and remove more warnings. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Modified: trunk/src/mainboard/artecgroup/dbe61/ma

[coreboot] build service results for r5363

2010-04-06 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer "stepan" checked in revision 5363 to the coreboot repository. This caused the following changes: Change Log: "no warnings day" last round for today. still warnings - help appreciated. Signed-off-by: Stefan Rein

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

2010-04-06 Thread repository service
Author: stepan Date: Wed Apr 7 04:09:54 2010 New Revision: 5365 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5365 Log: no duplicate names in cmos.layout. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Modified: trunk/src/mainboard/asrock/939a785gmh/cmos.layout Modifi

[coreboot] [commit] r5364 - in trunk/src: drivers/generic/debug mainboard/msi/ms7135 mainboard/tyan/s2735 mainboard/via/epia mainboard/via/epia-m mainboard/via/epia-m700 mainboard/via/epia-n southbrid

2010-04-06 Thread repository service
Author: stepan Date: Wed Apr 7 04:06:53 2010 New Revision: 5364 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5364 Log: switch some ROMCC boards back to ROMCC. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Modified: trunk/src/drivers/generic/debug/debug_dev.c trun

Re: [coreboot] memset called to somewhere high on the stack (uncached)

2010-04-06 Thread Kevin O'Connor
On Tue, Apr 06, 2010 at 04:21:57PM -0600, Myles Watson wrote: > I'm seeing code reads to memset() in coreboot_ram interleaved with byte > writes to somewhere high on the stack (_estack -0x1fC). This is a k8. > > I can't find the place during the RAM stage when we are calling memset with > caches

[coreboot] [commit] r5363 - in trunk/src: mainboard/msi/ms9185 mainboard/via/epia-m mainboard/via/epia-n northbridge/amd/amdfam10 northbridge/amd/amdk8 northbridge/via/cn400 northbridge/via/vt8623 nor

2010-04-06 Thread repository service
Author: stepan Date: Wed Apr 7 03:44:04 2010 New Revision: 5363 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5363 Log: "no warnings day" last round for today. still warnings - help appreciated. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Modified: trunk/src/mainboa

[coreboot] [commit] r5362 - trunk/src/mainboard/via/epia-n

2010-04-06 Thread repository service
Author: stepan Date: Wed Apr 7 03:41:01 2010 New Revision: 5362 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5362 Log: oops... this is a critical issue. Some boards in the tree don't compile with romcc even though they don't have CAR either. We need to check all boards and fix those

[coreboot] [commit] r5361 - in trunk/src: mainboard/asus/a8n_e mainboard/asus/a8v-e_se mainboard/asus/m2v-mx_se mainboard/hp/dl145_g3 mainboard/msi/ms7135 mainboard/msi/ms9282 mainboard/msi/ms9652_fam

2010-04-06 Thread repository service
Author: stepan Date: Wed Apr 7 02:38:09 2010 New Revision: 5361 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5361 Log: - unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLY - cleanup reset - some minor warning fixes. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Modified: t

[coreboot] build service results for r5360

2010-04-06 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer "stepan" checked in revision 5360 to the coreboot repository. This caused the following changes: Change Log: fix CK804 boards. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Build Log: Compilati

[coreboot] [commit] r5360 - trunk/src/southbridge/nvidia/ck804

2010-04-06 Thread repository service
Author: stepan Date: Wed Apr 7 01:55:17 2010 New Revision: 5360 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5360 Log: fix CK804 boards. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Modified: trunk/src/southbridge/nvidia/ck804/ck804_early_setup.c trunk/src/south

[coreboot] Need confirmation if HP nx6310 will work with coreboot

2010-04-06 Thread secretocean
Hi, I've got an HP nx6310 notebook with Linux as operating system and I'm thinking of trying coreboot to get rid of the non-free HP BIOS. Though I'm quite confident that the chipset is supported, it'll be nice if someone would confirm that and perhaps give further instructions on how to use cor

Re: [coreboot] [commit] r5359 - in trunk/src: . cpu/amd/model_10xxxcpu/amd/model_fxx cpu/amd/model_lx cpu/x86/mtrrinclude/cpu/x86 mainboard/amd/mahogany_fam10mainboard/amd/serengeti_cheetah mainboard/

2010-04-06 Thread Myles Watson
> >> Now that we have Kconfig, I think this check can disappear. Is there a > way > >> to un-define CONFIG_RAMTOP? > > With RAMTOP being > > > > config RAMTOP > > hex > > default 0x20 > > > > it can't happen. > > > > But I didn't want to change the rough logical flow with self-acked code, > >

Re: [coreboot] memset called to somewhere high on the stack (uncached)

2010-04-06 Thread Myles Watson
> Maybe you can run under SimNow and use a memory access breakpoint? Good idea. How do you tell in SimNow if an access is cached or not? Thanks, Myles -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] memset called to somewhere high on the stack (uncached)

2010-04-06 Thread Rudolf Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Myles Watson wrote: >> Maybe you can run under SimNow and use a memory access breakpoint? > Good idea. How do you tell in SimNow if an access is cached or not? Dont know maybe you can check CPU state after a breakpoint? Rudolf > > Thanks, > Myles

[coreboot] build service results for r5359

2010-04-06 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer "stepan" checked in revision 5359 to the coreboot repository. This caused the following changes: Change Log: No warnings day, next round. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Build Log

Re: [coreboot] memset called to somewhere high on the stack (uncached)

2010-04-06 Thread Rudolf Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maybe you can run under SimNow and use a memory access breakpoint? Rudolf -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAku7tQsACgkQ3J9wPJqZRNVLPQCeOgzlrj7S

Re: [coreboot] [commit] r5359 - in trunk/src: . cpu/amd/model_10xxxcpu/amd/model_fxx cpu/amd/model_lx cpu/x86/mtrrinclude/cpu/x86 mainboard/amd/mahogany_fam10mainboard/amd/serengeti_cheetah mainboard/

2010-04-06 Thread Stefan Reinauer
wasn't meant to be private only. On 4/7/10 12:24 AM, Stefan Reinauer wrote: > On 4/7/10 12:06 AM, Myles Watson wrote: > >> >> >>> -Original Message- >>> From: coreboot-boun...@coreboot.org [mailto:coreboot-boun...@coreboot.org] >>> On Behalf Of repository service >>> Sent: Tuesd

[coreboot] memset called to somewhere high on the stack (uncached)

2010-04-06 Thread Myles Watson
I'm seeing code reads to memset() in coreboot_ram interleaved with byte writes to somewhere high on the stack (_estack -0x1fC). This is a k8. I can't find the place during the RAM stage when we are calling memset with caches disabled. Does this ring a bell for anyone? Thanks, Myles -- corebo

Re: [coreboot] [commit] r5359 - in trunk/src: . cpu/amd/model_10xxxcpu/amd/model_fxx cpu/amd/model_lx cpu/x86/mtrrinclude/cpu/x86 mainboard/amd/mahogany_fam10mainboard/amd/serengeti_cheetah mainboard/

2010-04-06 Thread Myles Watson
> -Original Message- > From: coreboot-boun...@coreboot.org [mailto:coreboot-boun...@coreboot.org] > On Behalf Of repository service > Sent: Tuesday, April 06, 2010 3:50 PM > To: coreboot@coreboot.org > Subject: [coreboot] [commit] r5359 - in trunk/src: . > cpu/amd/model_10xxxcpu/amd/model

[coreboot] [commit] r5359 - in trunk/src: . cpu/amd/model_10xxx cpu/amd/model_fxx cpu/amd/model_lx cpu/x86/mtrr include/cpu/x86 mainboard/amd/mahogany_fam10 mainboard/amd/serengeti_cheetah mainboard/a

2010-04-06 Thread repository service
Author: stepan Date: Tue Apr 6 21:50:21 2010 New Revision: 5359 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5359 Log: No warnings day, next round. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Modified: trunk/src/Kconfig trunk/src/cpu/amd/model_10xxx/init_cpus.c

[coreboot] [commit] r5358 - trunk/src/northbridge/amd/amdfam10

2010-04-06 Thread repository service
Author: stepan Date: Tue Apr 6 21:49:31 2010 New Revision: 5358 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5358 Log: fam10 acpi fix Signed-off-by: Stefan Reinauer Acked-by: Marc Jones Modified: trunk/src/northbridge/amd/amdfam10/amdfam10_acpi.c Modified: trunk/src/northbri

Re: [coreboot] GSOC: thoughts on projects

2010-04-06 Thread ron minnich
If you have never done a bios before I would take a more limited scope project, maybe getting v4 working on geode, which we really need. I would think twice about the marvell, that may be too much for the summer. ron -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailma

Re: [coreboot] GSOC: thoughts on projects

2010-04-06 Thread Joseph Smith
On 04/06/2010 02:56 PM, austi...@msu.edu wrote: Hi. My name's Rob Austin, I'm a computer engineering major at Michigan State University. I got on IRC for a bit a week or so ago and chatted with a few people about some of the proposed ideas. I've had some time to think and read more about what I

[coreboot] GSOC: thoughts on projects

2010-04-06 Thread austinro
Hi. My name's Rob Austin, I'm a computer engineering major at Michigan State University. I got on IRC for a bit a week or so ago and chatted with a few people about some of the proposed ideas. I've had some time to think and read more about what I could do for coreboot, and I'd like to g