[coreboot] The default value of TOM (MSRC001_001A) just after Power-On

2010-01-20 Thread Darmawan Salihun
The default value of MSRC001_001A (Top of Memory below the 4GB limit) according to BKDG for AMD Fam 10h rev. 3.06 is undefined (after Reset/power-on). However, AMD64 Architecture Programmer's Manual Volume 2: System Programming Rev. 3.14 states that the value of MSRC001_001A after Reset or power

Re: [coreboot] coreboot and MSM800BEV

2010-01-20 Thread Piotr Piwko
Hello again, I've wrote my own RAM initialization function which based on factory BIOS setting and AMD Geode LX Data Book. Unfortunately it didn't bring any result. As previous, the booting process hangs on executing wbinvd function. I noticed that when I try to write some data into desired

Re: [coreboot] Seabios problems

2010-01-20 Thread congedete
Hello, I can't apply the diff to the biosvar.h, so I do it by hand. All other diffs applied correctly. The compiler throws errors: Compiling whole program out/ccode.16.s src/mouse.c: In function ‘disable_mouse’: src/mouse.c:34: error: ‘struct extended_bios_data_area_s’ has no member named

[coreboot] [commit] r5044 - in trunk: . src

2010-01-20 Thread svn
Author: stepan Date: 2010-01-20 19:44:30 +0100 (Wed, 20 Jan 2010) New Revision: 5044 Modified: trunk/Makefile trunk/src/Kconfig Log: These two files accidently got a wrong license header. Clarified with the authors Signed-off-by: Stefan Reinauer ste...@coresystems.de Acked-by: Ronald G.

Re: [coreboot] Seabios problems

2010-01-20 Thread Kevin O'Connor
On Wed, Jan 20, 2010 at 05:46:25PM +0100, conged...@voila.fr wrote: Hello, I can't apply the diff to the biosvar.h, so I do it by hand. All other diffs applied correctly. I've confirmed that the patch I sent applies cleanly: git clone git://git.linuxtogo.org/home/kevin/seabios.git cd seabios