Re: [LinuxBIOS] [PATCH] pci_rom.c checksum extension rom

2007-10-18 Thread ron minnich
On 9/12/07, Alex Beregszaszi [EMAIL PROTECTED] wrote: Any comments on this? It worries me, given the habit pc vendors have of shipping broken IRQ, ACPI, and other tables, to make us dependent on them actually getting the checksum correct. Unless and until we do some testing to verify that the

Re: [LinuxBIOS] [PATCH] pci_rom.c checksum extension rom

2007-10-18 Thread ron minnich
On 10/5/07, Carl-Daniel Hailfinger [EMAIL PROTECTED] wrote: Worst case would be that buggy extension ROMs break with a really loud warning, so anybody with such ROMs will see it prominently in the logs. what logs? What if it is the VGA BIOS and there is no serial console (sun ultra40)

[LinuxBIOS] r2864 build service

2007-10-18 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer hailfinger checked in revision 2864 to the LinuxBIOS source repository and caused the following changes: Change Log: Add Gigabyte M61P-S3 SPI flash support to board_enable.c Signed-off-by: Michael

[LinuxBIOS] r2865 build service

2007-10-18 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2865 to the LinuxBIOS source repository and caused the following changes: Change Log: Add detection support for the Winbond W83977AF as found in the Advantech PCM-5820 board

Re: [LinuxBIOS] Advantech 582x

2007-10-18 Thread Uwe Hermann
On Wed, Oct 17, 2007 at 01:17:55AM +0200, Uwe Hermann wrote: I created an initial test patch for Erwan which he's gonna try soon, here it is (for reference). It's incomplete of course, but enough for a first try. OK, here's an update which actually even builds ;-) Uwe. --

[LinuxBIOS] r2866 build service

2007-10-18 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2866 to the LinuxBIOS source repository and caused the following changes: Change Log: Multiple flashrom fixes: - Install binary in /usr/sbin (not /usr/bin), as it's a

Re: [LinuxBIOS] [PATCH] flashrom: add MX25L4005 erase/write support

2007-10-18 Thread Harald Gutmann
Am Donnerstag, 18. Oktober 2007 02:33:36 schrieb Carl-Daniel Hailfinger: On 18.10.2007 02:28, Carl-Daniel Hailfinger wrote: On 18.10.2007 02:08, Stefan Reinauer wrote: * Carl-Daniel Hailfinger [EMAIL PROTECTED] [071018 01:59]: My new version is way more generic and hopefully works as well.

Re: [LinuxBIOS] [PATCH] flashrom: add MX25L4005 erase/write support

2007-10-18 Thread Stefan Reinauer
* Carl-Daniel Hailfinger [EMAIL PROTECTED] [071018 02:33]: OK. Harald, please check out the code currently in svn and test if it works for you. And if that works, can you also try the following patch against current svn? If you sign-off this patch: Acked-by: Stefan Reinauer [EMAIL

Re: [LinuxBIOS] M57SLI Rev2.0 SPI - how to add the second bios chip (incl. pictures)

2007-10-18 Thread Harald Gutmann
Am Donnerstag, 18. Oktober 2007 01:10:03 schrieb Peter Stuge: On Wed, Oct 17, 2007 at 08:47:41PM +0100, Chris Lingard wrote: I'll get in touch with the distributors here. Will get back when I know more. I have been trying to get my M57SLI Rev2.0 SPI running LinuxBios for a while, but

Re: [LinuxBIOS] M57SLI Rev2.0 SPI - how to add the second bios chip (incl. pictures)

2007-10-18 Thread Harald Gutmann
Am Donnerstag, 18. Oktober 2007 17:05:30 schrieb Ward Vandewege: On Thu, Oct 18, 2007 at 04:59:36PM +0200, Harald Gutmann wrote: Am Donnerstag, 18. Oktober 2007 01:10:03 schrieb Peter Stuge: On Wed, Oct 17, 2007 at 08:47:41PM +0100, Chris Lingard wrote: I'll get in touch with the

Re: [LinuxBIOS] M57SLI Rev2.0 SPI - how to add the second bios chip (incl. pictures)

2007-10-18 Thread Ward Vandewege
On Thu, Oct 18, 2007 at 04:59:36PM +0200, Harald Gutmann wrote: Am Donnerstag, 18. Oktober 2007 01:10:03 schrieb Peter Stuge: On Wed, Oct 17, 2007 at 08:47:41PM +0100, Chris Lingard wrote: I'll get in touch with the distributors here. Will get back when I know more. I have been

[LinuxBIOS] r2868 build service

2007-10-18 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer hailfinger checked in revision 2868 to the LinuxBIOS source repository and caused the following changes: Change Log: Fix wrong values/typos in chipset_enable.c. This has been confirmed by Ed Swierk in

Re: [LinuxBIOS] Building an irq table - Help

2007-10-18 Thread Marc Jones
[EMAIL PROTECTED] wrote: Ok I am a little confused on how to tell what devices are what in irc_tablec.c How do I tell?? Also where does the value for the bitmap come from? Thanks for your help - Joe /* bus, dev|fn, {0x01,(0x083)|0x0, {0x00,(0x1f3)|0x0, {0x00,(0x1d3)|0x0,

[LinuxBIOS] r2869 build service

2007-10-18 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer hailfinger checked in revision 2869 to the LinuxBIOS source repository and caused the following changes: Change Log: Add a debug message to keyboard init. This helped isolate at least one case of

[LinuxBIOS] r2870 build service

2007-10-18 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2870 to the LinuxBIOS source repository and caused the following changes: Change Log: Add dump support for the Winbond W83697SF. Signed-off-by: Idwer Vollering [EMAIL

[LinuxBIOS] r2876 - trunk/util/flashrom

2007-10-18 Thread svn
Author: hailfinger Date: 2007-10-18 19:56:42 +0200 (Thu, 18 Oct 2007) New Revision: 2876 Modified: trunk/util/flashrom/spi.c Log: Remove hardcoded wait from SPI write/erase routines and check the chip status register instead. This has been tested by Harald Gutmann [EMAIL PROTECTED] with a

Re: [LinuxBIOS] [PATCH] flashrom: add MX25L4005 erase/write support

2007-10-18 Thread Carl-Daniel Hailfinger
On 18.10.2007 16:28, Stefan Reinauer wrote: * Carl-Daniel Hailfinger [EMAIL PROTECTED] [071018 02:33]: OK. Harald, please check out the code currently in svn and test if it works for you. And if that works, can you also try the following patch against current svn? If

[LinuxBIOS] r2871 build service

2007-10-18 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2871 to the LinuxBIOS source repository and caused the following changes: Change Log: Print the version number always, not only in verbose mode. We often want to know the

[LinuxBIOS] r2872 build service

2007-10-18 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2872 to the LinuxBIOS source repository and caused the following changes: Change Log: Drop support for the --human-readable option. It's not any more useful than the --dump

[LinuxBIOS] [PATCH] flashrom: SPI serial flash: The sector/block erase pitfalls

2007-10-18 Thread Carl-Daniel Hailfinger
This is more a rant than a tutorial how to solve the remaining problems. Almost all SPI flash falls into at least one of three categories: * Does not respect the JEDEC standards * Totally different chips with exactly the same ID and no means to tell them apart unless you physically look at their

Re: [LinuxBIOS] M57SLI Rev2.0 SPI - how to add the second bios chip (incl. pictures)

2007-10-18 Thread Carl-Daniel Hailfinger
On 18.10.2007 17:13, Harald Gutmann wrote: Am Donnerstag, 18. Oktober 2007 17:05:30 schrieb Ward Vandewege: On Thu, Oct 18, 2007 at 04:59:36PM +0200, Harald Gutmann wrote: Am Donnerstag, 18. Oktober 2007 01:10:03 schrieb Peter Stuge: On Wed, Oct 17, 2007 at 08:47:41PM +0100,

Re: [LinuxBIOS] Kernel lock-ups??

2007-10-18 Thread Rudolf Marek
Hi, Doing ACPI only IRQ routing is quite easy. I'm not going to describe whole ACPI table stuff just the part you need for the routing: http://www.linuxbios.org/pipermail/linuxbios/2007-October/025845.html Check the dsdt.asl file in patch above. /* top PCI device */

[LinuxBIOS] r2873 build service

2007-10-18 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2873 to the LinuxBIOS source repository and caused the following changes: Change Log: Some cosmetic cleanups in the flashrom code and output. Signed-off-by: Uwe Hermann [EMAIL

[LinuxBIOS] r2874 build service

2007-10-18 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer hailfinger checked in revision 2874 to the LinuxBIOS source repository and caused the following changes: Change Log: Add generic SPI flash erase and write support to flashrom. The first chip the code

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530

2007-10-18 Thread Kenji Noguchi
Hi Juergen Your VGA code worked great on my TeleVideo TC7020. Thank you very much!! Regards, Kenji Noguchi -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] GIGABYTE GA-2761GXDK

2007-10-18 Thread Corey Osgood
Uwe Hermann wrote: Hi everyone, On Thu, Oct 18, 2007 at 10:32:30AM -0400, Corey Osgood wrote: Morgan Tsai wrote: Dear folks, It supports SiS761GX / SiS966 chipset, only for AMD K8 platform so far. Due to integrated VGA sharing system memory, some code in southbridge folder have

Re: [LinuxBIOS] Building an irq table - Help

2007-10-18 Thread joe
Quoting Marc Jones [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: Ok I am a little confused on how to tell what devices are what in irc_tablec.c How do I tell?? Also where does the value for the bitmap come from? Thanks for your help - Joe /* bus, dev|fn, {0x01,(0x083)|0x0,

[LinuxBIOS] r2876 build service

2007-10-18 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer hailfinger checked in revision 2876 to the LinuxBIOS source repository and caused the following changes: Change Log: Remove hardcoded wait from SPI write/erase routines and check the chip status

Re: [LinuxBIOS] [PATCH] Common code base for Advantech PCM-5820, ASI MB_5BLMP, BCOM WinNET100

2007-10-18 Thread Uwe Hermann
On Thu, Oct 18, 2007 at 06:19:58PM -0600, Marc Jones wrote: here's a first patch (in a row of a bunch of other, similar planned patches) which reduces the amount of crappy, duplicated mainboard code in the repository. (it also adds support for a new target, the Advantech PCM-5820, btw.) This

[LinuxBIOS] r2875 build service

2007-10-18 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2875 to the LinuxBIOS source repository and caused the following changes: Change Log: Documentation fixes and updates (trivial). Signed-off-by: Uwe Hermann [EMAIL PROTECTED]

Re: [LinuxBIOS] [PATCH] Common code base for Advantech PCM-5820, ASI MB_5BLMP, BCOM WinNET100

2007-10-18 Thread Marc Jones
Uwe Hermann wrote: Hi, here's a first patch (in a row of a bunch of other, similar planned patches) which reduces the amount of crappy, duplicated mainboard code in the repository. (it also adds support for a new target, the Advantech PCM-5820, btw.) This common code supports three

Re: [LinuxBIOS] [PATCH] Common code base for Advantech PCM-5820, ASI MB_5BLMP, BCOM WinNET100

2007-10-18 Thread joe
Quoting Uwe Hermann [EMAIL PROTECTED]: On Thu, Oct 18, 2007 at 06:19:58PM -0600, Marc Jones wrote: here's a first patch (in a row of a bunch of other, similar planned patches) which reduces the amount of crappy, duplicated mainboard code in the repository. (it also adds support for a new

Re: [LinuxBIOS] Building an irq table - Help

2007-10-18 Thread Corey Osgood
[EMAIL PROTECTED] wrote: Quoting Marc Jones [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: Ok I am a little confused on how to tell what devices are what in irc_tablec.c How do I tell?? Also where does the value for the bitmap come from? Thanks for your help - Joe /* bus, dev|fn,