Re: K8 + 2.4.21 + Tyan S2880

2003-07-24 Thread Stefan Reinauer
* ron minnich [EMAIL PROTECTED] [030724 21:37]: Thank you for the patch. What I would like to do is get my linuxbios back to working condition, then merge these in. Otherwise, if Stefan can test and verify them, maybe he can merge them in before me. I'm sitting at home and don't have

Re: K8 + 2.4.21 + Tyan S2880

2003-07-24 Thread ron minnich
OK, I'm back, the checked out tree works fine now. YhLu, I will try to commit your changes tomrrow. ron ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

Re: K8 + 2.4.21 + Tyan S2880

2003-07-24 Thread ron minnich
YhLu: I can fix your problem without adding the mainboard init function to hardware main, and also without code like this to the include file: #ifdef FINAL_MAINBOARD_FIXUP void final_mainboard_fixup(void); #else # define final_mainboard_fixup() do {} while(0) #endif /*

Re: K8 + 2.4.21 + Tyan S2880

2003-07-24 Thread YhLu
Good, I will use your new config tool for s2880. -- : ron minnich [mailto:[EMAIL PROTECTED] : 2003724 16:07 : YhLu : [EMAIL PROTECTED]; Stefan Reinauer; [EMAIL PROTECTED] : Re: K8 + 2.4.21 + Tyan S2880 YhLu: I can fix your problem without adding the mainboard init function to hardware

Re: K8 + 2.4.21 + Tyan S2880

2003-07-24 Thread ron minnich
OK, I will start on this tonight. ron ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

Re: K8 + 2.4.21 + Tyan S2880

2003-07-22 Thread YhLu
:[EMAIL PROTECTED] : 2003721 18:33 : YhLu : ron minnich; Stefan Reinauer; [EMAIL PROTECTED] : Re: K8 + 2.4.21 + Tyan S2880 YhLu [EMAIL PROTECTED] writes: 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

Re: K8 + 2.4.21 + Tyan S2880

2003-07-21 Thread ron minnich
On Mon, 21 Jul 2003, YhLu wrote: I can build the linuxbios. But it is too large and it is around 60k, and tg3.zelf is about 22k, and tg3--ide_disk.zelf is about 24k, then the sum is above 65k.So I can not build the images. I now routinely set my linuxbios size for 64K with payload size of

Re: : K8 + 2.4.21 + Tyan S2880

2003-07-21 Thread ron minnich
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 ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

: K8 + 2.4.21 + Tyan S2880

2003-07-21 Thread YhLu
Ron, So fallback image will be 96K? Regards Yinghai Lu -- : ron minnich [mailto:[EMAIL PROTECTED] : 2003721 14:45 : YhLu : [EMAIL PROTECTED]; Stefan Reinauer; [EMAIL PROTECTED] : Re: K8 + 2.4.21 + Tyan S2880 On Mon, 21 Jul 2003, YhLu wrote: I can build the linuxbios. But it is too

Re: K8 + 2.4.21 + Tyan S2880

2003-07-21 Thread Eric W. Biederman
ron minnich [EMAIL PROTECTED] writes: On Mon, 21 Jul 2003, YhLu wrote: I can build the linuxbios. But it is too large and it is around 60k, and tg3.zelf is about 22k, and tg3--ide_disk.zelf is about 24k, then the sum is above 65k.So I can not build the images. I now routinely set my

Re: K8 + 2.4.21 + Tyan S2880

2003-07-21 Thread Eric W. Biederman
ron minnich [EMAIL PROTECTED] writes: On 21 Jul 2003, Eric W. Biederman wrote: Next time I get to it I intend to start honoring the inline keyword. The problem is that it inlines everything and creates code bloat. hmm, I'll be wanting to see how you solve the call stack problem :-)

Re: K8 + 2.4.21 + Tyan S2880

2003-07-21 Thread ron minnich
On 21 Jul 2003, Eric W. Biederman wrote: You haven't had your debug code fail to compile because linuxbios goes over the 64K limit yet either. I just did :-) ron ___ Linuxbios mailing list [EMAIL PROTECTED]

Re: K8 + 2.4.21 + Tyan S2880

2003-07-21 Thread Eric W. Biederman
YhLu [EMAIL PROTECTED] writes: 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 ??? All functions are inline and the set of functions called is large. At least I believe that is

Re: K8 + 2.4.21 + Tyan S2880

2003-07-20 Thread ron minnich
What I will do is first, get my tree in sync with Greg's new config tool code and Eric's new updates for SMP; Then look at YhLu's code and try to get it integrated. Next week is K8 week for me. It is very exciting to see this coming up on my bench after reading about all the work you folks

Re: K8 + 2.4.21 + Tyan S2880

2003-07-18 Thread YhLu
Eric, My boss has said that I can release the source code to you. Please find out the patch I made. Make the diff to today's tree. I didn't test RON new script and still use the old scripts tools. I strip out the LSI scsi support, because I don't know if there is any license problem, and I

Re: K8 + 2.4.21 + Tyan S2880

2003-07-18 Thread Eric W. Biederman
YhLu [EMAIL PROTECTED] writes: Eric, My boss has said that I can release the source code to you. Please find out the patch I made. Make the diff to today's tree. I didn't test RON new script and still use the old scripts tools. I strip out the LSI scsi support, because I don't know

Re: K8 + 2.4.21 + Tyan S2880

2003-07-14 Thread YhLu
Eric, Thanks, I change 8k to 40k and it works. Because I put the elf in hda1. In the Config of Ehterboot, I have set BOOT_FIRST=BOOT_DISK and BOOT_SECOND=BOOT_NIC. In the fallback track, It works great and if HD is not there is will boot from Network. About the normal boot, it seems there some