When enabling lsi_scsi support, It need leave 48k in the BIOS ROM for lsi_scsi fw. So need to change normal mode ROM_SIZE to 512k-48k.
After that, cat fwx, normal linuxbios, fallback linuxbios to 512k final image.
YH
-----邮件原件----- 发件人: ron minnich [mailto:rminnich@lanl.gov] 发送时间: 2004年4月26日 10:49 收件人: YhLu 抄送: HC Wang; linuxbios@clustermatic.org 主题: Re: 答复: tyan s2880 build broken?
On Mon, 26 Apr 2004, YhLu wrote:
Don't forget 2. otherwise the final image will short some.
What should it be?
ron
On Mon, 26 Apr 2004, YhLu wrote:
When enabling lsi_scsi support, It need leave 48k in the BIOS ROM for lsi_scsi fw. So need to change normal mode ROM_SIZE to 512k-48k.
OK, BTW you can do this: option ROM_SIZE = 512*1024 - 48*1024
which is not as readable as 512k-48k, but is pretty readable.
ron