Re: [LinuxBIOS] Nothing Happens after Jumping to linuxbios

2007-03-05 Thread bxshi
I hate to say this, but it is probable that your dram is still not programmed correctly :-( I think that too.As I remember I had met the same error before when I developed MS9185. and it was all because the dram was programmed incorrectly. bxshi -- linuxbios mailing list

[LinuxBIOS] Nothing Happens after Jumping to linuxbios

2007-03-04 Thread sanjay tiwary
Hi All, I am able to get the serial ouput.But after printing the output Jumping to LinuxBios. It does show nothing. I am pasting here the output of serial console. Can anybody have a look and suggest something to go ahead. LinuxBIOS-2.0.0.Fallback Fri Feb 9 12:11:33 PST 2007

Re: [LinuxBIOS] Nothing Happens after Jumping to linuxbios

2007-03-04 Thread ron minnich
I hate to say this, but it is probable that your dram is still not programmed correctly :-( You might want to put code into auto.c to try to verify the image. Another possibility is that your %esp is somehow wrong. Then function calls would not work correctly. The jmp *%edi is simply the jmp to

Re: [LinuxBIOS] Nothing Happens after Jumping to linuxbios

2007-03-04 Thread Feng, Libo
PROTECTED] On Behalf Of sanjay tiwary Sent: Monday, March 05, 2007 3:46 PM To: linuxbios@linuxbios.org Subject: [LinuxBIOS] Nothing Happens after Jumping to linuxbios Hi All, I am able to get the serial ouput.But after printing the output Jumping to LinuxBios. It does show nothing. I am pasting here