Re: [LinuxBIOS] [BUILDROM]: Disable OFW

2007-10-04 Thread Stefan Reinauer
* Jordan Crouse [EMAIL PROTECTED] [071002 22:13]: Okay, now that everybody has recovered from the last patch, here's the last one - disable OFW for the short term in buildrom. Reason being, that it only worked for OLPC, and the previous patch removed OLPC. I discussed the matter briefly

Re: [LinuxBIOS] Problems with Filo booting - HELP

2007-10-04 Thread Corey Osgood
[EMAIL PROTECTED] wrote: Here is my ram_check from 1-128MB. It appears to fill the ram ok. But only returns a value of 0x. Does this mean the ram is WO (write only) for some reason? Thanks again for your help. Okay, this is mostly a shot in the dark, but it's the only thing I can find

Re: [LinuxBIOS] patch: filo

2007-10-04 Thread Stefan Reinauer
* ron minnich [EMAIL PROTECTED] [071002 21:18]: This code is originally from Nikolay Petukhov [EMAIL PROTECTED] with one minor change from me. It enables the option of having only slaves on ide, such as the CF found on the msm800sev. This code has been tested on the msm800sev with one

Re: [LinuxBIOS] [BUILDROM] Clean up some files that are no longer needed or never used

2007-10-04 Thread Stefan Reinauer
* Jordan Crouse [EMAIL PROTECTED] [071002 22:00]: [BUILDROM] Clean up some files that are no longer needed or never used Remove files that snuck in there by mistake or are no longer needed. Signed-off-by: Jordan Crouse [EMAIL PROTECTED] Acked-by: Stefan Reinauer [EMAIL PROTECTED] --

[LinuxBIOS] r38 - trunk/filo-0.5/drivers

2007-10-04 Thread svn
Author: stepan Date: 2007-10-04 08:12:32 +0200 (Thu, 04 Oct 2007) New Revision: 38 Modified: trunk/filo-0.5/drivers/ide.c Log: This code is originally from Nikolay Petukhov [EMAIL PROTECTED] with one minor change from me. It enables the option of

[LinuxBIOS] r2820 - trunk/util/flashrom

2007-10-04 Thread svn
Author: stepan Date: 2007-10-04 08:26:41 +0200 (Thu, 04 Oct 2007) New Revision: 2820 Modified: trunk/util/flashrom/flashrom.c Log: [FLASHROM] Fix the help, and print a message when nothing happens The help implied that writes happen by default, which they don't. Fix the text, and say

Re: [LinuxBIOS] Two more CS5530 IRQ steering questions

2007-10-04 Thread Juergen Beisert
Marc, On Wednesday 03 October 2007 18:46, Marc Jones wrote: Glad it worked. I don't know enough about the kernel to know if the failed message is important. It seems to have a fallback mechanism. I also haven't followed the 5530 kernel patch debate. Maybe someone else here has the knowledge?

[LinuxBIOS] r2820 build service

2007-10-04 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer stepan checked in revision 2820 to the LinuxBIOS source repository and caused the following changes: Change Log: [FLASHROM] Fix the help, and print a message when nothing happens The help implied

Re: [LinuxBIOS] patch: filo

2007-10-04 Thread Peter Stuge
On Thu, Oct 04, 2007 at 08:14:19AM +0200, Stefan Reinauer wrote: We should also get Peter's speedup patch in. Maybe, but note that it does introduce at least one new bugs where FILO is unable to load more than one file. (Ie when using an initrd it often fails.) I thought this was because I

Re: [LinuxBIOS] [IMPORT] GIGABYTE GA-2761GXDK

2007-10-04 Thread Rasmus Wiman
Uwe Hermann [EMAIL PROTECTED] wrote: Are there any existing mainstream boards which can use this code already? Stuff you can buy in computer shops, not prototype boards? I searched for 761GX in a few webshops and came across this: http://global.shuttle.com/Product/Barebone/SS21T.asp, a Shuttle

Re: [LinuxBIOS] badly initialized (?) pci bridge on the M57SLI (with irq table and mptable)

2007-10-04 Thread Ward Vandewege
On Thu, Oct 04, 2007 at 05:32:21AM +0200, [EMAIL PROTECTED] wrote: I propose: $(LB)/src/mainboard/gigabyte/m57sli/cache_as_ram_auto.c 138c138 RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+38, 0x00, 0x44,/* GPIO39 PCI_GNT3 */ \ --- RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+38, 0x00, 0x68,/*

Re: [LinuxBIOS] Call for help: superiotool

2007-10-04 Thread Rasmus Wiman
Uwe Hermann [EMAIL PROTECTED] wrote: Interesting. I can't find a datasheet for the LPC47B387, so dump support won't happen anytime soon. But it would be nice if you could re-run 'superiotool -V' on that box with my latest patch applied ([PATCH] superiotool: Various improvements). That should

Re: [LinuxBIOS] patch: fix filo dependency on memory being zero

2007-10-04 Thread ron minnich
On 10/3/07, Stefan Reinauer [EMAIL PROTECTED] wrote: This patch makes qemu work again on v3. FILO was depending on bss being zero, which is not all that safe in embedded. It's better to zero things you are depending on being zero. Signed-off-by: Ronald G. Minnich [EMAIL PROTECTED] Let

[LinuxBIOS] r2821 - trunk/util/superiotool

2007-10-04 Thread svn
Author: uwe Date: 2007-10-04 17:23:38 +0200 (Thu, 04 Oct 2007) New Revision: 2821 Modified: trunk/util/superiotool/ali.c trunk/util/superiotool/fintek.c trunk/util/superiotool/ite.c trunk/util/superiotool/nsc.c trunk/util/superiotool/smsc.c trunk/util/superiotool/superiotool.c

Re: [LinuxBIOS] [PATCH] superiotool: Various improvements

2007-10-04 Thread Uwe Hermann
On Thu, Oct 04, 2007 at 07:29:33AM +0200, Stefan Reinauer wrote: * Uwe Hermann [EMAIL PROTECTED] [071004 02:33]: * Convert the NSC code to the common code structure all other Super I/Os use. * Improve the --verbose output a bit more. Print the Probing... text for all Super I/Os

Re: [LinuxBIOS] superiotool - IT8705F dump support

2007-10-04 Thread Uwe Hermann
On Thu, Oct 04, 2007 at 01:09:04AM -0400, Robinson Tryon wrote: Here's a patch for the IT8705F. I followed the structure of the other ITE chips in the table. How does it look? Great, thanks! Committed in r2822 with two minor changes: - Use TABs for indentation everywhere. - Fixed one typo

[LinuxBIOS] r2822 - trunk/util/superiotool

2007-10-04 Thread svn
Author: uwe Date: 2007-10-04 17:44:19 +0200 (Thu, 04 Oct 2007) New Revision: 2822 Modified: trunk/util/superiotool/ite.c Log: Add dump support for the ITE IT8705F/AF. Signed-off-by: Robinson P. Tryon [EMAIL PROTECTED] Acked-by: Uwe Hermann [EMAIL PROTECTED] Modified:

Re: [LinuxBIOS] superiotool - IT8705F dump support

2007-10-04 Thread Robinson Tryon
On 10/4/07, Uwe Hermann [EMAIL PROTECTED] wrote: On Thu, Oct 04, 2007 at 01:09:04AM -0400, Robinson Tryon wrote: Here's a patch for the IT8705F. I followed the structure of the other ITE chips in the table. How does it look? Great, thanks! Committed in r2822 with two minor changes: -

[LinuxBIOS] r2821 build service

2007-10-04 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2821 to the LinuxBIOS source repository and caused the following changes: Change Log: * Convert the NSC code to the common code structure all other Super I/Os use. * Improve

Re: [LinuxBIOS] flashrom support for AMD Geode CS5536

2007-10-04 Thread Carl-Daniel Hailfinger
On 02.10.2007 19:01, Stefan Reinauer wrote: * ron minnich [EMAIL PROTECTED] [071002 18:38]: My questions are: - I do not think this is portable beyond linux. Is that an issue? it's not, but it is not really an issue at present. Maybe the code should be #ifdef'ed __linux__ with an #else

[LinuxBIOS] r2823 - trunk/util/superiotool

2007-10-04 Thread svn
Author: uwe Date: 2007-10-04 18:28:56 +0200 (Thu, 04 Oct 2007) New Revision: 2823 Modified: trunk/util/superiotool/smsc.c Log: Add detection support for the LPC47B387 (trivial). Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by: Uwe Hermann [EMAIL PROTECTED] Modified:

Re: [LinuxBIOS] Call for help: superiotool

2007-10-04 Thread Uwe Hermann
On Thu, Oct 04, 2007 at 04:19:56PM +0200, Rasmus Wiman wrote: Interesting. I can't find a datasheet for the LPC47B387, so dump support won't happen anytime soon. But it would be nice if you could re-run 'superiotool -V' on that box with my latest patch applied ([PATCH] superiotool: Various

Re: [LinuxBIOS] Call for help: superiotool

2007-10-04 Thread Uwe Hermann
On Thu, Oct 04, 2007 at 04:22:02AM +0200, Uwe Hermann wrote: I also ran superiotool on an Asus L8400 laptop and a HP compaq d530 sff desktop, but it did not detect any super I/O. Opening up the HP Oh, I almost forgot: what does the latest version say on the laptop when run with --verbose?

Re: [LinuxBIOS] [IMPORT] GIGABYTE GA-2761GXDK

2007-10-04 Thread Carl-Daniel Hailfinger
Dear Morgan, This is great! On 03.10.2007 09:15, Morgan Tsai wrote: Copyright (C) 2007 Morgan Tsai [EMAIL PROTECTED] Copyright (C) 2007 Silicon Integrated Systems Corp. (SiS) Change Log: Newly support GIGABYTE GA-2761GXDK This is a DTX board, right? I found an image of it at

Re: [LinuxBIOS] Call for help: superiotool

2007-10-04 Thread Rasmus Wiman
Uwe Hermann [EMAIL PROTECTED] skrev: On Thu, Oct 04, 2007 at 04:22:02AM +0200, Uwe Hermann wrote: I also ran superiotool on an Asus L8400 laptop and a HP compaq d530 sff desktop, but it did not detect any super I/O. Opening up the HP Oh, I almost forgot: what does the latest version

Re: [LinuxBIOS] Call for help: superiotool

2007-10-04 Thread Rasmus Wiman
Uwe Hermann [EMAIL PROTECTED] wrote: Probing for SMSC Super I/O (idregs=0x20/0x21) at 0x2e... Failed. Returned data: id=0x6e, rev=0x00 OK, good. Looks like 0x6e is the ID for the LPC47B387. Please retry with r2823, just to make sure detection really works (just run 'superiotool').

Re: [LinuxBIOS] Call for help: superiotool

2007-10-04 Thread Carl-Daniel Hailfinger
On 03.10.2007 04:42, Uwe Hermann wrote: On Tue, Oct 02, 2007 at 05:50:40PM +0200, Carl-Daniel Hailfinger wrote: System Information Manufacturer: TOSHIBA Product Name: Satellite 1415 Version: PS141U-1ZCF4V $ sudo ./superiotool -v superiotool r2815 $ sudo

Re: [LinuxBIOS] Problems with Filo booting - HELP

2007-10-04 Thread joe
Quoting Corey Osgood [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: Here is my ram_check from 1-128MB. It appears to fill the ram ok. But only returns a value of 0x. Does this mean the ram is WO (write only) for some reason? Thanks again for your help. Okay, this is mostly a shot in

Re: [LinuxBIOS] MSI MS-6337 (i815 based)

2007-10-04 Thread Jouni Mettälä
Here is minimal kernel config. I hope it is right version. config_mini Description: Binary data -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] Problems with Filo booting - HELP

2007-10-04 Thread joe
Quoting Stefan Reinauer [EMAIL PROTECTED]: * [EMAIL PROTECTED] [EMAIL PROTECTED] [071004 06:26]: Here is my ram_check from 1-128MB. It appears to fill the ram ok. But only returns a value of 0x. Does this mean the ram is WO (write only) for some reason? Thanks again for your help.

[LinuxBIOS] r2822 build service

2007-10-04 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2822 to the LinuxBIOS source repository and caused the following changes: Change Log: Add dump support for the ITE IT8705F/AF. Signed-off-by: Robinson P. Tryon [EMAIL

[LinuxBIOS] r2823 build service

2007-10-04 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2823 to the LinuxBIOS source repository and caused the following changes: Change Log: Add detection support for the LPC47B387 (trivial). Signed-off-by: Uwe Hermann [EMAIL

[LinuxBIOS] r2824 - trunk/util/superiotool

2007-10-04 Thread svn
Author: uwe Date: 2007-10-04 20:34:36 +0200 (Thu, 04 Oct 2007) New Revision: 2824 Modified: trunk/util/superiotool/winbond.c Log: Add some more Winbond chips (trivial). Add notes which IDs were taken from sensors-detect (as where we lack datasheets, thus cannot verify them) and which we

[LinuxBIOS] superiotool - dump support for IT8661F

2007-10-04 Thread Robinson Tryon
Signed-off-by: Robinson P. Tryon [EMAIL PROTECTED] Notes: - Added in the missing tab chars manually (I'm still trying to get emacs to follow the correct indenting rules). - Managed to finish up before 1AM, so my proofing should be better this time... :-) - What should I do with registers 0x25,

[LinuxBIOS] r2824 build service

2007-10-04 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2824 to the LinuxBIOS source repository and caused the following changes: Change Log: Add some more Winbond chips (trivial). Add notes which IDs were taken from sensors-detect

Re: [LinuxBIOS] Problems with Filo booting - HELP

2007-10-04 Thread joe
Quoting [EMAIL PROTECTED]: Quoting Stefan Reinauer [EMAIL PROTECTED]: * [EMAIL PROTECTED] [EMAIL PROTECTED] [071004 06:26]: Here is my ram_check from 1-128MB. It appears to fill the ram ok. But only returns a value of 0x. Does this mean the ram is WO (write only) for some reason?

Re: [LinuxBIOS] [IMPORT] GIGABYTE GA-2761GXDK

2007-10-04 Thread Morgan Tsai
Dear Carl-Daniel, You got it, the board in our lab is REV:0.2. It doesn't have VGA connector on board, so I have to make a special vga external connector cable due to its 12-pin vga con aside PCI slot. (D-sub VGA connector has 15 pins) SiS966 southbridge provides 4 SATA connectors, the other two