Re: [LinuxBIOS] Trying to test my RD1

2007-04-22 Thread Peter Stuge
On Sun, Apr 22, 2007 at 08:48:17PM -0700, Nicholas Veeser wrote: > I am not sure I understand all the options yet. How do I make this > the right size? It's a bit of a mess with lots of options to tweak in Config.lb. I don't think flashrom can help either, but you can just use cat for a Quality-D

[LinuxBIOS] Trying to test my RD1

2007-04-22 Thread Nicholas Veeser
So I have SST49FL080A Bios chip. I bought the RD1-LPC8 to work with it (has a W39V080A) So I downloaded the old rom from the first chip, then flipped the switch and did the reverse. But when I reboot with the RD1 enabled nothing happens. Aren't these chips interchangable? Did I flash something w

Re: [LinuxBIOS] flashrom with SST49FL080A

2007-04-22 Thread Peter Stuge
On Sun, Apr 22, 2007 at 12:46:26PM -0700, Nicholas Veeser wrote: > Flipped the switch on the RD1 and wrote it back. > This did not seem to work. Could you send any error messages that you got from flashrom? //Peter -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mail

[LinuxBIOS] r2615 build service

2007-04-22 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "uwe" checked in revision 2615 to the LinuxBIOS source repository and caused the following changes: Change Log: Add explicit license headers to all files in src/device. For files derived from the Linu

Re: [LinuxBIOS] flashrom with SST49FL080A

2007-04-22 Thread Corey Osgood
Nicholas Veeser wrote: > So I have what I thought was an 8MB flash device on my motherboard. > (Tyan s2895) > with this I am using the RD1-LPC8 as a backup. > > Well for my first test I read the flash from the original ROM. > Flipped the switch on the RD1 and wrote it back. > This did not seem to

Re: [LinuxBIOS] flashrom with SST49FL080A

2007-04-22 Thread Anton
On Sun, 22 Apr 2007 12:46:26 -0700 "Nicholas Veeser" <[EMAIL PROTECTED]> wrote: > So I have what I thought was an 8MB flash device on my motherboard. (Tyan > s2895) > with this I am using the RD1-LPC8 as a backup. > > Well for my first test I read the flash from the original ROM. > Flipped the s

[LinuxBIOS] r2614 build service

2007-04-22 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "uwe" checked in revision 2614 to the LinuxBIOS source repository and caused the following changes: Change Log: Use __PAYLOAD__ instead of PAYLOAD as replacement template for abuild. Comment out code

[LinuxBIOS] flashrom with SST49FL080A

2007-04-22 Thread Nicholas Veeser
So I have what I thought was an 8MB flash device on my motherboard. (Tyan s2895) with this I am using the RD1-LPC8 as a backup. Well for my first test I read the flash from the original ROM. Flipped the switch on the RD1 and wrote it back. This did not seem to work. Looking at the files that I

Re: [LinuxBIOS] [PATCH] GPL headers for src/device/* in LinuxBIOSv2

2007-04-22 Thread Uwe Hermann
On Sat, Apr 21, 2007 at 10:29:11PM +0200, Stefan Reinauer wrote: > This patch aligns with my investigations and my retrospection of the > time during which the code was developed. Since no one objected, I > say > > Acked-by: Stefan Reinauer <[EMAIL PROTECTED]> Committed in r2615. > * Uwe Herm

[LinuxBIOS] r2615 - trunk/LinuxBIOSv2/src/devices

2007-04-22 Thread svn
Author: uwe Date: 2007-04-22 21:08:13 +0200 (Sun, 22 Apr 2007) New Revision: 2615 Modified: trunk/LinuxBIOSv2/src/devices/agp_device.c trunk/LinuxBIOSv2/src/devices/cardbus_device.c trunk/LinuxBIOSv2/src/devices/device.c trunk/LinuxBIOSv2/src/devices/device_util.c trunk/LinuxBIOSv2/

Re: [LinuxBIOS] [PATCH] Fix some abuild build errors

2007-04-22 Thread Uwe Hermann
On Sun, Apr 22, 2007 at 08:26:50PM +0200, Stefan Reinauer wrote: > Acked-by: Stefan Reinauer <[EMAIL PROTECTED]> Committed in r2614. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org signature.asc Descript

Re: [LinuxBIOS] [PATCH] Fix some abuild build errors

2007-04-22 Thread Stefan Reinauer
* Uwe Hermann <[EMAIL PROTECTED]> [070422 18:01]: > Use __PAYLOAD__ instead of PAYLOAD as replacement template for abuild. > > Comment out code which currently doesn't compile. Needs fixing later. > > Signed-off-by: Uwe Hermann <[EMAIL PROTECTED]> > Acked-by: Stefan Reinauer <[EMAIL PROTECTED]>

Re: [LinuxBIOS] IRQ Routing

2007-04-22 Thread Arnd Hannemann
Hi Stefan, Stefan Reinauer schrieb: > * Arnd Hannemann <[EMAIL PROTECTED]> [070422 12:23]: >> src/mainboard/via/epia-m/irq_tables.c >>> - {0x00,(0x13<<3)|0x0, {{0x01, 0xdeb8}, {0x02, 0xdeb8}, >>> {0x03, 0xdeb8}, {0x04, 0x0deb8}}, 0x2, 0x0}, >>> + {0x00,(0x05<<3)|0x0, {

Re: [LinuxBIOS] r2612 - trunk/LinuxBIOSv2/util/getpir

2007-04-22 Thread Uwe Hermann
On Sat, Apr 21, 2007 at 09:34:10PM +0200, Stefan Reinauer wrote: > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [070421 20:17]: > > - " * Documentation at : > > http://www.microsoft.com/hwdev/busbios/PCIIRQ.HTM\n*/\n\n";, > > + " * Documentation at: > > http://www.microsoft.com/hwdev/busbios/PCIIR

[LinuxBIOS] [PATCH] Fix some abuild build errors

2007-04-22 Thread Uwe Hermann
See patch. The CONFIG_USE_PRINTK_IN_CAR stuff doesn't seem to compile, so I commented it for now (needs fixing later). Using __PAYLOAD__ instead of PAYLOAD fixes abuild breakage (it tries to replace "PAYLOAD", but that will also replace the "PAYLOAD" in "CONFIG_COMPRESSED_PAYLOAD_LZMA"... Uwe.

Re: [LinuxBIOS] IRQ Routing

2007-04-22 Thread Stefan Reinauer
* Arnd Hannemann <[EMAIL PROTECTED]> [070422 12:23]: > src/mainboard/via/epia-m/irq_tables.c > > - {0x00,(0x13<<3)|0x0, {{0x01, 0xdeb8}, {0x02, 0xdeb8}, > > {0x03, 0xdeb8}, {0x04, 0x0deb8}}, 0x2, 0x0}, > > + {0x00,(0x05<<3)|0x0, {{0x01, 0xdeb8}, {0x02, 0xdeb8}, > > {0x

[LinuxBIOS] IRQ Routing

2007-04-22 Thread Arnd Hannemann
Hi, I use Linuxbios with my VIA Epia MII-12000 board. I installed a dual pci riser card in the one and only PCI slot. Now the problem is: the bios only assigns an IRQ to PCI device number 0x13 an 0x14. -> 0x14 is the first slot on the riser card -> second slot on the riser card is configurable bet