Re: [LinuxBIOS] Cheap self-built BIOS saviour for 8M/16M parts?

2007-03-03 Thread Corey Osgood
Jun OKAJIMA wrote: > FYI: > http://fab51.com/workshop/bios/dual_bios1.html > > This page describes how you did same stuff, although written in Japanese. > > --- Okajima, Jun. Tokyo, Japan. > Google's translation (to english): http://translate.google.com/translate?hl=en&sl=ja&u=

Re: [LinuxBIOS] Cheap self-built BIOS saviour for 8M/16M parts?

2007-03-03 Thread Jun OKAJIMA
FYI: http://fab51.com/workshop/bios/dual_bios1.html This page describes how you did same stuff, although written in Japanese. --- Okajima, Jun. Tokyo, Japan. -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] i802801DB Error?

2007-03-03 Thread Corey Osgood
[EMAIL PROTECTED] wrote: > Something is a little wacky here: > > #define PCI_DEVICE_ID_INTEL_82801DB_00x24c0 ISA bridge (LPC) > #define PCI_DEVICE_ID_INTEL_82801DB_20x24c2 USB Controller #1 > #define PCI_DEVICE_ID_INTEL_82801DB_30x24c3 SMBus Controller > #define PCI_DEVI

Re: [LinuxBIOS] Cheap self-built BIOS saviour for 8M/16M parts?

2007-03-03 Thread Carl-Daniel Hailfinger
On 26.02.2007 04:29, Tom Sylla wrote: > Carl-Daniel Hailfinger wrote: >> So you'll need: >> * 2 identical flash chips >> * intermediate switch (can be hardware) > > You need to disconnect ID0 from the board to the ROMs also, bending the > J-Lead of that pin on the bottom part up is possible, and i

Re: [LinuxBIOS] i802801DB Error?

2007-03-03 Thread joe
Something is a little wacky here: #define PCI_DEVICE_ID_INTEL_82801DB_00x24c0 ISA bridge (LPC) #define PCI_DEVICE_ID_INTEL_82801DB_20x24c2 USB Controller #1 #define PCI_DEVICE_ID_INTEL_82801DB_30x24c3 SMBus Controller #define PCI_DEVICE_ID_INTEL_82801DB_40x24c4

Re: [LinuxBIOS] RD1-PMC4 Inventory

2007-03-03 Thread joe
Quoting Richard Smith <[EMAIL PROTECTED]>: > Carl-Daniel Hailfinger wrote: > >> >> You could instead build your own BIOS saviour with a soldering iron, >> two chips and a switch. More compatible, larger sizes, still available. > > I could. However, I don't want to. I rather want to purchase up a

Re: [LinuxBIOS] RD1-PMC4 Inventory

2007-03-03 Thread Richard Smith
Carl-Daniel Hailfinger wrote: > > You could instead build your own BIOS saviour with a soldering iron, > two chips and a switch. More compatible, larger sizes, still available. I could. However, I don't want to. I rather want to purchase up a lot of the remaining stock before they are all gon

Re: [LinuxBIOS] i802801DB Error?

2007-03-03 Thread ron minnich
yes, the linux pci_ids.h has changed over the years. So, you take a snapshot of it, write code around it, then find that all your ids are gone in the next version ;-( that's the danger of using inlcude files from elsewhere :-) ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.ope

Re: [LinuxBIOS] i802801DB Error?

2007-03-03 Thread joe
Quoting Uwe Hermann <[EMAIL PROTECTED]>: > On Sat, Mar 03, 2007 at 07:11:35PM +0100, Stefan Reinauer wrote: >> * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [070302 20:34]: >> > Ok, I got it. pci_ids.h currently says: >> > >> > #define PCI_DEVICE_ID_INTEL_82801DB_0 0x24c0 >> > #define PCI_DEVICE_ID

Re: [LinuxBIOS] mcp55 flashrom problem

2007-03-03 Thread Ward Vandewege
On Sat, Mar 03, 2007 at 07:09:15PM +0100, Stefan Reinauer wrote: > * Ward Vandewege <[EMAIL PROTECTED]> [070302 22:47]: > > OK, I've used flashrom/biossavior on a Tyan box to get the *actual* contents > > of the chip (I hope!). > > > > I didn't notice that change in fd94 in the previous diffs,

Re: [LinuxBIOS] RD1-PMC4 Inventory

2007-03-03 Thread Carl-Daniel Hailfinger
On 03.03.2007 18:19, Richard Smith wrote: > Ward Vandewege wrote: > > >> E.U. Does anybody know of a U.S. vendor that has stock remaining (I > >> know, they're not manufactured anymore)? > > > > Funny you should mention that. I just ordered 2 this morning from > that place > > in Sweden - a

Re: [LinuxBIOS] i802801DB Error?

2007-03-03 Thread Uwe Hermann
On Sat, Mar 03, 2007 at 07:11:35PM +0100, Stefan Reinauer wrote: > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [070302 20:34]: > > Ok, I got it. pci_ids.h currently says: > > > > #define PCI_DEVICE_ID_INTEL_82801DB_0 0x24c0 > > #define PCI_DEVICE_ID_INTEL_82801DB_2 0x24c2 > > #define PCI_D

Re: [LinuxBIOS] i802801DB Error?

2007-03-03 Thread Stefan Reinauer
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [070302 20:34]: > Ok, I got it. pci_ids.h currently says: > > #define PCI_DEVICE_ID_INTEL_82801DB_0 0x24c0 > #define PCI_DEVICE_ID_INTEL_82801DB_2 0x24c2 > #define PCI_DEVICE_ID_INTEL_82801DB_3 0x24c3 > #define PCI_DEVICE_ID_INTEL_82801DB_4 0x24c4 > #define

Re: [LinuxBIOS] mcp55 flashrom problem

2007-03-03 Thread Stefan Reinauer
* Ward Vandewege <[EMAIL PROTECTED]> [070302 22:47]: > OK, I've used flashrom/biossavior on a Tyan box to get the *actual* contents > of the chip (I hope!). > > I didn't notice that change in fd94 in the previous diffs, so it's > basically the same phenomenon as with flashrom on the gigabyte m

Re: [LinuxBIOS] #74: All "POST" codes should be documented

2007-03-03 Thread LinuxBIOS
#74: All "POST" codes should be documented ---+ Reporter: [EMAIL PROTECTED] | Owner: somebody Type: defect |Status: closed Priority:

Re: [LinuxBIOS] mcp55 flashrom problem

2007-03-03 Thread Stefan Reinauer
* Carl-Daniel Hailfinger <[EMAIL PROTECTED]> [070302 20:57]: > > Datapoint 1: > > > > Last Wednesday, we got fairly large differences in the flashrom readouts > > between boots, on the order of about 100 bytes, spread throughout the image. > > Looks like shadowing is on. I disagree. The shadowe

Re: [LinuxBIOS] mcp55 flashrom problem

2007-03-03 Thread Stefan Reinauer
* Ward Vandewege <[EMAIL PROTECTED]> [070302 20:42]: > Datapoint 1: > > Last Wednesday, we got fairly large differences in the flashrom readouts > between boots, on the order of about 100 bytes, spread throughout the image. This is normal and no indication of shadowing problems. ESCD/DMI is chan

Re: [LinuxBIOS] [PATCH] Document POST codes emitted by LinuxBIOS

2007-03-03 Thread Stefan Reinauer
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [070303 17:51]: > I did have a question about the post codes. Do they post to the > parallel port as well? Just wondering because my embedded board does > not have aa pci slot. It does have a parallel port though. And the > post card I have is for eithe

Re: [LinuxBIOS] RD1-PMC4 Inventory

2007-03-03 Thread Richard Smith
Ooops. forgot to cc: the list. Ward Vandewege wrote: >> E.U. Does anybody know of a U.S. vendor that has stock remaining (I >> know, they're not manufactured anymore)? > > Funny you should mention that. I just ordered 2 this morning from that place > in Sweden - and it's more like $45 de

Re: [LinuxBIOS] [PATCH] Document POST codes emitted by LinuxBIOS

2007-03-03 Thread joe
I did have a question about the post codes. Do they post to the parallel port as well? Just wondering because my embedded board does not have aa pci slot. It does have a parallel port though. And the post card I have is for either parallel or pci. Thanks - Joe -- linuxbios mailing list lin

Re: [LinuxBIOS] RD1-PMC4 Inventory

2007-03-03 Thread Ward Vandewege
On Sat, Mar 03, 2007 at 10:36:33AM -0600, David H. Barr wrote: > I'm trying to find just a few more BIOS Saviors, but the only place I > can see that has any on hand will be about $40 USD delivered from the > E.U. Does anybody know of a U.S. vendor that has stock remaining (I > know, they're not m

[LinuxBIOS] RD1-PMC4 Inventory

2007-03-03 Thread David H. Barr
I'm trying to find just a few more BIOS Saviors, but the only place I can see that has any on hand will be about $40 USD delivered from the E.U. Does anybody know of a U.S. vendor that has stock remaining (I know, they're not manufactured anymore)? -dhbarr. -- linuxbios mailing list linuxbios@l

[LinuxBIOS] r2569 build service

2007-03-03 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "uwe" checked in revision 2569 to the LinuxBIOS source repository and caused the following changes: Change Log: Document POST codes emitted by LinuxBIOSv2. The list was created by Richard Smith <[EMAI

Re: [LinuxBIOS] [PATCH] Document POST codes emitted by LinuxBIOS

2007-03-03 Thread Uwe Hermann
On Sat, Mar 03, 2007 at 02:53:53PM +0100, Stefan Reinauer wrote: > Acked-by: Stefan Reinauer <[EMAIL PROTECTED]> > > Can you please submit it? Committed in r2569. I fixed a typo in the text (thanks Devils-Hawk <[EMAIL PROTECTED]> for pointing it out). Uwe. -- http://www.hermann-uwe.de | http:

[LinuxBIOS] r2569 - trunk/LinuxBIOSv2/documentation

2007-03-03 Thread svn
Author: uwe Date: 2007-03-03 16:01:29 +0100 (Sat, 03 Mar 2007) New Revision: 2569 Added: trunk/LinuxBIOSv2/documentation/POSTCODES Log: Document POST codes emitted by LinuxBIOSv2. The list was created by Richard Smith <[EMAIL PROTECTED]>, see http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/

Re: [LinuxBIOS] [PATCH] Document POST codes emitted by LinuxBIOS

2007-03-03 Thread joe
Quoting Uwe Hermann <[EMAIL PROTECTED]>: > Add documentation/POSTCODES which documents the POST codes emitted by > LinuxBIOS. > > Uwe. > -- > http://www.hermann-uwe.de | http://www.holsham-traders.de > http://www.crazy-hacks.org | http://www.unmaintained-free-software.org > Does this mean POST c

Re: [LinuxBIOS] biossavior RD1-PMC4 not compatible with gigabyte m57sli-s4

2007-03-03 Thread Stefan Reinauer
* Peter Stuge <[EMAIL PROTECTED]> [070303 03:45]: > On Fri, Mar 02, 2007 at 04:05:08PM -0500, Ward Vandewege wrote: > > For the record, the Biossavior RD1-PMC4 is not compatible with the > > Gigabyte M57SLI-S4 > > Strange, it should work. Do you have any other LPC (not FWH) flash > chips to try in

Re: [LinuxBIOS] [PATCH] Document POST codes emitted by LinuxBIOS

2007-03-03 Thread Stefan Reinauer
* Uwe Hermann <[EMAIL PROTECTED]> [070303 13:34]: > Add documentation/POSTCODES which documents the POST codes emitted by > LinuxBIOS. > Document POST codes emitted by LinuxBIOSv2. > > The list was created by Richard Smith <[EMAIL PROTECTED]>, see > http://tracker.linuxbios.org/trac/LinuxBIOS/tic

[LinuxBIOS] [PATCH] Document POST codes emitted by LinuxBIOS

2007-03-03 Thread Uwe Hermann
Add documentation/POSTCODES which documents the POST codes emitted by LinuxBIOS. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Document POST codes emitted by LinuxBIOSv2. The list was created by Richard S