[LinuxBIOS] r2919 build service

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

[LinuxBIOS] r2920 build service

2007-10-31 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2920 to the LinuxBIOS source repository and caused the following changes: Change Log: Add initial support for the Compaq Deskpro EN SFF P600. Signed-off-by: Uwe Hermann [EMAIL

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

2007-10-31 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [071030 15:18]: + +void acpi_create_fadt(acpi_fadt_t * fadt, acpi_facs_t * facs, void *dsdt) +{ + acpi_header_t *header = (fadt-header); + + memset((void *) fadt, 0, sizeof(acpi_fadt_t)); + memcpy(header-signature, FACP, 4); + header-length =

[LinuxBIOS] r2921 build service

2007-10-31 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer hailfinger checked in revision 2921 to the LinuxBIOS source repository and caused the following changes: Change Log: As started in http://www.linuxbios.org/pipermail/linuxbios/2007-October/025385.html

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

2007-10-31 Thread Stefan Reinauer
* Rudolf Marek [EMAIL PROTECTED] [071030 21:58]: LinuxBIOS as string? How long can the ID become? 6 bytes. You could also use these defines from acpi.h: #define OEM_IDLXBIOS #define ASLC NONE + memcpy(header-oem_table_id, LXBACPI , 8); +

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

2007-10-31 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [071031 00:12]: Index: src/mainboard/asus/a8v-e_se/acpi_tables.c === --- src/mainboard/asus/a8v-e_se/acpi_tables.c (revision 0) +++ src/mainboard/asus/a8v-e_se/acpi_tables.c (revision 0)

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

2007-10-31 Thread Patrick Georgi
Uwe Hermann schrieb: Sure, that's good and no problem, but you don't have to (and shouldn't IMO) _commit_ the stuff. Patches on the list serve this purpose quite well. I find it really awkward to commit stuff we are _sure_ is broken... Let's fix it on the list and commit when it actually

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

2007-10-31 Thread Žiga Mlinar
Thanks guys to have this board in svn now. It boots ok here. Except for a few problems: - my processor has only 32 kb of cache reported though it has 512kb withen booted with proprietiary bios - only one DIMM is recognized in the motherboard Working things: - 3dfx voodoo3 VGA board - old IDE

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

2007-10-31 Thread Stefan Reinauer
* Žiga Mlinar [EMAIL PROTECTED] [071031 17:57]: Thanks guys to have this board in svn now. It boots ok here. Except for a few problems: - my processor has only 32 kb of cache reported though it has 512kb withen booted with proprietiary bios - only one DIMM is recognized in the

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

2007-10-31 Thread Žiga Mlinar
On Wednesday 31 of October 2007 18:10:11 Stefan Reinauer wrote: * Žiga Mlinar [EMAIL PROTECTED] [071031 17:57]: Thanks guys to have this board in svn now. It boots ok here. Except for a few problems: - my processor has only 32 kb of cache reported though it has 512kb withen booted with

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

2007-10-31 Thread popkonserve
Thanks guys to have this board in svn now. It boots ok here. Except for a few problems: - my processor has only 32 kb of cache reported though it has 512kb withen booted with proprietiary bios - only one DIMM is recognized in the motherboard L2 cache is disabled. Only L1 is there.

[LinuxBIOS] r2922 - trunk/util/superiotool

2007-10-31 Thread svn
Author: uwe Date: 2007-10-31 23:22:11 +0100 (Wed, 31 Oct 2007) New Revision: 2922 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

[LinuxBIOS] r2923 - in trunk/LinuxBIOSv2/src: cpu/amd/model_fxx northbridge/amd/amdk8 superio/smsc/smscsuperio

2007-10-31 Thread svn
Author: uwe Date: 2007-10-31 23:26:51 +0100 (Wed, 31 Oct 2007) New Revision: 2923 Modified: trunk/LinuxBIOSv2/src/cpu/amd/model_fxx/fidvid.c trunk/LinuxBIOSv2/src/northbridge/amd/amdk8/raminit_f_dqs.c trunk/LinuxBIOSv2/src/superio/smsc/smscsuperio/superio.c Log: Use the preferred order

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

2007-10-31 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 06:03:56PM -0600, Jordan Crouse wrote: Use the preferred order of 'static const' instead of 'const static'. This is the common style in both Linux as well as in LinuxBIOS. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by: Jordan Crouse [EMAIL PROTECTED]

[LinuxBIOS] GRUB 2 and LinuxBIOS

2007-10-31 Thread Robert Millan
Hi I'm glad to announce that as of current CVS, GRUB 2 officialy supports LinuxBIOS. There are still a few remaining issues, but most of the meat is there right now. Please could someone update the wiki? (or give me perms to do it) Thanks! -- Robert Millan GPLv2 I know my rights; I want

Re: [LinuxBIOS] [PATCH] Use 'static const' instead of 'const static'.

2007-10-31 Thread Uwe Hermann
On Wed, Oct 24, 2007 at 10:10:16PM +0200, Uwe Hermann wrote: See patch. Committed in r2923 with self-ack, as it's pretty trivial. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org signature.asc

[LinuxBIOS] r2922 build service

2007-10-31 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2922 to the LinuxBIOS source repository and caused the following changes: Change Log: Use the preferred order of 'static const' instead of 'const static'. This is the common

[LinuxBIOS] r2923 build service

2007-10-31 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer uwe checked in revision 2923 to the LinuxBIOS source repository and caused the following changes: Change Log: Use the preferred order of 'static const' instead of 'const static'. This is the common

Re: [LinuxBIOS] GRUB 2 and LinuxBIOS

2007-10-31 Thread joe
Quoting Robert Millan [EMAIL PROTECTED]: Hi I'm glad to announce that as of current CVS, GRUB 2 officialy supports LinuxBIOS. There are still a few remaining issues, but most of the meat is there right now. Please could someone update the wiki? (or give me perms to do it) Thanks! --

Re: [LinuxBIOS] GRUB 2 and LinuxBIOS

2007-10-31 Thread ron minnich
Robert, would grub2 under linuxbios be able to boot QNX? thanks ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios