Re: linuxbios on geode gx1 with sst-39SF020A and CompactFlash [PMX:#]

2005-01-25 Thread ramesh bios
Christer wrote: > takes over. So check that the debug baudrate and > that the baudrate > for the rest of LinuxBIOS is the same. > Yup Christer, you were right. Thanks. It was because baud rate in serialio.c was set to 115200. So I set it back to 38400 all over and it gets to almost the final ste

Re: fallback reset_vector offset

2005-01-25 Thread Eric W. Biederman
YhLu <[EMAIL PROTECTED]> writes: > The problem solved. > > I switch the auto.c... before reset.inc in MB Config.lb > > Also add two inc in it > > mainboardinit arch/i386/lib/jmp_auto_out.inc > after auto.c segment > > mainboardinit arch/i386/lib/jmp_auto.inc > in old auto.c position > > pleas

RE: fallback reset_vector offset

2005-01-25 Thread YhLu
The problem solved. I switch the auto.c... before reset.inc in MB Config.lb Also add two inc in it mainboardinit arch/i386/lib/jmp_auto_out.inc after auto.c segment mainboardinit arch/i386/lib/jmp_auto.inc in old auto.c position please advise where to put these two inc. jmp_auto_out.inc /* -*

RE: fallback reset_vector offset

2005-01-25 Thread YhLu
I mean 0x8 is 36 bit. and the ld will take 0x. YH > -Original Message- > From: ebiederman@lnxi.com [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 25, 2005 12:31 AM > To: YhLu > Cc: Ronald G. Minnich; linuxbios@clustermatic.org > Subject: Re: fallback reset_vector off

RE: fallback reset_vector offset

2005-01-25 Thread YhLu
Thanks. I found the reason. the crt0.s (from reset16.failoverauto...) is too big. So the _start is across the 0x. unless move reset16 and entry16 near reset_vector. We have to make crt0.s is in 64K. the linuxbios_ram.rom could cross the 64K limit above the crt0.s YH > -Ori

Re: linuxbios on geode gx1 with sst-39SF020A and CompactFlash [PMX:#]

2005-01-25 Thread Bari Ari
Adam Sulmicki wrote: do you have to pledge your soul in order to register there? Registration was relatively painless. There is a NDA though, so you might want to think about what you want to do with the info. AMD may let LinuxBIOS register settings or init sequences go public if asked nicely.

Re: fallback reset_vector offset

2005-01-25 Thread Ronald G. Minnich
send me the config file you are using. This is weird. ron ___ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios

Re: generic_dump_spd memory channel error

2005-01-25 Thread Ronald G. Minnich
On Mon, 24 Jan 2005, Richard Smith wrote: > Is there already some method of indicating how many memory channels > you have our should I just create a #define option that you set when > you need to use this diagnositc. probably just do a #define. ron

Re: linuxbios on geode gx1 with sst-39SF020A and CompactFlash [PMX:#]

2005-01-25 Thread Christer Weinigel
ramesh bios <[EMAIL PROTECTED]> writes: > So my current status is that I get as far as: > > Enable FLASH > Set F0/0x52 to 0xee > cs5530: Enabling Primary IDE Controller > cs5530: Enabling Secondary IDE Controller > Set F0/0x5b to |= 1 << 5(0x38) > handle_superio start, nsuperio 1 > handle_superio

Re: fallback reset_vector offset

2005-01-25 Thread Eric W. Biederman
YhLu <[EMAIL PROTECTED]> writes: > in reset16.lds > > _ROMTOP = (_start >= 0x) ? 0xfff0 : 0x8; > > > 0x8 ? And from the line above. /* Trigger an error if I have an unuseable start address */ That is exactly what happens correct? 0xfff8 does