Re: Fixes for Tyan s2880

2003-07-28 Thread Stefan Reinauer
* ron minnich [EMAIL PROTECTED] [030728 06:38]: Eric and Stefan, please pick a name and let us know what it should be. Are CONFIG_MAX_CPUS and CONFIG_MAX_PHYSICAL_CPUS the same or different (I'm guessing different due to hyperthreading)? I agree. Naming CONFIG_MAX_CPUS

Re: Epia-M

2003-07-28 Thread Stefan Reinauer
* Stefan Reinauer [EMAIL PROTECTED] [030728 15:25]: Initializing PCI devices... PCI devices initialized totalram: 127M Initializing CPU #0 Enabling cache... Setting fixed MTRRs(0-88) type: UC [hang] Is this due to the 128MB stick I am using? It seems to get recognized though. Hm..

Re: K7SEM support broken in freebios?

2003-07-28 Thread ron minnich
On Mon, 28 Jul 2003, Andrew Ip wrote: yes, this is the reason we have not frozen the tree. I am hoping somebody can fix the K7sem :-( Could it be the ecc problem? I think so. Is there a reasonable fix? ron ___ Linuxbios mailing list [EMAIL

Re: Linuxbios and Via M10000, where to start?

2003-07-28 Thread Andrew Ip
Hi Barbini, I have a via M1 motherboard and I'm using it with gentoo with kernel 2.6.0.test1 and xfree86 latest snap, and acpid for clean poweroff by power button. All works fine, and I'm quite an happy user. I'm wondering if I happiness can grow still more using linuxbios to cut off

Re: Mini-ITX

2003-07-28 Thread Andrew Ip
Hi John, Can I ask for some pointers to ROM images for EPIA-800 and M1 Nehemiah boards (I've just got one on order) I see the ones on cwlinux.com - which specific boards are these for? It is for EPIA-800 with no vga. Because of the license issue, I can't distribute the +vga version. I

Re: Epia-M

2003-07-28 Thread Stefan Reinauer
* Andrew Ip [EMAIL PROTECTED] [030728 18:41]: Hi Stefan, Is this due to the 128MB stick I am using? It seems to get recognized though. Most likely. Have you tried different ddr? A more reliable DDR setup is on my to-do-list. I tried a different stick from another vendor, but the same

Re: Fixes for Tyan s2880

2003-07-28 Thread YhLu
Ron. Changes in raminit.c add fill_last function. So remove following error while kernel booting: Scanning NUMA topology in Northbridge 24 Node 0 MemBase Limit 7fff Node 1 MemBase 8000 Limit f000 Node map not sorted 8000,0 No NUMA

static initialization

2003-07-28 Thread Greg Watson
Stefan, I've added the ability to name parts. This means that you can do the following: cpu k8 cpu0 register south = sb0 register east = cpu1 end cpu k8 cpu1 register south = ... register east = ... end southbridge device/vendor sb0 end In the k8 directory you

Re: coherent hypertransport hardcodes.

2003-07-28 Thread Eric W. Biederman
Jeff Pipkins [EMAIL PROTECTED] writes: Just a reminder (in case this isn't complicated enough yet), on configurations with nc chains like k8=8131-8111 or k8=8131-8131, the link downstream from the 8131 has to be 8 bits wide, even if it has 16 bits coming into it. If you aren't hard coding

Re: Fixes for Tyan s2880

2003-07-28 Thread ron minnich
Yh Lu, this will take me a little time to integrate your patches, I hope to be done tomorrow. Some of the things you have patched I have also fixed, but due to the 24-hour delay at sourceforge.net, we are out of sync. Thanks for your patches, I hpoe to commit by tomorrow. ron