[LinuxBIOS] [OT] Gigabyte not selling the Gigabyte S4 in India :(

2007-05-11 Thread shirish
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, Even I made some discrete inquiries while a friend of mine wanted to buy Gigabyte S4 but they don't sell it here in India. http://www.techenclave.com/forums/why-linux-bios-90745.html#post587489 . I do hope we see linuxbios enabled m/b's

Re: [LinuxBIOS] where do board-specific superio settings belong?

2007-05-11 Thread ron minnich
On 5/1/07, Peter Stuge <[EMAIL PROTECTED]> wrote: > We should think about this for v3 as well. Could defaults be set in > the superio dts with board-specific settings in the mainboard dts? > there's not going to be a superio dts. All you get is the mainboard dts. This is to avoid the config file

Re: [LinuxBIOS] [OT] Documentation issues

2007-05-11 Thread Peter Stuge
All good ideas. On Fri, May 11, 2007 at 11:40:40PM +0530, shirish wrote: > 4. A way for the casual user to know as & when any new motherboards > come in the mkt. supporting linuxbios. This could be a wiki page. Isn't it already? It's possible to subscribe for changes to wiki pages, right? //Pet

[LinuxBIOS] pci devices settings question

2007-05-11 Thread Marc Jones
I need some help with PCI device settings. I would like to adjust the latency timer and cache line size for all pci devices in the system. I think that this is how it works. For every device or function that doesn't have an explicit 'struct device_operation' it uses the default which uses the

Re: [LinuxBIOS] [PATCH] adm1027.c fan control

2007-05-11 Thread Ward Vandewege
On Fri, May 11, 2007 at 02:25:08PM -0700, yhlu wrote: > how about other MB not connect all of FAN etc.? > or they will need other threshold for PWM? OK, fair enough. Perhaps it is better to keep this kind of thing mainboard specific. I'll work on moving the code to mainboard.c file. Thanks, Ward

Re: [LinuxBIOS] where do board-specific superio settings belong?

2007-05-11 Thread Ward Vandewege
On Fri, May 11, 2007 at 11:46:19AM -0700, yhlu wrote: > On 5/11/07, Ward Vandewege <[EMAIL PROTECTED]> wrote: > >On Tue, May 01, 2007 at 12:59:40PM -0700, yhlu wrote: > >I tried adding them to mainboard.c, but that is too early in the process; > >if > >I add a mainboard_init there (hooked into the

Re: [LinuxBIOS] 2MB flash parts - chipset decoding anyone?

2007-05-11 Thread Jeremy Jackson
Ok, what about the AMD K8 Northbridge? I haven't found what lets the BIOS ROM work after power on reset, would that need to be adjusted as well? Regards, Jeremy On Thu, 2007-05-10 at 01:17 +0200, Peter Stuge wrote: > On Thu, May 10, 2007 at 01:04:16AM +0200, Quux wrote: > > is it poss. to upgra

Re: [LinuxBIOS] [PATCH] adm1027.c fan control

2007-05-11 Thread Ward Vandewege
On Fri, May 11, 2007 at 02:09:45PM -0700, yhlu wrote: > it is MB related, it should be in MB/mainboard.c Why do you think this is MB related? None of this is specific to the s2881 motherboard; it should work just as well on other boards with this chip. That is, if it has been integrated in the boa

[LinuxBIOS] Adding IGEL-316 mainboard

2007-05-11 Thread Juergen Beisert
Hi, attached the patch to add basic support for the mainboard in a so called IGEL-316 graphical terminal. I'm not sure who the original manufacturer of this mainboard is. It is labeled with "WINNET100 VER: 1.1 (30-313-110)" Comments are welcome. Juergen Index: LinuxBIOSv2/src/mainboard/ige

Re: [LinuxBIOS] [PATCH] adm1027.c fan control

2007-05-11 Thread yhlu
it is MB related, it should be in MB/mainboard.c YH On 5/11/07, Ward Vandewege <[EMAIL PROTECTED]> wrote: > Hi all, > > This patch initializes fan control on the ADT7463/ADM1027 chip to be > dynamically regulated by the hardware, and sets sane temperature treshold > values. > > Note that this is

[LinuxBIOS] r2663 build service

2007-05-11 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "uwe" checked in revision 2663 to the LinuxBIOS source repository and caused the following changes: Change Log: Clean up whitespace in preparation for another patch to fix fan control. This is nothing

Re: [LinuxBIOS] [PATCH] adm1027.c fan control

2007-05-11 Thread Carl-Daniel Hailfinger
On 11.05.2007 21:42, Ward Vandewege wrote: > This patch initializes fan control on the ADT7463/ADM1027 chip to be > dynamically regulated by the hardware, and sets sane temperature treshold > values. > > It's easy to change the fan control mode to manual once the machine has > booted, so this seem

[LinuxBIOS] [PATCH] adm1027.c fan control

2007-05-11 Thread Ward Vandewege
Hi all, This patch initializes fan control on the ADT7463/ADM1027 chip to be dynamically regulated by the hardware, and sets sane temperature treshold values. Note that this is *not* the same as what the proprietary bios does on the Tyan S2881; that BIOS initializes the fans to blow at full speed

Re: [LinuxBIOS] GA-M57SLI

2007-05-11 Thread yhlu
On 5/11/07, Carl-Daniel Hailfinger <[EMAIL PROTECTED]> wrote: > Hi ST, > > On 08.05.2007 22:45, ST wrote: > >> could someone with a GA-M57SLI please post a lspci -vvvnx to the > >> list, preferably both under LB and factory BIOS? I'm trying to > >> verify some code I wrote. > > > > Attached to this

Re: [LinuxBIOS] [PATCH] adm1027.c whitespace

2007-05-11 Thread Uwe Hermann
On Fri, May 11, 2007 at 09:46:02AM -0700, ron minnich wrote: > Acked-by: Ronald G. Minnich <[EMAIL PROTECTED]> r2663 (with some minor cosmetic modifications). Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.or

[LinuxBIOS] r2663 - trunk/LinuxBIOSv2/src/drivers/i2c/adm1027

2007-05-11 Thread svn
Author: uwe Date: 2007-05-11 21:23:57 +0200 (Fri, 11 May 2007) New Revision: 2663 Modified: trunk/LinuxBIOSv2/src/drivers/i2c/adm1027/adm1027.c Log: Clean up whitespace in preparation for another patch to fix fan control. This is nothing more than the result of running indent -npro -kr -i8

Re: [LinuxBIOS] GA-M57SLI

2007-05-11 Thread Carl-Daniel Hailfinger
Hi ST, On 08.05.2007 22:45, ST wrote: >> could someone with a GA-M57SLI please post a lspci -vvvnx to the >> list, preferably both under LB and factory BIOS? I'm trying to >> verify some code I wrote. > > Attached to this mail you will find the output of lspci -vvvnx under the > original bios ve

Re: [LinuxBIOS] where do board-specific superio settings belong?

2007-05-11 Thread yhlu
On 5/11/07, Ward Vandewege <[EMAIL PROTECTED]> wrote: > On Tue, May 01, 2007 at 12:59:40PM -0700, yhlu wrote: > I tried adding them to mainboard.c, but that is too early in the process; if > I add a mainboard_init there (hooked into the init action of > mainboard_operations), this code is executed

[LinuxBIOS] [OT] Documentation issues

2007-05-11 Thread shirish
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I just made a post at a local forum. http://www.techenclave.com/forums/why-linux-bios-90745.html#post587322 . Now while I was trying to get some info. for the post some issues came up which would have further bolstered the business case o

Re: [LinuxBIOS] where do board-specific superio settings belong?

2007-05-11 Thread Ward Vandewege
On Tue, May 01, 2007 at 12:59:40PM -0700, yhlu wrote: > in cache_as_ram_auto.c or mainboard.c > > depends on if the initialization need it asap for example start the FAN asap Actually the fans default to full-speed at power on, so that's not a problem. I'm now working on the Tyan s2881 board. I

Re: [LinuxBIOS] Patch for w83627thf to enable early_serial

2007-05-11 Thread ron minnich
Thanks for the fix, that looks good to me too. This kind of code review is really helpful! ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

[LinuxBIOS] r2662 build service

2007-05-11 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "uwe" checked in revision 2662 to the LinuxBIOS source repository and caused the following changes: Change Log: The Super I/O needs 0x87 sent twice to 0x2e (or 0x4e) to enable extended function (power-

Re: [LinuxBIOS] [PATCH] adm1027.c whitespace

2007-05-11 Thread ron minnich
Acked-by: Ronald G. Minnich <[EMAIL PROTECTED]> On 5/11/07, Ward Vandewege <[EMAIL PROTECTED]> wrote: > Hi all, > > This is a trivial patch that cleans up whitespace in > src/drivers/i2c/adm1027/adm1027.c, basically the result of running > > indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs adm1027.

[LinuxBIOS] r2661 build service

2007-05-11 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "uwe" checked in revision 2661 to the LinuxBIOS source repository and caused the following changes: Change Log: Fixup the 440BX northbridge.c (self-ack as this wasn't working anyway). Signed-off-by: U

[LinuxBIOS] [PATCH] adm1027.c whitespace

2007-05-11 Thread Ward Vandewege
Hi all, This is a trivial patch that cleans up whitespace in src/drivers/i2c/adm1027/adm1027.c, basically the result of running indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs adm1027.c as per http://linuxbios.org/Development_Guidelines I have another patch to fix fan control for this chip, whic

Re: [LinuxBIOS] Patch for w83627thf to enable early_serial

2007-05-11 Thread Uwe Hermann
On Wed, May 09, 2007 at 01:25:04PM -0700, roger wrote: > I don't have this chip, but while this chip specific documentation says > this is needed. (The rest of the winbond superio's within the > v2_linuxbios tree has this code already.) > > So I'm entering it untested, but should work according

[LinuxBIOS] r2662 - trunk/LinuxBIOSv2/src/superio/winbond/w83627thf

2007-05-11 Thread svn
Author: uwe Date: 2007-05-11 13:17:58 +0200 (Fri, 11 May 2007) New Revision: 2662 Modified: trunk/LinuxBIOSv2/src/superio/winbond/w83627thf/w83627thf_early_serial.c Log: The Super I/O needs 0x87 sent twice to 0x2e (or 0x4e) to enable extended function (power-on strapping). Although this is alre

Re: [LinuxBIOS] Elfboot can't find ELF header.

2007-05-11 Thread Peter Stuge
On Fri, May 11, 2007 at 05:53:39PM +0800, Feng, Libo wrote: > We are testing an Explosion mainboard from Broadcom based on the > LinuxBios of Broadcom Blast. elfboot function can't find ELF header > of Filo.elf. We check the whole Linuxbios bin file, there isn't ELF > magic string in the bin file t

[LinuxBIOS] r2660 build service

2007-05-11 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "stepan" checked in revision 2660 to the LinuxBIOS source repository and caused the following changes: Change Log: This fix properly hides the UDC and OTG PCI headers when the cs5536 is setup as the ho

[LinuxBIOS] Elfboot can't find ELF header.

2007-05-11 Thread Feng, Libo
We are testing an Explosion mainboard from Broadcom based on the LinuxBios of Broadcom Blast. elfboot function can't find ELF header of Filo.elf. We check the whole Linuxbios bin file, there isn't ELF magic string in the bin file totally. Comparably, we are also testing a Tyan s3992 based on MSI

[LinuxBIOS] r2659 build service

2007-05-11 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "stepan" checked in revision 2659 to the LinuxBIOS source repository and caused the following changes: Change Log: Changes by Richard Smith and Peter Stuge from the LinuxBIOS symposium 2006. With CONF

[LinuxBIOS] r2658 build service

2007-05-11 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "stepan" checked in revision 2658 to the LinuxBIOS source repository and caused the following changes: Change Log: This patch cleans up and clarifies Geode source code comments. Signed-off-by: Marc Jo

[LinuxBIOS] r2657 build service

2007-05-11 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "stuge" checked in revision 2657 to the LinuxBIOS source repository and caused the following changes: Change Log: This patch cleans up \r left in the print strings. They were required for romcc code b

[LinuxBIOS] r2656 build service

2007-05-11 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer "stuge" checked in revision 2656 to the LinuxBIOS source repository and caused the following changes: Change Log: This patch updates the PCI ID of the Geode IDE device to include the revision. Signed-