[coreboot] Kconfig, ROMSIZE and others

2009-11-13 Thread Maciej Pijanka
Hello What is the difference betwen ROM_SIZE defined in src/mainboard/Kconfig and ROM_IMAGE_SIZE from src/arch/i386/Kconfig? I modified one entry in src/arch/i386/Kconfig to make live easier when changing size of rom because rombase will adjust automatically, for me works perfectly, but i am not

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-13 Thread Myles Watson
> Other boards like 690/600 need to modify, don't they? I don't have any boards with those chipsets. I thought you said the dbm690t was fine, but I don't know for sure. Thanks, Myles -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] building coreboot for A8V-E SE compiling errors

2009-11-13 Thread Stefan Reinauer
Knut Kujat wrote: > Hi, > > I'm trying to get coreboot running on a A8V-E SE MOBO with a Athlon64 > 3800+ on it, I have Suse 11.0 running on it and tried to compile > coreboot. The first make worked fine I set up all the option I think > necessary. But at the second time I execute make it stops wit

[coreboot] building coreboot for A8V-E SE compiling errors

2009-11-13 Thread Knut Kujat
Hi, I'm trying to get coreboot running on a A8V-E SE MOBO with a Athlon64 3800+ on it, I have Suse 11.0 running on it and tried to compile coreboot. The first make worked fine I set up all the option I think necessary. But at the second time I execute make it stops with multiple errors: GEN build.

[coreboot] [PATCH] Fix MP table initialization

2009-11-13 Thread Magnus Christensson
Fixes a problem introduced in one of my earlier patches. M. >From 58063b8d781bb2d00029dfc999a18bba53860065 Mon Sep 17 00:00:00 2001 From: Magnus Christensson Date: Thu, 12 Nov 2009 16:39:35 +0100 Subject: [PATCH 11/11] Write CPU entries at the right place. Signed-off-by: Magnus Christensson -