Hello everyone, I have a mainboard elite k7s5a, the chipset is sis735. When I make linuxbios for it, the compiler shows freebios/src/southnorthbridge/sis/735/ipl.S has errors.
Can someone give me a patch? Thanks!
David Xiong
David,
Hello everyone, I have a mainboard elite k7s5a, the chipset is sis735. When I make linuxbios for it, the compiler shows freebios/src/southnorthbridge/sis/735/ipl.S has errors. Can someone give me a patch?
Are you using DOC? 735's ddr init code is too large for DOC's ipl, but it should work with etherboot.
-Andrew
Yes, I am using DoC2001. But I do not need to use ddr , is there an ipl.S without ddr init code which can be compiled?
Thanks!
-----????----- ???: Andrew Ip [mailto:aip@cwlinux.com] ????: 2002?10?10? 11:02 ???: David Xiong ??: linuxbios@clustermatic.org ??: Re: ipl.S of sis735 code compile fail
David,
Hello everyone, I have a mainboard elite k7s5a, the chipset is sis735. When I make linuxbios for it, the compiler shows freebios/src/southnorthbridge/sis/735/ipl.S has errors. Can someone give me a patch?
Are you using DOC? 735's ddr init code is too large for DOC's ipl, but it should work with etherboot.
-Andrew
On Thu, 2002-10-10 at 21:28, David Xiong wrote:
Yes, I am using DoC2001. But I do not need to use ddr , is there an ipl.S without ddr init code which can be compiled?
Thanks!
No. actually, the SDRAM init sequence will be almost as complex as DDR. You have identical register set to program and you just program them with different value for SDRAM and DDR.
Ollie