Eric,
In the auto.c, if I enable : sdram_initialize(&cpu1), the linuxbios need another 20k. What happened? Only add one line and the same function has been called ???
Regards
Yinghai Lu
-----邮件原件----- 发件人: YhLu 发送时间: 2003年7月21日 14:58 收件人: 'ron minnich' 抄送: ebiederman@lnxi.com; Stefan Reinauer; linuxbios@clustermatic.org 主题: Re: K8 + 2.4.21 + Tyan S2880
Ron,
Before fallback is 64k, I make normal image into (512-64)k, and fallback image into 64k, and then cat them into one 512k. Actually the normal is quite loose with a lot of zeros, and the payload is about 20k. So I need to change to Config in the mainboard dir to make sure normal image has 512-96k. or that's to say change several 65536 to 96*1024??
It that right?
Regards
Yinghai Lu
-----邮件原件----- 发件人: ron minnich [mailto:rminnich@lanl.gov] 发送时间: 2003年7月21日 14:49 收件人: YhLu 抄送: ebiederman@lnxi.com; Stefan Reinauer; linuxbios@clustermatic.org 主题: Re: 答复: K8 + 2.4.21 + Tyan S2880
On Mon, 21 Jul 2003, YhLu wrote:
So fallback image will be 96K?
that's how I'm doing it. With a 1 Mbyte flash I don't worry much.
ron