Re: Solo once again

2003-07-31 Thread Stefan Reinauer
* Eric W. Biederman <[EMAIL PROTECTED]> [030731 04:13]: > Stefan Reinauer <[EMAIL PROTECTED]> writes: > > I > > got the solo target to compile again today, but all I get is > > reeeaaallyyy slow output of the setting up default resources and > > node1 before it just hangs. > > Hmm. Is this p

Re: static config for CPUs with K8 example

2003-07-31 Thread Stefan Reinauer
* ron minnich <[EMAIL PROTECTED]> [030731 00:44]: > > OK, I am hoping this is the kind of thing that will work for the K8. > > First, in cpu/k8, define a file, chip.h: > > struct cpu_k8_config { > struct chip *north, *south, *east, *west; > }; I don't think we need both of east and wes

is there any way to boot linux without etherboot?

2003-07-31 Thread gimyung han
I followed you HOWTO and succeed in Linux using LinuxBIOS with VGA Is there other way to boot Linux using LinuxBIOS without etherbooting? I saw message asking whether I will choose netbooting or local on the logging message? is option to choose the way to boot system? like local boot? If so, h

Re: static config for CPUs with K8 example

2003-07-31 Thread ron minnich
On Thu, 31 Jul 2003, Stefan Reinauer wrote: > > First, in cpu/k8, define a file, chip.h: > > > > struct cpu_k8_config { > > struct chip *north, *south, *east, *west; > > }; > > I don't think we need both of east and west really. The Bios Developers > Guide calls these links "UP", "DOWN"

Re: is there any way to boot linux without etherboot?

2003-07-31 Thread Adam Agnew
There are several ways. Please go through the LinuxBIOS archive looking for posts by Richard Smith with a subject containing "FAQ". He wrote a faq which covers many of them. If you can get a kernel image on your flash, you're limited only by your imagination (and what devices the linux kernel can

Re: is there any way to boot linux without etherboot?

2003-07-31 Thread Steve Gehlbach
Is there other way to boot Linux using LinuxBIOS without etherbooting? Also, two configs I submitted do not use etherboot: pcchips787.config stpc.config in the util/config directory. You can use them for some ideas. -Steve ___ Linuxbios mailing

Re: Fixes for Tyan s2880

2003-07-31 Thread Eric W. Biederman
YhLu <[EMAIL PROTECTED]> writes: > Eric, > > I have made two changes in raminit.c > 1. csbase counting > 2. fill_last to make sure kernel to scan NUMA successfully. > > For s2880 it can work with 4*1G+2*256M RAM, and doesn't work with > 4*1G+2*512M or 4*1G+2*1G. > > I would try to substitute ra

Re: Fixes for Tyan s2880

2003-07-31 Thread ron minnich
On 31 Jul 2003, Eric W. Biederman wrote: > > I should be switching over to the new configuration system on Monday > and once that is sorted out quite I can start putting hard codes > where they belong in the board specific configuration. > good timing, I'm back then. Greg has further ideas an

Re: Fixes for Tyan s2880

2003-07-31 Thread YhLu
Eric, Great. Then there should be no big issue on opteron any more. Can you send to the new raminit.c to me now? Regards Yinghai Lu ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

Re: Fixes for Tyan s2880

2003-07-31 Thread YhLu
Eric, I have checked your old k8/cpufixup.c, and it already has TOM2 etc setup. and SYSCFG_TOM2_EN...etc... Regards Yinghai Lu -邮件原件- 发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 发送时间: 2003年7月31日 20:18 收件人: YhLu 抄送: ron minnich; Stefan Reinauer; [EMAIL PROTECTED] 主题: Re: Fixes for

Re: Fixes for Tyan s2880

2003-07-31 Thread Eric W. Biederman
YhLu <[EMAIL PROTECTED]> writes: > Eric, > > I have checked your old k8/cpufixup.c, and it already has TOM2 etc setup. > and SYSCFG_TOM2_EN...etc... I shift by 12 instead of 10 for the low half of TOP_MEM2... Which tends to leave TOP_MEM2 at 4GB... Eric ___

答复: Fixes for Tyan s2880

2003-07-31 Thread YhLu
Eric, I see. I move some code from raminit.c setup_top_ram to it and have a try. Regards Yinghai Lu -邮件原件- 发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 发送时间: 2003年7月31日 20:40 收件人: YhLu 抄送: ron minnich; Stefan Reinauer; [EMAIL PROTECTED] 主题: Re: Fixes for Tyan s2880 YhLu <[EMAIL P

Re: Fixes for Tyan s2880

2003-07-31 Thread Eric W. Biederman
YhLu <[EMAIL PROTECTED]> writes: > Eric, > > Great. Then there should be no big issue on opteron any more. > > Can you send to the new raminit.c to me now? Here is my most recent snapshot, which is slightly newer than what I have in the public CVS tree. I think I need to scrub all of memory on

Re: Fixes for Tyan s2880

2003-07-31 Thread YhLu
Eric, Several Macro in console/console.h should be changed. For example: #define print_debug_hex8(HEX) printk_debug("0x08x", ((HEX)) #define print_debug_hex16(HEX) printk_debug("0x016x", ((HEX)) #define print_debug_hex32(HEX) printk_debug("0x032x", ((HEX)) to: #define print_debug_hex8(HEX) prin

re: Fixes for Tyan s2880

2003-07-31 Thread YhLu
Eric, It works. For 6G. Tommorrow I will try 12G. Thanks. Yinghai Lu -邮件原件- 发件人: YhLu 发送时间: 2003年7月31日 20:44 收件人: [EMAIL PROTECTED] 抄送: ron minnich; Stefan Reinauer; [EMAIL PROTECTED] 主题: 答复: Fixes for Tyan s2880 Eric, I see. I move some code from raminit.c setup_top_ram to it and