Re: [LinuxBIOS] GIGABYTE GA-2761GXDK

2007-10-30 Thread Morgan Tsai /SiS
Dear Stefan, Thanks for your help, we are now fixing the coding style and comment issue. I'm very glad to get much suggestion from the community, and still working on improvement. There are two important issues before commit the code. 1. Due to the board 'GA-2761GXDK' is made by GIGABYTE, so I

[LinuxBIOS] no luck with acpi support bios - please help

2007-10-30 Thread PAN - TOR
i have a tx1000 hp laptop trying to use ubuntu no luck with acpi support bios has limited or no functions listed, i have to use acpi=off for it to work at all , when i used flashrom i came up with this [EMAIL PROTECTED]:/home/susanne# flashrom

Re: [LinuxBIOS] About VGA question in the EPIA-M motherboard

2007-10-30 Thread Stefan Reinauer
Dear GT, thank you very much for your interest in LinuxBIOS. * [EMAIL PROTECTED] [EMAIL PROTECTED] [071026 10:40]: In LinuxBIOSv2-2860/src/mainboard/via/epia-m/Options.lb default CONFIG_PCI_ROM_RUN=1 default CONFIG_CONSOLE_VGA=1 Can you try to leave these disabled? To get VGA console on

Re: [LinuxBIOS] GIGABYTE GA-2761GXDK

2007-10-30 Thread Carl-Daniel Hailfinger
Dear Morgan, On 30.10.2007 06:53, Morgan Tsai /SiS wrote: Thanks for your help, we are now fixing the coding style and comment issue. That's great. I'm very glad to get much suggestion from the community, and still working on improvement. We hope we can help you when you have any

Re: [LinuxBIOS] no luck with acpi support bios - please help

2007-10-30 Thread ron minnich
I don't see how flashrom is going to help you at all with your bios. thanks ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] [v2][PATCH] Trivial fixups for i82801xx_lpc R3

2007-10-30 Thread joe
Quoting [EMAIL PROTECTED]: Quoting [EMAIL PROTECTED]: Quoting [EMAIL PROTECTED]: Hello, Here is a patch with mostly trivial fixups for i82801xx_lpc.c. The main fixup is the PIRQ Routing Control. 1. These are 8 bit registers not 32. 2. There were PIRQ channels that were disabled. This

[LinuxBIOS] buildrom checkrom patch

2007-10-30 Thread Myles Watson
This is a trivial patch in terms of implementation. It changes checkrom so that it doesn't depend on a magic number for ROM size, it just prints the size of the payload in Bytes and KBytes. Another alternative is to make it configurable based on which payload you're using, but I'd rather it just

[LinuxBIOS] [PATCH] Rename board to GIGABYTE GA-2761GXDK

2007-10-30 Thread Uwe Hermann
See patch. After applying some 'svn mv' is necessary to perform the actual move. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Rename the SiS761GX/SiS966 board to the correct name, GIGABYTE GA-2761GXDK.

Re: [LinuxBIOS] Rename board to GIGABYTE GA-2761GXDK

2007-10-30 Thread Jordan Crouse
On 30/10/07 16:50 +0100, Uwe Hermann wrote: See patch. After applying some 'svn mv' is necessary to perform the actual move. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Rename the

[LinuxBIOS] r2908 - in trunk/LinuxBIOSv2: src/mainboard/gigabyte src/mainboard/gigabyte/ga_2761gxdk src/mainboard/sis targets/gigabyte targets/gigabyte/ga_2761gxdk targets/sis

2007-10-30 Thread svn
Author: uwe Date: 2007-10-30 16:58:59 +0100 (Tue, 30 Oct 2007) New Revision: 2908 Added: trunk/LinuxBIOSv2/src/mainboard/gigabyte/ga_2761gxdk/ trunk/LinuxBIOSv2/targets/gigabyte/ga_2761gxdk/ Removed: trunk/LinuxBIOSv2/src/mainboard/sis/sis761/ trunk/LinuxBIOSv2/targets/sis/sis761/

Re: [LinuxBIOS] Rename board to GIGABYTE GA-2761GXDK

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 09:55:41AM -0600, Jordan Crouse wrote: Rename the SiS761GX/SiS966 board to the correct name, GIGABYTE GA-2761GXDK. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by: Jordan Crouse [EMAIL PROTECTED] Done, r2908. Please check if all is ok and the board builds

[LinuxBIOS] IRQ Routing info tool for DOS

2007-10-30 Thread joe
Hello, Just wanted to let everyone know I found another IRQ routing info tool. It only works for DOS and Win. But It may be handy for other people having problems. Maybe add to Wiki?? http://members.datafast.net.au/~dft0802/downloads.htm Thanks - Joe -- linuxbios mailing list

Re: [LinuxBIOS] r2905 - trunk/LinuxBIOSv2/src/southbridge/sis/sis966

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 03:17:49AM +0100, [EMAIL PROTECTED] wrote: Modified: trunk/LinuxBIOSv2/src/southbridge/sis/sis966/sis966_aza.c === --- trunk/LinuxBIOSv2/src/southbridge/sis/sis966/sis966_aza.c 2007-10-30 01:12:20 UTC (rev

[LinuxBIOS] r2908 build service

2007-10-30 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2908 to the LinuxBIOS source repository and caused the following changes: Change Log: Rename the SiS761GX/SiS966 board to the correct name, GIGABYTE GA-2761GXDK.

Re: [LinuxBIOS] r2905 - trunk/LinuxBIOSv2/src/southbridge/sis/sis966

2007-10-30 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [071030 17:44]: -uint8_tSiS_SiS7502_init[6][3]={ - +uint8_tSiS_SiS7502_init[7][3]={ Why did you change 6 to 7? Is this related to the 'const' issues? Typo? simple: It's an array with 7 elements ;-) -- coresystems GmbH • Brahmsstr. 16 • D-79104

Re: [LinuxBIOS] Patch quality

2007-10-30 Thread Jordan Crouse
On 30/10/07 03:24 +0100, Stefan Reinauer wrote: An important issue will be to get the code compiling. I was not successful doing so due to the old ld overlapping sections friend. We've seen this before - Whats happening here is that the ld script snippet for .id is going into the ld script

[LinuxBIOS] r2909 - in trunk/LinuxBIOSv2: src/mainboard targets

2007-10-30 Thread svn
Author: uwe Date: 2007-10-30 18:06:28 +0100 (Tue, 30 Oct 2007) New Revision: 2909 Removed: trunk/LinuxBIOSv2/src/mainboard/sis/ trunk/LinuxBIOSv2/targets/sis/ Log: Drop empty directories (trivial). Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by: Uwe Hermann [EMAIL PROTECTED] --

Re: [LinuxBIOS] Patch quality

2007-10-30 Thread Stefan Reinauer
* Jordan Crouse [EMAIL PROTECTED] [071030 18:03]: On 30/10/07 03:24 +0100, Stefan Reinauer wrote: An important issue will be to get the code compiling. I was not successful doing so due to the old ld overlapping sections friend. We've seen this before - Whats happening here is that the ld

Re: [LinuxBIOS] Patch quality

2007-10-30 Thread Stefan Reinauer
* Jordan Crouse [EMAIL PROTECTED] [071030 18:03]: We've seen this before - Whats happening here is that the ld script snippet for .id is going into the ld script after the snippet for .reset, so to LD, the current pointer appears to jump backwards, and it can't figure out the math correctly.

Re: [LinuxBIOS] Patch quality

2007-10-30 Thread Jordan Crouse
On 30/10/07 18:07 +0100, Stefan Reinauer wrote: * Jordan Crouse [EMAIL PROTECTED] [071030 18:03]: On 30/10/07 03:24 +0100, Stefan Reinauer wrote: An important issue will be to get the code compiling. I was not successful doing so due to the old ld overlapping sections friend. We've

Re: [LinuxBIOS] [PATCH] v2: ASUS P2B fixes

2007-10-30 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [071025 21:31]: See patch. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Various smaller fixes to make the ASUS P2B match the format of all the other boards in

Re: [LinuxBIOS] Patch quality

2007-10-30 Thread Jordan Crouse
On 30/10/07 18:07 +0100, Stefan Reinauer wrote: * Jordan Crouse [EMAIL PROTECTED] [071030 18:03]: We've seen this before - Whats happening here is that the ld script snippet for .id is going into the ld script after the snippet for .reset, so to LD, the current pointer appears to jump

Re: [LinuxBIOS] [PATCH] v2: A-Trend ATC-6220 support

2007-10-30 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [071025 21:34]: See patch. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Add initial support for the A-Trend ATC-6220. Signed-off-by: Uwe Hermann [EMAIL

Re: [LinuxBIOS] [PATCH] v2: AZZA PT-6IBD support

2007-10-30 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [071025 21:35]: See patch. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Add initial support for the AZZA PT-6IBD. Signed-off-by: Uwe Hermann [EMAIL PROTECTED]

Re: [LinuxBIOS] [PATCH] v2: Biostar M6TBA support

2007-10-30 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [071025 21:35]: See patch. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Add initial support for the Biostar M6TBA. Signed-off-by: Uwe Hermann [EMAIL

Re: [LinuxBIOS] [PATCH] v2: Compaq Deskpro EN SFF P600

2007-10-30 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [071025 21:36]: See patch. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Add initial support for the Compaq Deskpro EN SFF P600. Signed-off-by: Uwe Hermann

Re: [LinuxBIOS] [PATCH] v2: GIGABYTE GA-6BXC support

2007-10-30 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [071025 21:37]: See patch. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Add initial support for the GIGABYTE GA-6BXC. Signed-off-by: Uwe Hermann [EMAIL

Re: [LinuxBIOS] Patch quality

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 06:07:09PM +0100, Stefan Reinauer wrote: * Jordan Crouse [EMAIL PROTECTED] [071030 18:03]: On 30/10/07 03:24 +0100, Stefan Reinauer wrote: An important issue will be to get the code compiling. I was not successful doing so due to the old ld overlapping sections

Re: [LinuxBIOS] GIGABYTE GA-2761GXDK

2007-10-30 Thread Jordan Crouse
On 29/10/07 22:06 +0100, Stefan Reinauer wrote: Dear Morgan, thank you very much for your contributions. The code has been checked into the LinuxBIOS repository. We are looking forward to work with SiS in the future. Following on this commit (and Uwe's commits today), here is the patch

Re: [LinuxBIOS] Patch quality

2007-10-30 Thread Jordan Crouse
On 30/10/07 18:14 +0100, Uwe Hermann wrote: On Tue, Oct 30, 2007 at 06:07:09PM +0100, Stefan Reinauer wrote: * Jordan Crouse [EMAIL PROTECTED] [071030 18:03]: On 30/10/07 03:24 +0100, Stefan Reinauer wrote: An important issue will be to get the code compiling. I was not successful

[LinuxBIOS] r2910 - trunk/LinuxBIOSv2/targets/gigabyte/ga_2761gxdk

2007-10-30 Thread svn
Author: uwe Date: 2007-10-30 18:21:45 +0100 (Tue, 30 Oct 2007) New Revision: 2910 Modified: trunk/LinuxBIOSv2/targets/gigabyte/ga_2761gxdk/Config-abuild.lb Log: Small rename to make abuild happy (trivial). This is not yet enough to actually successfully build the board, but now abuild at

[LinuxBIOS] [PATCH] Add the CPU_OPT flag to facilitate passing flags into the build

2007-10-30 Thread Jordan Crouse
buildROM subverts the CPU_OPT flag to pass in flags to the LinuxBIOS build, especially -fno-stack-protector. This adds $(CPU_OPT) to one of the targets in the new GA-2761GXDK build to avoid getting the hated _stack_chk_failed error. -- Jordan Crouse Systems Software Development Engineer

Re: [LinuxBIOS] [PATCH] Add the CPU_OPT flag to facilitate passing flags into the build

2007-10-30 Thread ron minnich
Acked-by: Ronald G. Minnich [EMAIL PROTECTED] With thanks ... ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] Add the CPU_OPT flag to facilitate passing flags into the build

2007-10-30 Thread Jordan Crouse
On 30/10/07 10:41 -0700, ron minnich wrote: Acked-by: Ronald G. Minnich [EMAIL PROTECTED] With thanks ... 2911. Thanks. ron -- Jordan Crouse Systems Software Development Engineer Advanced Micro Devices, Inc. -- linuxbios mailing list linuxbios@linuxbios.org

[LinuxBIOS] r2909 build service

2007-10-30 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2909 to the LinuxBIOS source repository and caused the following changes: Change Log: Drop empty directories (trivial). Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by:

[LinuxBIOS] r2910 build service

2007-10-30 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2910 to the LinuxBIOS source repository and caused the following changes: Change Log: Small rename to make abuild happy (trivial). This is not yet enough to actually

Re: [LinuxBIOS] Patch quality

2007-10-30 Thread Corey Osgood
Jordan Crouse wrote: On 30/10/07 18:14 +0100, Uwe Hermann wrote: On Tue, Oct 30, 2007 at 06:07:09PM +0100, Stefan Reinauer wrote: * Jordan Crouse [EMAIL PROTECTED] [071030 18:03]: On 30/10/07 03:24 +0100, Stefan Reinauer wrote: An important issue will be to get the

[LinuxBIOS] Linking issues in v3...

2007-10-30 Thread Corey Osgood
I'm having just a little problem building some code v3, an error with multiple definitions of printk. A patch is attached (minus the cn700 stuff, to keep the size down) and the error log is inline below. I've tried to follow the geodelx/cs5536 as much as possible, to try to avoid errors like this.

Re: [LinuxBIOS] [v2][PATCH] Trivial fixups for i82801xx_lpc R3

2007-10-30 Thread joe
Quoting [EMAIL PROTECTED]: Quoting [EMAIL PROTECTED]: Quoting [EMAIL PROTECTED]: Quoting [EMAIL PROTECTED]: Hello, Here is a patch with mostly trivial fixups for i82801xx_lpc.c. The main fixup is the PIRQ Routing Control. 1. These are 8 bit registers not 32. 2. There were PIRQ

[LinuxBIOS] r2911 build service

2007-10-30 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer jcrouse checked in revision 2911 to the LinuxBIOS source repository and caused the following changes: Change Log: [LINUXBIOS] Add the CPU_OPT flag to facilitate passing flags into the build buildROM

Re: [LinuxBIOS] Linking issues in v3...

2007-10-30 Thread ron minnich
Well, I don't see what could be going on. What I think we should do: given the tentative nature of v3, how about we try to commit as many of your changes as we can, even though we know it's not working. Then we can try to help. Maybe start with the 8237 patch. ron -- linuxbios mailing list

[LinuxBIOS] r2912 - trunk/LinuxBIOSv2/src/southbridge/intel/i82801xx

2007-10-30 Thread svn
Author: uwe Date: 2007-10-30 22:55:11 +0100 (Tue, 30 Oct 2007) New Revision: 2912 Modified: trunk/LinuxBIOSv2/src/southbridge/intel/i82801xx/i82801xx.h trunk/LinuxBIOSv2/src/southbridge/intel/i82801xx/i82801xx_lpc.c Log: Various fixes and improvements of the 82801xx code. Signed-off-by:

Re: [LinuxBIOS] [v2][PATCH] Trivial fixups for i82801xx_lpc R3

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 10:48:59AM -0400, [EMAIL PROTECTED] wrote: Signed-off-by: Joseph Smith [EMAIL PROTECTED] Acked-by: Corey Osgood [EMAIL PROTECTED] Committed in r2912 with some fixups (patch didn't apply for some reason). Uwe. -- http://www.hermann-uwe.de |

Re: [LinuxBIOS] Linking issues in v3...

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 02:27:45PM -0700, ron minnich wrote: Well, I don't see what could be going on. What I think we should do: given the tentative nature of v3, how about we try to commit as many of your changes as we can, even though we know it's not working. Then we can try to help.

Re: [LinuxBIOS] [v2][PATCH] Trivial fixups for i82801xx_lpc R3

2007-10-30 Thread joe
Quoting Uwe Hermann [EMAIL PROTECTED]: On Tue, Oct 30, 2007 at 10:48:59AM -0400, [EMAIL PROTECTED] wrote: Signed-off-by: Joseph Smith [EMAIL PROTECTED] Acked-by: Corey Osgood [EMAIL PROTECTED] Committed in r2912 with some fixups (patch didn't apply for some reason). Uwe. -- Thanks Uwe.

[LinuxBIOS] r2912 build service

2007-10-30 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2912 to the LinuxBIOS source repository and caused the following changes: Change Log: Various fixes and improvements of the 82801xx code. Signed-off-by: Joseph Smith [EMAIL

Re: [LinuxBIOS] [PATCH] Add support for the Asus A8V-E SE motherboard

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 09:58:50PM +0100, Rudolf Marek wrote: Hi Uwe, Why this? Doesn't the usual method work? #include southbridge/via/vt8237r/vt8237r.h Imho not, I tried with leading src/ The src is not needed. The above version should work, it does for other boards AFAIK. +

Re: [LinuxBIOS] [v2][PATCH] Trivial fixups for i82801xx_lpc R3

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 06:34:21PM -0400, [EMAIL PROTECTED] wrote: What did you have to change to apply the patch?? The *.h had some rejects, but I didn't figure out what the problem was exactly. I manually performed the changes from the patch to the svn file, hope I didn't accidentally break

Re: [LinuxBIOS] Linking issues in v3...

2007-10-30 Thread ron minnich
On 10/30/07, Uwe Hermann [EMAIL PROTECTED] wrote: Um, how about we make it work and _then_ commit? because, sometimes, it's useful to see where someone is going with something and help them out. A lot of v3 did not work while stefan and I were committing, but we wanted people to see the

Re: [LinuxBIOS] Linking issues in v3...

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 04:21:50PM -0700, ron minnich wrote: On 10/30/07, Uwe Hermann [EMAIL PROTECTED] wrote: Um, how about we make it work and _then_ commit? because, sometimes, it's useful to see where someone is going with something and help them out. A lot of v3 did not work while

Re: [LinuxBIOS] Linking issues in v3...

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 04:06:50PM -0400, Corey Osgood wrote: I'm having just a little problem building some code v3, an error with multiple definitions of printk. A patch is attached (minus the cn700 You forgot the attachment. stuff, to keep the size down) and the error log is inline below.

Re: [LinuxBIOS] GIGABYTE GA-2761GXDK

2007-10-30 Thread Uwe Hermann
[Shortening the CC list a bit] On Tue, Oct 30, 2007 at 11:17:57AM -0600, Jordan Crouse wrote: [BUILDROM] Add support for the GIGABYTE GA-2761GXDK Add buildrom support for the new GIGABYTE board added to LinuxBIOS. Signed-off-by: Jordan Crouse [EMAIL PROTECTED] Index:

Re: [LinuxBIOS] [PATCH] Add support for the Asus A8V-E SE motherboard

2007-10-30 Thread Carl-Daniel Hailfinger
On 30.10.2007 21:58, Rudolf Marek wrote: +static const char oem[8] = LNXI; Should be ASUS probably, but I don't think that can break anything, it's more a cosmetic issue AFAIK. We are the BIOS oem ;) LNXI is the company Linux Networx. They did contribute to

[LinuxBIOS] r2913 - in trunk/LinuxBIOSv2: src/mainboard/asus/p2b targets/asus/p2b

2007-10-30 Thread svn
Author: uwe Date: 2007-10-31 00:57:59 +0100 (Wed, 31 Oct 2007) New Revision: 2913 Added: trunk/LinuxBIOSv2/src/mainboard/asus/p2b/irq_tables.c Modified: trunk/LinuxBIOSv2/src/mainboard/asus/p2b/Config.lb trunk/LinuxBIOSv2/src/mainboard/asus/p2b/Options.lb

Re: [LinuxBIOS] [PATCH] v2: ASUS P2B fixes

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 06:09:42PM +0100, Stefan Reinauer wrote: Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by: Stefan Reinauer [EMAIL PROTECTED] Thanks, r2913. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org |

[LinuxBIOS] r2914 - in trunk/LinuxBIOSv2: src/mainboard/asus src/mainboard/asus/p2b-f targets/asus targets/asus/p2b-f

2007-10-30 Thread svn
Author: uwe Date: 2007-10-31 00:59:47 +0100 (Wed, 31 Oct 2007) New Revision: 2914 Added: trunk/LinuxBIOSv2/src/mainboard/asus/p2b-f/ trunk/LinuxBIOSv2/src/mainboard/asus/p2b-f/Config.lb trunk/LinuxBIOSv2/src/mainboard/asus/p2b-f/Options.lb

Re: [LinuxBIOS] [PATCH] v2: ASUS P2B-F support

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 06:09:59PM +0100, Stefan Reinauer wrote: Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by: Stefan Reinauer [EMAIL PROTECTED] Thanks, r2914. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org |

[LinuxBIOS] r2915 - in trunk/LinuxBIOSv2: src/mainboard/asus src/mainboard/asus/p3b-f targets/asus targets/asus/p3b-f

2007-10-30 Thread svn
Author: uwe Date: 2007-10-31 01:00:57 +0100 (Wed, 31 Oct 2007) New Revision: 2915 Added: trunk/LinuxBIOSv2/src/mainboard/asus/p3b-f/ trunk/LinuxBIOSv2/src/mainboard/asus/p3b-f/Config.lb trunk/LinuxBIOSv2/src/mainboard/asus/p3b-f/Options.lb

Re: [LinuxBIOS] [PATCH] v2: ASUS P3B-F support

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 06:10:13PM +0100, Stefan Reinauer wrote: Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by: Stefan Reinauer [EMAIL PROTECTED] Thanks, r2915. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org |

Re: [LinuxBIOS] superiotool: Use 'static const' instead of 'const static'

2007-10-30 Thread Jordan Crouse
On 24/10/07 21:57 +0200, Uwe Hermann wrote: See patch. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Use the preferred order of 'static const' instead of 'const static'. This is the common

[LinuxBIOS] r2916 - in trunk/LinuxBIOSv2: src/mainboard/gigabyte src/mainboard/gigabyte/ga-6bxc targets/gigabyte targets/gigabyte/ga-6bxc

2007-10-30 Thread svn
Author: uwe Date: 2007-10-31 01:07:31 +0100 (Wed, 31 Oct 2007) New Revision: 2916 Added: trunk/LinuxBIOSv2/src/mainboard/gigabyte/ga-6bxc/ trunk/LinuxBIOSv2/src/mainboard/gigabyte/ga-6bxc/Config.lb trunk/LinuxBIOSv2/src/mainboard/gigabyte/ga-6bxc/Options.lb

Re: [LinuxBIOS] [PATCH] v2: GIGABYTE GA-6BXC support

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 06:11:32PM +0100, Stefan Reinauer wrote: Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by: Stefan Reinauer [EMAIL PROTECTED] Thanks, r2916. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org |

[LinuxBIOS] r52 - in buildrom-devel: config/payloads config/platforms packages/filo/conf packages/linuxbios packages/linuxbios/patches

2007-10-30 Thread svn
Author: jcrouse Date: 2007-10-31 01:09:41 +0100 (Wed, 31 Oct 2007) New Revision: 52 Added: buildrom-devel/config/platforms/ga-2761gxdk.conf buildrom-devel/packages/filo/conf/ga-2761gxdk-Config buildrom-devel/packages/linuxbios/ga-2761gxdk-linuxbios.mk

Re: [LinuxBIOS] GIGABYTE GA-2761GXDK

2007-10-30 Thread Jordan Crouse
On 31/10/07 00:52 +0100, Uwe Hermann wrote: --- /dev/null 1970-01-01 00:00:00.0 + +++ buildrom-devel/packages/linuxbios/patches/2761gxdk-fix-target.patch 2007-10-31 12:25:13.0 -0600 What's this? Empty file? Am I missing something? Heh - no - its just a

Re: [LinuxBIOS] [v2][PATCH] Trivial fixups for i82801xx_lpc R3

2007-10-30 Thread joe
Quoting Uwe Hermann [EMAIL PROTECTED]: On Tue, Oct 30, 2007 at 06:34:21PM -0400, [EMAIL PROTECTED] wrote: What did you have to change to apply the patch?? The *.h had some rejects, but I didn't figure out what the problem was exactly. I manually performed the changes from the patch to the

[LinuxBIOS] r2917 - in trunk/LinuxBIOSv2: src/mainboard src/mainboard/a-trend src/mainboard/a-trend/atc-6220 targets targets/a-trend targets/a-trend/atc-6220

2007-10-30 Thread svn
Author: uwe Date: 2007-10-31 01:22:32 +0100 (Wed, 31 Oct 2007) New Revision: 2917 Added: trunk/LinuxBIOSv2/src/mainboard/a-trend/ trunk/LinuxBIOSv2/src/mainboard/a-trend/atc-6220/ trunk/LinuxBIOSv2/src/mainboard/a-trend/atc-6220/Config.lb

Re: [LinuxBIOS] [PATCH] v2: A-Trend ATC-6220 support

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 06:10:44PM +0100, Stefan Reinauer wrote: Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by: Stefan Reinauer [EMAIL PROTECTED] Thanks, r2917. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org |

[LinuxBIOS] r2918 - in trunk/LinuxBIOSv2: src/mainboard src/mainboard/azza src/mainboard/azza/pt-6ibd targets targets/azza targets/azza/pt-6ibd

2007-10-30 Thread svn
Author: uwe Date: 2007-10-31 01:23:57 +0100 (Wed, 31 Oct 2007) New Revision: 2918 Added: trunk/LinuxBIOSv2/src/mainboard/azza/ trunk/LinuxBIOSv2/src/mainboard/azza/pt-6ibd/ trunk/LinuxBIOSv2/src/mainboard/azza/pt-6ibd/Config.lb trunk/LinuxBIOSv2/src/mainboard/azza/pt-6ibd/Options.lb

Re: [LinuxBIOS] [PATCH] v2: AZZA PT-6IBD support

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 06:10:55PM +0100, Stefan Reinauer wrote: Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by: Stefan Reinauer [EMAIL PROTECTED] Thanks, r2918. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org |

[LinuxBIOS] r2919 - in trunk/LinuxBIOSv2: src/mainboard src/mainboard/biostar src/mainboard/biostar/m6tba targets targets/biostar targets/biostar/m6tba

2007-10-30 Thread svn
Author: uwe Date: 2007-10-31 01:25:06 +0100 (Wed, 31 Oct 2007) New Revision: 2919 Added: trunk/LinuxBIOSv2/src/mainboard/biostar/ trunk/LinuxBIOSv2/src/mainboard/biostar/m6tba/ trunk/LinuxBIOSv2/src/mainboard/biostar/m6tba/Config.lb

Re: [LinuxBIOS] [PATCH] v2: Biostar M6TBA support

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 06:11:06PM +0100, Stefan Reinauer wrote: Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by: Stefan Reinauer [EMAIL PROTECTED] Thanks, r2919. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org |

Re: [LinuxBIOS] [PATCH] v2: Tyan S1846 fixes

2007-10-30 Thread Uwe Hermann
On Thu, Oct 25, 2007 at 09:38:32PM +0200, Uwe Hermann wrote: Various small fixes to make the Tyan S1846 match the format of the other boards in this patch series. Fix up totally b0rked static device tree in Config.lb. Drop useless and duplicated failover.c, use global one. Make CPU init

Re: [LinuxBIOS] Linking issues in v3...

2007-10-30 Thread Corey Osgood
On 10/30/07, Uwe Hermann [EMAIL PROTECTED] wrote: On Tue, Oct 30, 2007 at 04:06:50PM -0400, Corey Osgood wrote: I'm having just a little problem building some code v3, an error with multiple definitions of printk. A patch is attached (minus the cn700 You forgot the attachment. Oops,

[LinuxBIOS] r2913 build service

2007-10-30 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2913 to the LinuxBIOS source repository and caused the following changes: Change Log: Various smaller fixes to make the ASUS P2B match the format of all the other boards in

Re: [LinuxBIOS] [PATCH] improve M57SLI PCI support

2007-10-30 Thread Carl-Daniel Hailfinger
On 28.10.2007 00:43, Torsten Duwe wrote: As started in http://www.linuxbios.org/pipermail/linuxbios/2007-October/025385.html , but change all apparantly related values that differ on my board with legacy BIOS. This makes both PCI cards appear, as well as the firewire device TSB43AB23. *

Re: [LinuxBIOS] Linking issues in v3...

2007-10-30 Thread Uwe Hermann
On Wed, Oct 31, 2007 at 01:57:32AM +0100, Stefan Reinauer wrote: * Uwe Hermann [EMAIL PROTECTED] [071030 23:08]: Maybe start with the 8237 patch. That's committed already. that was v2 only i think Oops, true. I confused it with the Fintek chip, sorry. Uwe. --

Re: [LinuxBIOS] r2921 - trunk/LinuxBIOSv2/src/mainboard/gigabyte/m57sli

2007-10-30 Thread Uwe Hermann
On Wed, Oct 31, 2007 at 01:49:39AM +0100, [EMAIL PROTECTED] wrote: Author: hailfinger Date: 2007-10-31 01:49:38 +0100 (Wed, 31 Oct 2007) New Revision: 2921 Modified: trunk/LinuxBIOSv2/src/mainboard/gigabyte/m57sli/cache_as_ram_auto.c Log: As started in

Re: [LinuxBIOS] Linking issues in v3...

2007-10-30 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [071030 23:08]: Maybe start with the 8237 patch. That's committed already. that was v2 only i think -- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49 761 7668825 • Fax: +49 761 7664613 Email: [EMAIL PROTECTED] •

[LinuxBIOS] r2914 build service

2007-10-30 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2914 to the LinuxBIOS source repository and caused the following changes: Change Log: Add initial support for the ASUS P2B-F. Signed-off-by: Uwe Hermann [EMAIL PROTECTED]

[LinuxBIOS] r509 - in LinuxBIOSv3: device include/device

2007-10-30 Thread svn
Author: uwe Date: 2007-10-31 03:40:17 +0100 (Wed, 31 Oct 2007) New Revision: 509 Modified: LinuxBIOSv3/device/pnp_raw.c LinuxBIOSv3/include/device/pnp.h Log: Various coding style and cosmetic fixes (trivial). Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by: Uwe Hermann [EMAIL

Re: [LinuxBIOS] r2921 - trunk/LinuxBIOSv2/src/mainboard/gigabyte/m57sli

2007-10-30 Thread Ward Vandewege
On Wed, Oct 31, 2007 at 02:12:24AM +0100, Uwe Hermann wrote: This makes both PCI cards appear, as well as the firewire device TSB43AB23. * PCI 01:07.0 appears fully functional * PCI 01:08.0 (closer to the board edge) appears, but no interrupts * PCI 01:0a.0 (FireWire) untested Since

[LinuxBIOS] r2915 build service

2007-10-30 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2915 to the LinuxBIOS source repository and caused the following changes: Change Log: Add initial support for the ASUS P3B-F. Signed-off-by: Uwe Hermann [EMAIL PROTECTED]

Re: [LinuxBIOS] Linking issues in v3...

2007-10-30 Thread Corey Osgood
Uwe Hermann wrote: On Tue, Oct 30, 2007 at 04:06:50PM -0400, Corey Osgood wrote: I'm having just a little problem building some code v3, an error with multiple definitions of printk. A patch is attached (minus the cn700 You forgot the attachment. Okay, here it is. Again, sorry for

[LinuxBIOS] r2916 build service

2007-10-30 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2916 to the LinuxBIOS source repository and caused the following changes: Change Log: Add initial support for the GIGABYTE GA-6BXC. Signed-off-by: Uwe Hermann [EMAIL

Re: [LinuxBIOS] GIGABYTE GA-2761GXDK

2007-10-30 Thread Peter Stuge
On Mon, Oct 29, 2007 at 10:08:28PM -0600, Jordan Crouse wrote: asking can't hurt, can it? yes.. it does hurt. You seriously mean that asking a rather specific question about intentions and plans for the future hurts the relation? Obviously there are many reasons why there would be no answer

[LinuxBIOS] r2917 build service

2007-10-30 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2917 to the LinuxBIOS source repository and caused the following changes: Change Log: Add initial support for the A-Trend ATC-6220. Signed-off-by: Uwe Hermann [EMAIL

Re: [LinuxBIOS] GIGABYTE GA-2761GXDK

2007-10-30 Thread Peter Stuge
Hi Morgan, On Tue, Oct 30, 2007 at 01:53:35PM +0800, Morgan Tsai /SiS wrote: 1. Due to the board 'GA-2761GXDK' is made by GIGABYTE, so I have changed the target folder from sis/churchill to gigabyte/2761gxdk. Do you still wish to keep the sis/churchill board in the tree? Is it just an

[LinuxBIOS] r2918 build service

2007-10-30 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2918 to the LinuxBIOS source repository and caused the following changes: Change Log: Add initial support for the AZZA PT-6IBD. Signed-off-by: Uwe Hermann [EMAIL PROTECTED]