Re: [LinuxBIOS] r2846 - trunk/util/flashrom

2007-10-17 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [071017 01:45]: On Fri, Oct 12, 2007 at 12:54:22PM +0200, Uwe Hermann wrote: - printf(Failed!\n); + printf(failed!\n); CAPITALIZE Yeah. Agreed. Updated patch attached. *ping* Does the

Re: [LinuxBIOS] Kernel lock-ups??

2007-10-17 Thread joe
Quoting [EMAIL PROTECTED]: Quoting [EMAIL PROTECTED]: Quoting Stefan Reinauer [EMAIL PROTECTED]: Uwe Hermann wrote: On Tue, Oct 16, 2007 at 06:31:19PM +0200, Stefan Reinauer wrote: ron minnich wrote: Factory bioses frequently ship with broken IRQ tables. The 'hlt' problem is a classic

Re: [LinuxBIOS] Kernel lock-ups??

2007-10-17 Thread Stefan Reinauer
* [EMAIL PROTECTED] [EMAIL PROTECTED] [071017 03:08]: Ok, So I will dig into the irq tables and see what I can find. But, how do I now this isn't just related to a Read issue with the Upper Bios Area 0x0F(960K) - 0x0F(1MB)?? That is why I would like to diagnos that first. So I ask

Re: [LinuxBIOS] Kernel lock-ups??

2007-10-17 Thread Stefan Reinauer
* [EMAIL PROTECTED] [EMAIL PROTECTED] [071017 09:18]: PCI: IRQ 0 for device :00:02.0 doesn't match PIRQ mask - try PCI: IRQ 0 for device :00:1d.1 doesn't match PIRQ mask - try PCI: IRQ 0 for device :00:1d.2 doesn't match PIRQ mask - try PCI: IRQ 0 for device :00:1d.7

Re: [LinuxBIOS] Superiotool dump for Winbond W83697SF (r2851) / Re: [PATCH] superiotool: Fix Winbond

2007-10-17 Thread Idwer Vollering
Date: Wed, 17 Oct 2007 01:21:54 +0200 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: linuxbios@linuxbios.org Subject: Re: [LinuxBIOS] Superiotool dump for Winbond W83697SF (r2851) / Re: [PATCH] superiotool: Fix Winbond W83697SF detec On Sun, Oct 14, 2007 at 11:55:35AM

Re: [LinuxBIOS] [PATCH] Support other than 0xC000 ROMs in VM86

2007-10-17 Thread Stefan Reinauer
* Alex Beregszaszi [EMAIL PROTECTED] [071003 01:50]: Not yet, and now I have more patches regarding the BIOS emulation code. Just my last week have been extremely busy and had no time to be active on Linuxbios. we're looking forward to your patches a lot. If you say ack, let me commit this,

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

2007-10-17 Thread Stefan Reinauer
* Alex Beregszaszi [EMAIL PROTECTED] [070907 12:54]: Hi, On Wed, 2007-09-05 at 04:29 +0200, Stefan Reinauer wrote: * Alex Beregszaszi [EMAIL PROTECTED] [070904 13:17]: Hi, the attached patch adds code to checksum the pci extension rom and stop if the stored and calculated

Re: [LinuxBIOS] [PATCH] Support other than 0xC000 ROMs in VM86

2007-10-17 Thread Stefan Reinauer
* Carl-Daniel Hailfinger [EMAIL PROTECTED] [071005 18:31]: Stefan? I think you wanted to Ack this as well. Alex will then commit. Sorry for the delay... Please go ahead and commit Acked-by: Stefan Reinauer [EMAIL PROTECTED] Alex Beregszaszi wrote: If you say ack, let me commit this, as I

Re: [LinuxBIOS] [PATCH] LAR checksums

2007-10-17 Thread Stefan Reinauer
* Alex Beregszaszi [EMAIL PROTECTED] [070906 03:23]: Hi, checksum-fix.diff fixes a checksum calculation bug in the lar utility, where it would checksum less bytes then desired. lar-check-sum.diff implements checksum checking in the runtime lar code. I implemented the check inside the

Re: [LinuxBIOS] [PATCH] LAR checksums

2007-10-17 Thread ron minnich
On 10/17/07, Stefan Reinauer [EMAIL PROTECTED] wrote: Maybe we should use 2 checksums, one for the header and one for the rest. When walking the archive, only check the header sums. When loading a lar entry or XIPing it, check the data/code itself. What do you think? that makes a lot of

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

2007-10-17 Thread Carl-Daniel Hailfinger
On 15.10.2007 01:28, Harald Gutmann wrote: Am Montag, 15. Oktober 2007 01:06:00 schrieb Carl-Daniel Hailfinger: Great, thanks! The code I have also is not polished, so even if your code is ugly, it is better than no code. We can clean up that stuff together. yes, that's right!

Re: [LinuxBIOS] [PATCH] flashrom: fix wrong values/typos in chipset_enable.c

2007-10-17 Thread Stefan Reinauer
* Carl-Daniel Hailfinger [EMAIL PROTECTED] [071015 02:17]: Fix wrong values/typos in chipset_enable.c. This has been confirmed by Ed Swierk in http://www.mail-archive.com/linuxbios@linuxbios.org/msg09788.html . Signed-off-by: Carl-Daniel Hailfinger [EMAIL PROTECTED] Acked-by: Stefan

Re: [LinuxBIOS] [PATCH] v2: keyboard init debug message

2007-10-17 Thread Stefan Reinauer
* Carl-Daniel Hailfinger [EMAIL PROTECTED] [071012 23:10]: Add a debug message to keyboard init. This helped isolate at least one case of keyboard failure (the keyboard initialization was never hit). Signed-off-by: Carl-Daniel Hailfinger [EMAIL PROTECTED] Acked-by: Stefan Reinauer [EMAIL

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

2007-10-17 Thread Uwe Hermann
On Wed, Oct 17, 2007 at 02:14:17PM +0200, Carl-Daniel Hailfinger wrote: distclean: clean rm -f $(PROGRAM) .dependencies Skip the make clean changes. We have make distclean. Yep. diff -ubrN ../../flashrom.original/mx25l4005.c flashrom.new/mx25l4005.c ---

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

2007-10-17 Thread Harald Gutmann
Am Mittwoch, 17. Oktober 2007 14:14:17 schrieb Carl-Daniel Hailfinger: On 15.10.2007 01:28, Harald Gutmann wrote: Am Montag, 15. Oktober 2007 01:06:00 schrieb Carl-Daniel Hailfinger: Great, thanks! The code I have also is not polished, so even if your code is ugly, it is better than no

Re: [LinuxBIOS] [PATCH] svn hooks: pre-commit signed-off/acked verification

2007-10-17 Thread Stefan Reinauer
* Carl-Daniel Hailfinger [EMAIL PROTECTED] [071002 18:44]: This patch changes the pre-commit hook to check whether more than one person has signed off/acked a patch. If that is not the case, it will output a warning, but the commit will not fail. It is possible to amend this hook to check for

Re: [LinuxBIOS] svn tricks II [was: superiotool: Make --version actually work correctly]

2007-10-17 Thread Ulf Jordan
On Sun, 14 Oct 2007, Peter Stuge wrote: What is the suggestion for projects with subdirectories? A generalized pipeline using svnversion when there are subdirectories (possibly coming from svn:externals) could be: find . -type d \ | grep -v \.svn \ | xargs -i svnversion

[LinuxBIOS] [PATCH] superiotool: Always print the version number

2007-10-17 Thread Uwe Hermann
See patch. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Print the version number always, not only in verbose mode. We often want to know the exact version number of superiotool which was used to gather

[LinuxBIOS] [PATCH] superiotool: Drop --dump-readable option

2007-10-17 Thread Uwe Hermann
See patch. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Drop support for the --human-readable option. It's not any more useful than the --dump option, it just means lots of additional work for no gain,

Re: [LinuxBIOS] [PATCH] superiotool: Always print the version number

2007-10-17 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [071017 23:20]: See patch. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Print the version number always, not only in verbose mode. We often want to know the

[LinuxBIOS] r2868 - trunk/util/flashrom

2007-10-17 Thread svn
Author: hailfinger Date: 2007-10-18 00:30:07 +0200 (Thu, 18 Oct 2007) New Revision: 2868 Modified: trunk/util/flashrom/chipset_enable.c Log: Fix wrong values/typos in chipset_enable.c. This has been confirmed by Ed Swierk in http://www.mail-archive.com/linuxbios@linuxbios.org/msg09788.html .

Re: [LinuxBIOS] [PATCH] v2: keyboard init debug message

2007-10-17 Thread Carl-Daniel Hailfinger
On 17.10.2007 19:17, Stefan Reinauer wrote: * Carl-Daniel Hailfinger [EMAIL PROTECTED] [071012 23:10]: Add a debug message to keyboard init. This helped isolate at least one case of keyboard failure (the keyboard initialization was never hit). Signed-off-by: Carl-Daniel Hailfinger [EMAIL

[LinuxBIOS] r2869 - trunk/LinuxBIOSv2/src/pc80

2007-10-17 Thread svn
Author: hailfinger Date: 2007-10-18 00:34:40 +0200 (Thu, 18 Oct 2007) New Revision: 2869 Modified: trunk/LinuxBIOSv2/src/pc80/keyboard.c Log: Add a debug message to keyboard init. This helped isolate at least one case of keyboard failure (the keyboard initialization was never hit).

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

2007-10-17 Thread 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 could not get the chip Sorry, no news from me yet, I hardly have

Re: [LinuxBIOS] etherboot

2007-10-17 Thread Peter Stuge
On Wed, Oct 17, 2007 at 07:21:38PM +, Markus wrote: pxe with orginal bios works. But with Linuxbios and etherboot not. You need a different Etherboot image when it's going to be used as a payload with LB, but you probably knew that already. There the log of the client: Welcome to

[LinuxBIOS] r2870 - trunk/util/superiotool

2007-10-17 Thread svn
Author: uwe Date: 2007-10-18 01:37:36 +0200 (Thu, 18 Oct 2007) New Revision: 2870 Modified: trunk/util/superiotool/superiotool.h trunk/util/superiotool/winbond.c Log: Add dump support for the Winbond W83697SF. Signed-off-by: Idwer Vollering [EMAIL PROTECTED] Acked-by: Uwe Hermann [EMAIL

Re: [LinuxBIOS] Superiotool dump for Winbond W83697SF (r2851) / Re: [PATCH] superiotool: Fix Winbond

2007-10-17 Thread Uwe Hermann
On Wed, Oct 17, 2007 at 08:27:08AM +, Idwer Vollering wrote: Reposting patch: patches for superiotool.h and winbond.c are, if they weren't so the last time, in one diff file. Thanks, r2870 with some changes. Please re-run with -dV an let us know if it works correctly. Uwe. --

Re: [LinuxBIOS] [PATCH] superiotool: Drop --dump-readable option

2007-10-17 Thread Uwe Hermann
On Wed, Oct 17, 2007 at 11:40:36PM +0200, Stefan Reinauer wrote: Acked-by: Stefan Reinauer [EMAIL PROTECTED] r2872. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org signature.asc Description: Digital