[LinuxBIOS] IT8705F/AF superiotool dump

2007-11-11 Thread Frieder Ferlemann
Hi, this is a superiotool dump of a PCCHIPS M848A Rev2.1 mainboard. It was mentioned here, that this might be missing: http://linuxbios.org/pipermail/linuxbios/2007-October/025414.html (Seems to be found both at 0x2e and at 0x4e. Most lines have a trailing white space) Greetings, Frieder

Re: [LinuxBIOS] IT8705F/AF superiotool dump

2007-11-11 Thread Uwe Hermann
On Sun, Nov 11, 2007 at 02:11:15PM +0100, Frieder Ferlemann wrote: this is a superiotool dump of a PCCHIPS M848A Rev2.1 mainboard. It was mentioned here, that this might be missing: http://linuxbios.org/pipermail/linuxbios/2007-October/025414.html Thanks a lot! (Seems to be found both at

Re: [LinuxBIOS] IT8705F/AF superiotool dump

2007-11-11 Thread Uwe Hermann
On Sun, Nov 11, 2007 at 03:03:36PM +0100, Uwe Hermann wrote: Also, you used version r2922 which is pretty old, please try the latest svn version of superiotool and see if it returns the same output. Forget what I said, r2922 _is_ the latest version. Uwe. -- http://www.hermann-uwe.de |

Re: [LinuxBIOS] #87: flashrom issues on m57sli-s4

2007-11-11 Thread Carl-Daniel Hailfinger
Hi Andi, On 10.11.2007 20:15, Andreas B. Mundt wrote: On Sat, Nov 10, 2007 at 05:04:32PM +0100, Carl-Daniel Hailfinger wrote: Can you try this patch on top of the existing patch? It will give you better debug output for superio config. .. Can you then post the serial boot log

Re: [LinuxBIOS] IT8705F/AF superiotool dump

2007-11-11 Thread Uwe Hermann
On Sun, Nov 11, 2007 at 03:40:48PM +0100, Frieder Ferlemann wrote: Hm, do you have _two_ of them on our board maybe? Can you look at the board and see if there are two? There is only one (it's an ultra low cost board I bought in Mid 2005 for 78 Euro including an AMD Athlon 2800 and

Re: [LinuxBIOS] #87: flashrom issues on m57sli-s4

2007-11-11 Thread Uwe Hermann
On Sun, Nov 11, 2007 at 03:52:22PM +0100, Carl-Daniel Hailfinger wrote: Index: LinuxBIOSv2/src/superio/ite/it8716f/superio.c === --- LinuxBIOSv2/src/superio/ite/it8716f/superio.c (Revision 2953) +++

Re: [LinuxBIOS] IT8705F/AF superiotool dump

2007-11-11 Thread Frieder Ferlemann
Hi Uwe, Uwe Hermann schrieb: Can you please do the following things in this order on the box? 1. Reboot. (yes, this is important!) 2. Compile superiotool ('make clean all') and run ./superiotool -dV Save the output in a file. done and appended as dump_2.txt 3. Reboot. 4.

Re: [LinuxBIOS] IT8705F/AF superiotool dump

2007-11-11 Thread Uwe Hermann
On Sun, Nov 11, 2007 at 05:15:03PM +0100, Frieder Ferlemann wrote: done and appended as dump_8.txt Thanks, that rules out some of the potential bugs. I've noticed one problem which may cause this behaviour, I'm not sure if it's really the reason, though. Please try attached patch (after a

[LinuxBIOS] [patch] group register dumps by 8 and remove trailing spaces

2007-11-11 Thread Frieder Ferlemann
Hi, this patch groups register dumps by 8 and removes trailing spaces. Output then looks like: LDN 0x04 (Environment controller) idx 2b 30 60 61 62 63 70 f0 f1 f2 f3 f4 f5 f6 val 00 01 02 90 02 30 00 80 00 00 00 40 00 ff def 00 00 02 90 02 30 09 00 00 00 00 00 NA NA instead of (trailing

Re: [LinuxBIOS] IT8705F/AF superiotool dump

2007-11-11 Thread Frieder Ferlemann
Hi Uwe, Uwe Hermann schrieb: I've noticed one problem which may cause this behaviour, I'm not sure if it's really the reason, though. Please try attached patch (after a reboot) and post the output. If we're lucky only one chip should be detected now. attached dump.txt (still there at both

Re: [LinuxBIOS] IT8705F/AF superiotool dump

2007-11-11 Thread Frieder Ferlemann
Hi Uwe, sorry, forgot to attach the file in last mail. Appended now Greetings, Frieder superiotool r2922 Probing for ALi Super I/O at 0x3f0... Failed. Returned data: id=0x7373, rev=0x73 Probing for ALi Super I/O at 0x370... Failed. Returned data: id=0x, rev=0xff Probing for Fintek Super

Re: [LinuxBIOS] #87: flashrom issues on m57sli-s4

2007-11-11 Thread Andreas B. Mundt
PNP: 002e.7 missing set_resources Boom. The log shows why both parts of the Config.lb patch were ineffective. Can you try the patch below on top of it? This should fix the values for LDN 0x7. If not, please supply a boot log. Hi Carl-Daniel, here is the superiotool diff: $ diff -u

Re: [LinuxBIOS] IT8705F/AF superiotool dump

2007-11-11 Thread Frieder Ferlemann
Hi, Uwe Hermann schrieb: Also, please run the latest sensors-detect (lm-sensors package) on the box and post the output so we can compare. It says: Some Super I/O chips may also contain sensors. We have to write to standard I/O ports to probe them. This is usually safe. Do you want to scan

[LinuxBIOS] Abit KN9 Ultra - output of 'lspci -tvnn', 'superiotool -dV' and 'flashrom -V'

2007-11-11 Thread Dawn Light
-[:00]-+-00.0 nVidia Corporation MCP55 Memory Controller [10de:0369] +-01.0 nVidia Corporation MCP55 LPC Bridge [10de:0362] +-01.1 nVidia Corporation MCP55 SMBus [10de:0368] +-02.0 nVidia Corporation MCP55 USB Controller [10de:036c] +-02.1

Re: [LinuxBIOS] Abit KN9 Ultra - output of 'lspci -tvnn', 'superiotool -dV' and 'flashrom -V'

2007-11-11 Thread Uwe Hermann
Hi, Looks good, please try attached patch for a first run as soon as you have a verified backup ROM chip stored away safely, and a null-modem cable to get the serial debugging output from LinuxBIOS. After applying the patch with patch -p0 *.patch in the LinuxBIOSv2 directory, you can build a

Re: [LinuxBIOS] #87: flashrom issues on m57sli-s4

2007-11-11 Thread Torsten Duwe
On Saturday 10 November 2007 00:48, Carl-Daniel Hailfinger wrote: Hi Ward, On 08.11.2007 16:51, Carl-Daniel Hailfinger wrote: On 08.11.2007 16:22, Ward Vandewege wrote: On Thu, Nov 08, 2007 at 02:05:16PM -, LinuxBIOS wrote: #87: flashrom issues on m57sli-s4 I need superiotool

Re: [LinuxBIOS] #87: flashrom issues on m57sli-s4

2007-11-11 Thread Torsten Duwe
On Sunday 11 November 2007 15:52, Carl-Daniel Hailfinger wrote: Boom. The log shows why both parts of the Config.lb patch were ineffective. Can you try the patch below on top of it? This should fix the values for LDN 0x7. If not, please supply a boot log. Index:

[LinuxBIOS] r2954 - trunk/LinuxBIOSv2/src/mainboard/gigabyte/m57sli

2007-11-11 Thread svn
Author: cozzie Date: 2007-11-12 03:33:31 +0100 (Mon, 12 Nov 2007) New Revision: 2954 Modified: trunk/LinuxBIOSv2/src/mainboard/gigabyte/m57sli/Config.lb Log: Try to fix a few loose ends on the GA-M57SLI Super I/O GPIO configuration. Signed-off-by: Carl-Daniel Hailfinger [EMAIL PROTECTED]

Re: [LinuxBIOS] #87: flashrom issues on m57sli-s4

2007-11-11 Thread Corey Osgood
Torsten Duwe wrote: On Saturday 10 November 2007 00:48, Carl-Daniel Hailfinger wrote: Hi Ward, On 08.11.2007 16:51, Carl-Daniel Hailfinger wrote: On 08.11.2007 16:22, Ward Vandewege wrote: On Thu, Nov 08, 2007 at 02:05:16PM -, LinuxBIOS wrote: #87: flashrom

Re: [LinuxBIOS] #87: flashrom issues on m57sli-s4

2007-11-11 Thread Corey Osgood
Torsten Duwe wrote: On Sunday 11 November 2007 15:52, Carl-Daniel Hailfinger wrote: Boom. The log shows why both parts of the Config.lb patch were ineffective. Can you try the patch below on top of it? This should fix the values for LDN 0x7. If not, please supply a boot log. Index:

[LinuxBIOS] r2954 build service

2007-11-11 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer cozzie checked in revision 2954 to the LinuxBIOS source repository and caused the following changes: Change Log: Try to fix a few loose ends on the GA-M57SLI Super I/O GPIO configuration.

[LinuxBIOS] mkelfImage - how to use the resultant image?

2007-11-11 Thread Baski
I used mkElfImage ver 2.7 to create a single bootable elf image with this syntax sudo mkelfImage --command-line=ro root=/dev/hd1 quiet splash console=tty0 console=ttyS0,115200n8 --kernel=/boot/vmlinuz-2.6.20-16-generic --initrd=/boot/initrd.img-2.6.20-16-generic

Re: [LinuxBIOS] mkelfImage - how to use the resultant image?

2007-11-11 Thread Peter Stuge
On Sun, Nov 11, 2007 at 07:53:25PM -0800, Baski wrote: I used mkElfImage ver 2.7 to create a single bootable elf image with this syntax sudo mkelfImage --command-line=ro root=/dev/hd1 quiet splash console=tty0 console=ttyS0,115200n8 --kernel=/boot/vmlinuz-2.6.20-16-generic