Re: [coreboot] Geode LX VGA BIOS Patch

2009-08-13 Thread Kevin O'Connor
On Wed, Aug 12, 2009 at 06:02:08AM -0400, Chris Kindt wrote: > These initial patches enable booting with the SeaBIOS VGA BIOS on > Geode LX hardware. Wow. I was unaware that there was a GSOC project for this. I have a few comments - see below. > +static union u64_u32_u lx_msrRead(u32 msrAdd

Re: [coreboot] Geode LX VGA BIOS Patch

2009-08-13 Thread Kevin O'Connor
On Wed, Aug 12, 2009 at 05:44:39PM +0200, Stefan Reinauer wrote: > Kevin licensed his vgabios code GPLv3. SeaBIOS (including the vgabios code) is LGPLv3. -Kevin -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] [patch] support for 4MB ROM images

2009-08-13 Thread Cristi Magherusan
This patch enables Kbuild to create 4MB ROM images, instead of maximum 2MB as before. It's also available in my git repo, in here: http://github.com/cristim/coreboot-v2/commit/2aa6a3012de28b5db4c35d9fe128f681c3a986e9.patch From 2aa6a3012de28b5db4c35d9fe128f681c3a986e9 Mon Sep 17 00:00:00 2001 Fr

[coreboot] [patch] Kbuild support for Asus M2V-MX-SE

2009-08-13 Thread Cristi Magherusan
Hello, This patch adds support for my Asus M2V-MX-SE motherboard, but in order for it to really compile, we need to fix the libgcc issue in a way or another. Cristi Index: src/southbridge/via/vt8237r/Kconfig === --- src/southbridge/

[coreboot] [patch] remove the normal payload from Kbuild

2009-08-13 Thread Cristi Magherusan
This patch removes te NORMAL payload from Kbuild. It's also available at http://github.com/cristim/coreboot-v2/commit/25fcc47f57bebb411a0466c190a260688b56b4fd.patch From 25fcc47f57bebb411a0466c190a260688b56b4fd Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Cristi=20M=C4=83gheru=C8=99an?= Date: Fri, 1

Re: [coreboot] patch: Kconfig for via south and AM2

2009-08-13 Thread Cristi Magherusan
On Thu, 2009-08-13 at 08:44 -0700, ron minnich wrote: > Sorry about that, I missed the missing conditionals in > src/southbridge/via/Makefile.inc > > Gotta keep working on that doc, I'm not up to north and south rules yet. > > Signed-off-by: Ronald G. Minnich > Hello, I fixed them again and c

Re: [coreboot] Kconfig options discussion

2009-08-13 Thread ron minnich
On Thu, Aug 13, 2009 at 11:42 AM, Myles Watson wrote: > > I divided the options from config/Options.lb up the way it made most sense > to me.  I'd like to see other people's divisions. This is a great breakdown. What I wonder about doing to start: starting with ALL the options listed in, e.g., cp

Re: [coreboot] Memtest86

2009-08-13 Thread ron minnich
I would really like a memtest without the eye candy. In at least one case on geode if I ran it in a non-80-column window it would fail -- honest! One that did simple serial out would really make life simpler. ron -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/li

[coreboot] Kconfig options discussion

2009-08-13 Thread Myles Watson
I divided the options from config/Options.lb up the way it made most sense to me. I'd like to see other people's divisions. It seems like many options can just go away with Kconfig. Having agreement on what options should be set where will hopefully speed porting/reviewing efforts. Thanks, Myle

Re: [coreboot] v2 patch

2009-08-13 Thread Patrick Georgi
ron minnich schrieb: > make ldscript.ld simpler in the Kconfig case. > I removed that from the system due to the bad experience with the old system. If dependencies work (test please), this is Acked-by: Patrick Georgi -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/ma

Re: [coreboot] Memtest86

2009-08-13 Thread Myles Watson
On Thu, Aug 13, 2009 at 10:26 AM, Cristi Magherusan < cristi.magheru...@net.utcluj.ro> wrote: > On Thu, 2009-08-13 at 10:08 -0600, Myles Watson wrote: > > Has anyone used memtest86 as a payload recently? I can't get it to work > > Do you use mkelfImage prior to adding the ELF in CBFS? No I didn'

[coreboot] build service results for r4543

2009-08-13 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer "rminnich" checked in revision 4543 to the coreboot repository. This caused the following changes: Change Log: Most of the changes here are trivial, but the white space changes would be harder to undo than to

Re: [coreboot] Memtest86

2009-08-13 Thread Cristi Magherusan
On Thu, 2009-08-13 at 10:08 -0600, Myles Watson wrote: > Has anyone used memtest86 as a payload recently? I can't get it to work > with qemu or Serengeti. On Qemu it executes outside of RAM, and on > Serengeti it writes garbage to the screen. > > Thanks, > Myles > Hello, Do you use mkelfImage

Re: [coreboot] Memtest86

2009-08-13 Thread Arnaud Maye
Myles, I've tried it with the serial output enabled as no VGA on the truxton so far. It did segfault and I had no time to dig further in. Arnaud Myles Watson wrote: Has anyone used memtest86 as a payload recently? I can't get it to work with qemu or Serengeti. On Qemu it executes outside o

Re: [coreboot] Memtest86

2009-08-13 Thread Ward Vandewege
On Thu, Aug 13, 2009 at 10:08:00AM -0600, Myles Watson wrote: > Has anyone used memtest86 as a payload recently? I can't get it to work > with qemu or Serengeti. On Qemu it executes outside of RAM, and on > Serengeti it writes garbage to the screen. I have gotten it to work 6 months or so ago ii

[coreboot] Memtest86

2009-08-13 Thread Myles Watson
Has anyone used memtest86 as a payload recently? I can't get it to work with qemu or Serengeti. On Qemu it executes outside of RAM, and on Serengeti it writes garbage to the screen. Thanks, Myles -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] Documentation fixes

2009-08-13 Thread ron minnich
Acked-by: Ronald G. Minnich Committed revision 4543. Thanks! ron -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] [v2] r4543 - trunk/coreboot-v2/documentation

2009-08-13 Thread svn
Author: rminnich Date: 2009-08-13 18:02:24 +0200 (Thu, 13 Aug 2009) New Revision: 4543 Modified: trunk/coreboot-v2/documentation/Kconfig.tex Log: Most of the changes here are trivial, but the white space changes would be harder to undo than to do over. I changed all groups of 8 spaces to tabs

[coreboot] build service results for r4542

2009-08-13 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer "oxygene" checked in revision 4542 to the coreboot repository. This caused the following changes: Change Log: - AMD selected a couple of options that are incompatible with QEmu (and probably others). Only selec

[coreboot] Documentation fixes

2009-08-13 Thread Myles Watson
Most of the changes here are trivial, but the white space changes would be harder to undo than to do over. I changed all groups of 8 spaces to tabs, then all tabs to two spaces so more of the device tree fits on the page. It could have been three or possibly four, but the largest indents I found

Re: [coreboot] patch: Kconfig for via south

2009-08-13 Thread ron minnich
Sorry about that, I missed the missing conditionals in src/southbridge/via/Makefile.inc Gotta keep working on that doc, I'm not up to north and south rules yet. Signed-off-by: Ronald G. Minnich ron viasouth.diff Description: Binary data -- coreboot mailing list: coreboot@coreboot.org http://

Re: [coreboot] [PATCH]Kconfig: fix QEmu build, reduce bootblock size

2009-08-13 Thread Patrick Georgi
Stefan Reinauer schrieb: > I think putting "HAVE_INIT_TIMER" in AMD model specific code is > generally wrong. It's not an AMD specific option. Also enabling options > per default that are very cpu specific is bad. Is there no better way to > do this? > The AMD code merely enables it. It's define

[coreboot] [v2] r4542 - in trunk/coreboot-v2: src/arch/i386 src/cpu/amd/model_fxx util/cbfstool

2009-08-13 Thread svn
Author: oxygene Date: 2009-08-13 17:29:01 +0200 (Thu, 13 Aug 2009) New Revision: 4542 Modified: trunk/coreboot-v2/src/arch/i386/Makefile.inc trunk/coreboot-v2/src/cpu/amd/model_fxx/Kconfig trunk/coreboot-v2/util/cbfstool/util.c Log: - AMD selected a couple of options that are incompatible

Re: [coreboot] [PATCH]Kconfig: fix QEmu build, reduce bootblock size

2009-08-13 Thread Myles Watson
> attached patches do: > 20090813-1: > AMD selected a couple of options that are incompatible with QEmu (and > probably others). Only select them for AMD Can we include that file conditionally instead? That file should never be included with Qemu, right? Thanks, Myles -- core

Re: [coreboot] patch: Kconfig for via south

2009-08-13 Thread ron minnich
On Thu, Aug 13, 2009 at 8:25 AM, Patrick Georgi wrote: > ron minnich schrieb: >> attached. >> > This compiles (and tries to link) the via stuff in any build, not just > via. Unless I'm missing something... nope, was not sure it was totally right. Back to the drawing board. ron -- coreboot maili

Re: [coreboot] [PATCH]Kconfig: fix QEmu build, reduce bootblock size

2009-08-13 Thread Stefan Reinauer
On 8/13/09 5:18 PM, Patrick Georgi wrote: > Hi, > > attached patches do: > 20090813-1: > AMD selected a couple of options that are incompatible with QEmu (and > probably others). Only select them for AMD > I think putting "HAVE_INIT_TIMER" in AMD model specifi

Re: [coreboot] patch: Kconfig for via south

2009-08-13 Thread Patrick Georgi
ron minnich schrieb: > attached. > This compiles (and tries to link) the via stuff in any build, not just via. Unless I'm missing something... Patrick -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] [PATCH]Kconfig: fix QEmu build, reduce bootblock size

2009-08-13 Thread Patrick Georgi
Hi, attached patches do: 20090813-1: AMD selected a couple of options that are incompatible with QEmu (and probably others). Only select them for AMD 20090813-2: Make the bootblock smaller (only one copy of it), and don't pad the bootblock using dd(1), but top-align inside cbfstoo

[coreboot] patch: Kconfig for via south

2009-08-13 Thread ron minnich
attached. ron viasouth.diff Description: Binary data -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [PATCH]Kconfig: two fixes

2009-08-13 Thread ron minnich
On Thu, Aug 13, 2009 at 12:27 AM, Patrick Georgi wrote: > That's exactly what these patches should fix They fixed it. thanks ron -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] build service results for r4541

2009-08-13 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer "oxygene" checked in revision 4541 to the coreboot repository. This caused the following changes: Change Log: Fix some conflicting types of variables Remove the normal/* files from the image. they're just copie

[coreboot] [v2] r4541 - in trunk/coreboot-v2/src: arch/i386 cpu/amd/model_fxx mainboard/amd/serengeti_cheetah northbridge/amd/amdk8

2009-08-13 Thread svn
Author: oxygene Date: 2009-08-13 09:33:55 +0200 (Thu, 13 Aug 2009) New Revision: 4541 Modified: trunk/coreboot-v2/src/arch/i386/Makefile.inc trunk/coreboot-v2/src/cpu/amd/model_fxx/Kconfig trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah/Kconfig trunk/coreboot-v2/src/northbridge/a

Re: [coreboot] [PATCH]Kconfig: two fixes

2009-08-13 Thread Patrick Georgi
Am 13.08.2009 03:23, schrieb ron minnich: Thanks for the fix. Some of those incorrect Kconfig things came from my script :-) Acked-by: Ronald G. Minnich one other thing. Kontron does not build. GENbuild/build.h LINK coreboot /home/rminnich/src/bios/coreboot-v2/build/lds