Re: [LinuxBIOS] addr_offset help

2007-09-01 Thread Corey Osgood
Joseph Smith wrote: > MRS is a setting within the ram that's set by reading from a certain location while the northbridge is in MRS mode. It essentially tells the ram what timings to run at. For the most part, the only values you'll ever need for SDRAM are 0x1d0 for CL3 and

[LinuxBIOS] r2762 build service

2007-09-01 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "uwe" checked in revision 2762 to the LinuxBIOS source repository and caused the following changes: Change Log: Small consistency fixes (trivial). Signed-off-by: Uwe Hermann <[EMAIL PROTECTED]> Acked-

[LinuxBIOS] r2761 build service

2007-09-01 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "uwe" checked in revision 2761 to the LinuxBIOS source repository and caused the following changes: Change Log: Various coding style and whitespace fixes (trivial). Signed-off-by: Uwe Hermann <[EMAIL

[LinuxBIOS] r2760 build service

2007-09-01 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "uwe" checked in revision 2760 to the LinuxBIOS source repository and caused the following changes: Change Log: Add ITE IT8716F support to probe_superio. This helps especially GA-M57SLI board owners wh

[LinuxBIOS] r2759 build service

2007-09-01 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "uwe" checked in revision 2759 to the LinuxBIOS source repository and caused the following changes: Change Log: Rename probe_superio.c to superiotool.c. Flesh out Makefile with all the usual stuff, e.g

[LinuxBIOS] r2762 - trunk/util/superiotool

2007-09-01 Thread svn
Author: uwe Date: 2007-09-01 23:20:29 +0200 (Sat, 01 Sep 2007) New Revision: 2762 Modified: trunk/util/superiotool/superiotool.c Log: Small consistency fixes (trivial). Signed-off-by: Uwe Hermann <[EMAIL PROTECTED]> Acked-by: Uwe Hermann <[EMAIL PROTECTED]> Modified: trunk/util/superiotool/

[LinuxBIOS] r2758 build service

2007-09-01 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "uwe" checked in revision 2758 to the LinuxBIOS source repository and caused the following changes: Change Log: Move probe_superio into the global util/ directory. Rename it to superiotool while we're

Re: [LinuxBIOS] different versions of the GA-M57SLI-S4 (PLCC vs SPI)

2007-09-01 Thread Peter Stuge
On Sat, Sep 01, 2007 at 10:13:21PM +0200, Carl-Daniel Hailfinger wrote: > >> SPI detection/flashing support is on my list. > > > > Is the SPI flash connected to the sio on the m57sli? > > No idea. So we should find out. Ward - do you have a continuity tester? Could you see if the SPI flash chip

[LinuxBIOS] r2761 - trunk/util/superiotool

2007-09-01 Thread svn
Author: uwe Date: 2007-09-01 23:02:44 +0200 (Sat, 01 Sep 2007) New Revision: 2761 Modified: trunk/util/superiotool/superiotool.c Log: Various coding style and whitespace fixes (trivial). Signed-off-by: Uwe Hermann <[EMAIL PROTECTED]> Acked-by: Uwe Hermann <[EMAIL PROTECTED]> Modified: trunk

Re: [LinuxBIOS] problems with reboot on K8

2007-09-01 Thread yhlu
boot log? YH -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] [PATCH] Add ITE IT8716F support to probe_superio

2007-09-01 Thread Uwe Hermann
On Sat, Sep 01, 2007 at 09:42:54PM +0200, Carl-Daniel Hailfinger wrote: > Add ITE IT8716F support to probe_superio. This helps especially > GA-M57SLI board owners who wish to debug remaining problems or handle > SPI flash of newer board versions. > > Signed-off-by: Carl-Daniel Hailfinger <[EMAIL P

[LinuxBIOS] r2757 build service

2007-09-01 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "uwe" checked in revision 2757 to the LinuxBIOS source repository and caused the following changes: Change Log: Add support for the ITE IT8708F. Here's a dump from my test system which has an IT8708F:

[LinuxBIOS] r2760 - trunk/util/superiotool

2007-09-01 Thread svn
Author: uwe Date: 2007-09-01 22:24:30 +0200 (Sat, 01 Sep 2007) New Revision: 2760 Modified: trunk/util/superiotool/superiotool.c Log: Add ITE IT8716F support to probe_superio. This helps especially GA-M57SLI board owners who wish to debug remaining problems or handle SPI flash of newer board ve

[LinuxBIOS] r2759 - trunk/util/superiotool

2007-09-01 Thread svn
Author: uwe Date: 2007-09-01 22:20:41 +0200 (Sat, 01 Sep 2007) New Revision: 2759 Added: trunk/util/superiotool/superiotool.c Removed: trunk/util/superiotool/probe_superio.c Modified: trunk/util/superiotool/Makefile Log: Rename probe_superio.c to superiotool.c. Flesh out Makefile with all

Re: [LinuxBIOS] different versions of the GA-M57SLI-S4 (PLCC vs SPI)

2007-09-01 Thread Carl-Daniel Hailfinger
On 01.09.2007 21:50, Peter Stuge wrote: > On Sat, Sep 01, 2007 at 09:30:54PM +0200, Carl-Daniel Hailfinger wrote: >>> Once we figure out the hardware, it will still be neccessary to >>> reboot into DOS/Windows to flash either chip. :( >> SPI detection/flashing support is on my list. > > Is the SPI

Re: [LinuxBIOS] different versions of the GA-M57SLI-S4 (PLCC vs SPI)

2007-09-01 Thread Peter Stuge
On Sat, Sep 01, 2007 at 09:30:54PM +0200, Carl-Daniel Hailfinger wrote: > > Once we figure out the hardware, it will still be neccessary to > > reboot into DOS/Windows to flash either chip. :( > > SPI detection/flashing support is on my list. Is the SPI flash connected to the sio on the m57sli?

Re: [LinuxBIOS] [PATCH] Move common utilities to util/

2007-09-01 Thread Uwe Hermann
On Sat, Sep 01, 2007 at 09:02:24PM +0200, Carl-Daniel Hailfinger wrote: > On 01.09.2007 20:40, Peter Stuge wrote: > > On Sat, Sep 01, 2007 at 01:12:00PM +0200, Uwe Hermann wrote: > >> 'superiotool' > > > > +1 > > Good name. OK, moved and renamed. Uwe. -- http://www.hermann-uwe.de | http://ww

[LinuxBIOS] r2758 - in trunk: LinuxBIOSv2/util util

2007-09-01 Thread svn
Author: uwe Date: 2007-09-01 21:44:36 +0200 (Sat, 01 Sep 2007) New Revision: 2758 Added: trunk/util/superiotool/ Removed: trunk/LinuxBIOSv2/util/probe_superio/ Log: Move probe_superio into the global util/ directory. Rename it to superiotool while we're at it. Signed-off-by: Uwe Hermann <[E

[LinuxBIOS] [PATCH] Add ITE IT8716F support to probe_superio

2007-09-01 Thread Carl-Daniel Hailfinger
Add ITE IT8716F support to probe_superio. This helps especially GA-M57SLI board owners who wish to debug remaining problems or handle SPI flash of newer board versions. Signed-off-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]> Index: LinuxBIOSv2/util/probe_superio/probe_superio.c

[LinuxBIOS] r2757 - trunk/LinuxBIOSv2/util/probe_superio

2007-09-01 Thread svn
Author: uwe Date: 2007-09-01 21:42:42 +0200 (Sat, 01 Sep 2007) New Revision: 2757 Modified: trunk/LinuxBIOSv2/util/probe_superio/probe_superio.c Log: Add support for the ITE IT8708F. Here's a dump from my test system which has an IT8708F: No SuperI/O chip found at 0x002e probing 0x002e, faile

Re: [LinuxBIOS] different versions of the GA-M57SLI-S4 (PLCC vs SPI)

2007-09-01 Thread Carl-Daniel Hailfinger
On 01.09.2007 19:57, Peter Stuge wrote: > > Once we figure out the hardware, it will still be neccessary to > reboot into DOS/Windows to flash either chip. :( SPI detection/flashing support is on my list. However, it won't get done in the next 3 weeks because I'm getting married next week and wil

Re: [LinuxBIOS] r2755 - trunk/LinuxBIOSv2/util/probe_superio

2007-09-01 Thread Peter Stuge
On Sat, Sep 01, 2007 at 09:04:11PM +0200, Carl-Daniel Hailfinger wrote: > > Oh great, the datasheet contradicts itself. > > > > See page 59: > > 8.9.8 KBC (keyboard) Special Configuration Register (Index=F0h, > > Default=08h) > > Where do we write down all the datasheet errors? Wiki or > probe_su

Re: [LinuxBIOS] r2755 - trunk/LinuxBIOSv2/util/probe_superio

2007-09-01 Thread Carl-Daniel Hailfinger
On 01.09.2007 19:19, Uwe Hermann wrote: > On Sat, Sep 01, 2007 at 06:11:38PM +0200, Carl-Daniel Hailfinger wrote: >>> The default for LDN 5 (keyboard), index 0xF0 is not 0x00 >>> but rather 0x08 as per datasheet. >> My datasheet (IT8712F V0.9.3) says it is 0x00. Look at table 8-7 for >> reference.

Re: [LinuxBIOS] [PATCH] Move common utilities to util/

2007-09-01 Thread Carl-Daniel Hailfinger
On 01.09.2007 20:40, Peter Stuge wrote: > On Sat, Sep 01, 2007 at 01:12:00PM +0200, Uwe Hermann wrote: >> 'superiotool' > > +1 Good name. Carl-Daniel -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] [PATCH] probe_superio: Cosmetics, cleanup, better structure

2007-09-01 Thread Carl-Daniel Hailfinger
On 31.08.2007 19:38, Robert Millan wrote: > On Wed, Aug 29, 2007 at 06:35:23PM +0200, Carl-Daniel Hailfinger wrote: >>> SuperI/O found at 0x2e: id=0x8712, chipver=0x7 >>> ITE IT8712 >>> switching to LDN 0x4 >>> idx 30 60 61 62 63 70 f0 f1 f2 f3 f4 f5 f6 >>> val 01 02 90 00 00 00 80 00 0a 00 80 00 f

Re: [LinuxBIOS] hotplugging flash piece on A8N-E / ROMSIZE

2007-09-01 Thread Peter Stuge
On Thu, Aug 30, 2007 at 06:57:18PM +0200, Philipp Degler wrote: > Status of the board is unchanged. It boots with filo 5.0 from IDE. The > autmatically build images are not working. Reason is the RAM issue with > Athlon64 CPU in 939 socket. > > You need to modify amdk8/raminit.c It would rock i

Re: [LinuxBIOS] [PATCH] Move common utilities to util/

2007-09-01 Thread Peter Stuge
On Sat, Sep 01, 2007 at 01:12:00PM +0200, Uwe Hermann wrote: > 'superiotool' +1 //Peter -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] different versions of the GA-M57SLI-S4 (PLCC vs SPI)

2007-09-01 Thread Peter Stuge
On Thu, Aug 30, 2007 at 08:09:20AM -0400, Ward Vandewege wrote: > On Thu, Aug 30, 2007 at 12:35:47PM +0100, Chris Lingard wrote: > > They say the socket that I got is wrong, (PLCC32). > > > > Will the SST 49LF040 be wrong too. > > Most likely if your board is not plcc. Yes - then neither socket

Re: [LinuxBIOS] r2755 - trunk/LinuxBIOSv2/util/probe_superio

2007-09-01 Thread Uwe Hermann
On Sat, Sep 01, 2007 at 06:11:38PM +0200, Carl-Daniel Hailfinger wrote: > Hi Uwe, > > On 31.08.2007 22:51, [EMAIL PROTECTED] wrote: > > Author: uwe > > New Revision: 2755 > > > > Modified: > >trunk/LinuxBIOSv2/util/probe_superio/probe_superio.c > > Log: > > Fix typo for the ITE IT8712F (trivi

Re: [LinuxBIOS] r2755 - trunk/LinuxBIOSv2/util/probe_superio

2007-09-01 Thread Carl-Daniel Hailfinger
Hi Uwe, On 31.08.2007 22:51, [EMAIL PROTECTED] wrote: > Author: uwe > New Revision: 2755 > > Modified: >trunk/LinuxBIOSv2/util/probe_superio/probe_superio.c > Log: > Fix typo for the ITE IT8712F (trivial). > > The default for LDN 5 (keyboard), index 0xF0 is not 0x00 > but rather 0x08 as per

Re: [LinuxBIOS] LinuxBIOS panic room

2007-09-01 Thread Peter Stuge
On Thu, Aug 30, 2007 at 01:05:32PM +0200, Carl-Daniel Hailfinger wrote: > Can we invert the speaker line each time a byte is written out over > serial? Great idea! May need some more code for polling the UART status register though. //Peter -- linuxbios mailing list linuxbios@linuxbios.org ht

Re: [LinuxBIOS] LinuxBIOS panic room

2007-09-01 Thread Carl-Daniel Hailfinger
Hi, On 30.08.2007 21:59, todthgie wrote: > for some time now i have a bootloader in my howbrew rom emulator that can > read / write to memory in on a byte basis and on a block basis using iHex > for the block ones > i have adapted it it to run on the pc in porting LB to right now. it can > eras

Re: [LinuxBIOS] LZMA compression of kernel image and p7zip (Carl-Daniel Hailfinger / Stefan Reinauer)

2007-09-01 Thread Carl-Daniel Hailfinger
Hello Liran, On 30.08.2007 17:06, liran tal wrote: > I have stumbled upon posts by Carl-Daniel and Stefan while trying to get > some information why when I compile a kernel image with 7zip (LZMA) > the kernel image doesn't load up. > [...] > I have been given an SDK based on Linux 2.6.10 for an em

Re: [LinuxBIOS] addr_offset help

2007-09-01 Thread Joseph Smith
>>> MRS is a setting within the ram that's set by reading from a certain >>> location while the northbridge is in MRS mode. It essentially tells the >>> ram what timings to run at. For the most part, the only values you'll >>> ever need for SDRAM are 0x1d0 for CL3 and 0x150 for CL2, but DDR and >>

Re: [LinuxBIOS] hotplugging flash piece on A8N-E / ROMSIZE

2007-09-01 Thread Philipp Degler
On Friday 31 August 2007 18:49:55 Robert Millan wrote: > On Thu, Aug 30, 2007 at 06:57:18PM +0200, Philipp Degler wrote: > > On Monday 27 August 2007 00:31:37 Quux wrote: > > > Peter Stuge schrieb: > > > > It may not be best practice to hotplug, but it is rather safe since > > > > the chip is never

Re: [LinuxBIOS] problems with reboot on K8

2007-09-01 Thread Rudolf Marek
Hi all, Just an update to this problem, removing soft_reset in cpu_init module does not help. I added 1s delay before calling the setup_resource map, now it hangs when it writes third "line" of the the resource table. I dont think there is anything significant, yet I dont know what could be wr

[LinuxBIOS] r2756 build service

2007-09-01 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "uwe" checked in revision 2756 to the LinuxBIOS source repository and caused the following changes: Change Log: Move getpir and mptable into the global util/ directory. Signed-off-by: Uwe Hermann <[EM

Re: [LinuxBIOS] [PATCH] Move common utilities to util/

2007-09-01 Thread Uwe Hermann
On Thu, Aug 30, 2007 at 08:03:34PM +0200, Carl-Daniel Hailfinger wrote: > On 30.08.2007 13:37, Uwe Hermann wrote: > > So here's the updated plan: > > > > - Move probe_superio to util/superio-detect (rename it while we're at it). > > It does much more than detection these days. It also has the ab

[LinuxBIOS] r2756 - in trunk: LinuxBIOSv2/util util

2007-09-01 Thread svn
Author: uwe Date: 2007-09-01 13:10:56 +0200 (Sat, 01 Sep 2007) New Revision: 2756 Added: trunk/util/getpir/ trunk/util/mptable/ Removed: trunk/LinuxBIOSv2/util/getpir/ trunk/LinuxBIOSv2/util/mptable/ Log: Move getpir and mptable into the global util/ directory. Signed-off-by: Uwe Herm