Re: Is 440BX ported to Linuxbios v2?

2005-01-14 Thread Ronald G. Minnich
On Thu, 13 Jan 2005, Richard Smith wrote: Ron. What flash parts are supported by your hotswap trick? we've never seen one that won't work. So an SST 29 020 ought to work. Ollie Lo calls this the 'infamous hot plug-and-play'. It scared me the first time I tried it, but in 5 years I've

Re: Is 440BX ported to Linuxbios v2?

2005-01-14 Thread Ronald G. Minnich
I never use flash programmers. My flash programmer has been in a drawer for 5 years now. Just hot swap. ron ___ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios

Re: Is 440BX ported to Linuxbios v2?

2005-01-14 Thread Richard Smith
Ron. What flash parts are supported by your hotswap trick? we've never seen one that won't work. So an SST 29 020 ought to work. Perhaps the question I should have asked is what chip Mfg and types are supported by your flashing program. Not just the hotswap. All the flashes have different

Re: Is 440BX ported to Linuxbios v2?

2005-01-14 Thread Richard Smith
On Fri, 14 Jan 2005 09:30:31 -0700 (MST), Ronald G. Minnich rminnich@lanl.gov wrote: I never use flash programmers. My flash programmer has been in a drawer for 5 years now. Just hot swap. Your programmer will fit in a drawer? You must have a newer one. *grin* Ok then refresh me on the

Re: Is 440BX ported to Linuxbios v2?

2005-01-14 Thread Li-Ta Lo
On Fri, 2005-01-14 at 09:50, Richard Smith wrote: Ron. What flash parts are supported by your hotswap trick? we've never seen one that won't work. So an SST 29 020 ought to work. Perhaps the question I should have asked is what chip Mfg and types are supported by your flashing

Re: Is 440BX ported to Linuxbios v2?

2005-01-14 Thread Ronald G. Minnich
On Fri, 14 Jan 2005, Richard Smith wrote: Perhaps the question I should have asked is what chip Mfg and types are supported by your flashing program. Not just the hotswap. All the flashes have different programming sequences so I don't see how they all could just work. We just figure out

Re: Is 440BX ported to Linuxbios v2?

2005-01-14 Thread Ronald G. Minnich
On Fri, 14 Jan 2005, Richard Smith wrote: Ok then refresh me on the details of this. What programs to use and so forth. I may start using this. I'm turning a lot of revs lately to get my IRQ routeing correct and my emulator seems to have an issue. Build linuxbios.rom put in your flash

Re: Is 440BX ported to Linuxbios v2?

2005-01-14 Thread Richard Smith
Build linuxbios.rom put in your flash part flash_rom linuxbios.rom flash_rom -v linuxbios.rom (verify step) Cool pretty simple. I don't even have to remove the chip since I don't care if it waxes it. I'm assuming that the flash_rom from V2 is the latest and I should use that over whats

Re: Is 440BX ported to Linuxbios v2?

2005-01-14 Thread Ronald G. Minnich
On Fri, 14 Jan 2005, Richard Smith wrote: I'm assuming that the flash_rom from V2 is the latest and I should use that over whats in V1? yes. In this case I _am_ the factory BIOS. *grin* good! I've not a clue how to use the mtd stuff. I briefly looked at it but found no good

Re: Is 440BX ported to Linuxbios v2?

2005-01-14 Thread Svante Signell
On Fri, 2005-01-14 at 02:57 +0100, Peter Stuge wrote: On Thu, Jan 13, 2005 at 10:54:59PM +0100, Svante Signell wrote: I found the BIOS chip brand and version: Its a Winbond W290C020-90 (84400M282325601VA). Any suppliers available somehere? Farnell has an equivalent part in stock at the

Re: Is 440BX ported to Linuxbios v2?

2005-01-13 Thread Svante Signell
On Wed, 2005-01-12 at 07:53 -0800, Richard Smith wrote: --- Svante Signell [EMAIL PROTECTED] wrote: dual CPU board MSI-6120. The current MSI/AMI BIOS V2.0 does not support newer CPUs than Coppermine. Porting 440bx to V2 is on my TODO list but it's currently blocked by a few other

Re: Is 440BX ported to Linuxbios v2?

2005-01-13 Thread Ronald G. Minnich
On Thu, 13 Jan 2005, Svante Signell wrote: The super IO chip is a Winbond W83977TF-AW (AM.MEGA.87-96, 845AC2830694028a) Is is supported by V1? a lot of the winbond's are all very similar. If you find a w839xy in the source tree, you can try using that and it might work. The only thing we

Re: Is 440BX ported to Linuxbios v2?

2005-01-13 Thread Richard Smith
The V1 code should work for you fine. All you need to do is find out what superIO you have and change the serial port setup accordingly so you can get debug messages. The super IO chip is a Winbond W83977TF-AW (AM.MEGA.87-96, 845AC2830694028a) Is is supported by V1? There is a

Re: Is 440BX ported to Linuxbios v2?

2005-01-13 Thread Svante Signell
On Wed, 2005-01-12 at 18:12 +0100, Peter Stuge wrote: On Wed, Jan 12, 2005 at 10:38:57AM +0100, Svante Signell wrote: Where can I purchase a replacement BIOS chip? Placed in a socket on the main board is a 2x16 pin DIL labeled: 686 AMI BIOS 1995 CS 9. Please remove the shiny sticker

Re: Is 440BX ported to Linuxbios v2?

2005-01-13 Thread Ronald G. Minnich
On Thu, 13 Jan 2005, Svante Signell wrote: I found the BIOS chip brand and version: Its a Winbond W290C020-90 a nice common safe part. Try hamilton-avnet or arrow. WARNING: when you call them, use the EXACT part #. Their databases are not able to do fuzzy logic. Is it large enough to

Re: Is 440BX ported to Linuxbios v2?

2005-01-13 Thread Richard Smith
On Thu, 13 Jan 2005 14:59:08 -0700 (MST), Ronald G. Minnich rminnich@lanl.gov wrote: On Thu, 13 Jan 2005, Svante Signell wrote: I found the BIOS chip brand and version: Its a Winbond W290C020-90 a nice common safe part. Try hamilton-avnet or arrow. WARNING: when you call them, use the

Re: Is 440BX ported to Linuxbios v2?

2005-01-13 Thread Svante Signell
On Thu, 2005-01-13 at 16:23 -0600, Richard Smith wrote: On Thu, 13 Jan 2005 14:59:08 -0700 (MST), Ronald G. Minnich rminnich@lanl.gov wrote: On Thu, 13 Jan 2005, Svante Signell wrote: I found the BIOS chip brand and version: Its a Winbond W290C020-90 a nice common safe part.

Re: Is 440BX ported to Linuxbios v2?

2005-01-13 Thread Richard Smith
http://www.digikey.com is your friend. Well really almost any JDEC part 2MBits and larger will work. If you use a larger part you might have to ground the unused address lines if they left them floating on the pcb. Thanks for the links. No luck with any of the links given, however.

Re: Is 440BX ported to Linuxbios v2?

2005-01-13 Thread Svante Signell
On Thu, 2005-01-13 at 18:14 -0600, Richard Smith wrote: http://www.digikey.com is your friend. Well really almost any JDEC part 2MBits and larger will work. If you use a larger part you might have to ground the unused address lines if they left them floating on the pcb. Thanks

Re: Is 440BX ported to Linuxbios v2?

2005-01-13 Thread Richard Smith
I did find out the extra zero in my search, thank you. Now I got a few hits at digikey. No, I don't have a FLASH programmer, but i can purchase one if needed, and the price is not to high. According what you write it Depends on the model.. You can spend anywhere from $200 to $2000. There is a

Re: Is 440BX ported to Linuxbios v2?

2005-01-13 Thread Svante Signell
On Thu, 2005-01-13 at 18:57 -0600, Richard Smith wrote: I did find out the extra zero in my search, thank you. Now I got a few hits at digikey. No, I don't have a FLASH programmer, but i can purchase one if needed, and the price is not to high. According what you write it Depends on the

Re: Is 440BX ported to Linuxbios v2?

2005-01-13 Thread Peter Stuge
On Thu, Jan 13, 2005 at 10:54:59PM +0100, Svante Signell wrote: I found the BIOS chip brand and version: Its a Winbond W290C020-90 (84400M282325601VA). Any suppliers available somehere? Farnell has an equivalent part in stock at the very fair price of 46,43 SEK (USD 7) for single quantities. I

Is 440BX ported to Linuxbios v2?

2005-01-12 Thread Svante Signell
Hello, I have been communicating with the Linuxbios mailing list on and off (mostly off lately). I'm interested to try out the linuxBIOS on my old dual CPU board MSI-6120. The current MSI/AMI BIOS V2.0 does not support newer CPUs than Coppermine. Currently I have two old PII processors

Re: Is 440BX ported to Linuxbios v2?

2005-01-12 Thread Richard Smith
--- Svante Signell [EMAIL PROTECTED] wrote: dual CPU board MSI-6120. The current MSI/AMI BIOS V2.0 does not support newer CPUs than Coppermine. Porting 440bx to V2 is on my TODO list but it's currently blocked by a few other priorities. The V1 code should work for you fine. All you need

Re: Is 440BX ported to Linuxbios v2?

2005-01-12 Thread Peter Stuge
On Wed, Jan 12, 2005 at 10:38:57AM +0100, Svante Signell wrote: Where can I purchase a replacement BIOS chip? Placed in a socket on the main board is a 2x16 pin DIL labeled: 686 AMI BIOS 1995 CS 9. Please remove the shiny sticker and check how the actual package is marked. You're looking