[LinuxBIOS] Illumination books

2007-05-19 Thread MARTIN WOODHOUSE
Hello All Peter wrote: I for one would really love to see you port Illumination over to Linux instead. While I realize it's designed around DOS and legacy PC architecture I think a forward port is by far the cleanest solution, and where effort is best spent. ---

Re: [LinuxBIOS] Winflashrom - Directory structure consideration

2007-05-19 Thread Stefan Reinauer
* Darmawan Salihun [EMAIL PROTECTED] [070519 06:09]: What is your current development environment? I would like it a lot if you could write the software so that it is possible to build with MinGW, then it could be cross-compiled easily and binaries could be generated automatically.

Re: [LinuxBIOS] LInuxBIOSv3 - Reset and CAR code

2007-05-19 Thread Juergen Beisert
Hi Stefan, On Friday 18 May 2007 23:56, Stefan Reinauer wrote: * Juergen Beisert [EMAIL PROTECTED] [070518 20:53]: currently I'm trying to understand how it works in assembly until C starts. Could we divide the stage0_i586.S file into its three parts? Resetvector, Jump to protected mode

[LinuxBIOS] r323 - in LinuxBIOSv3: arch/x86 include/arch/x86

2007-05-19 Thread svn
Author: stepan Date: 2007-05-19 10:44:14 +0200 (Sat, 19 May 2007) New Revision: 323 Added: LinuxBIOSv3/arch/x86/stage0_amd_geodelx.S LinuxBIOSv3/include/arch/x86/amd_geodelx.h Log: This patch adds CAR support for LX, as well as the include file. It builds but is not tested. Signed-off-by:

[LinuxBIOS] r324 - LinuxBIOSv3/arch/x86

2007-05-19 Thread svn
Author: stepan Date: 2007-05-19 10:47:42 +0200 (Sat, 19 May 2007) New Revision: 324 Modified: LinuxBIOSv3/arch/x86/stage0_amd_geodelx.S Log: small fix (trivial) Signed-off-by: Stefan Reinauer [EMAIL PROTECTED] Acked-by: Stefan Reinauer [EMAIL PROTECTED] Modified:

[LinuxBIOS] r325 - in LinuxBIOSv3: . mainboard mainboard/amd mainboard/amd/norwich mainboard/emulation mainboard/emulation/qemu-x86 northbridge/intel/i440bxemulation

2007-05-19 Thread svn
Author: stepan Date: 2007-05-19 10:57:59 +0200 (Sat, 19 May 2007) New Revision: 325 Modified: LinuxBIOSv3/Kconfig LinuxBIOSv3/mainboard/Kconfig LinuxBIOSv3/mainboard/amd/Kconfig LinuxBIOSv3/mainboard/amd/norwich/Kconfig LinuxBIOSv3/mainboard/emulation/Kconfig

Re: [LinuxBIOS] LInuxBIOSv3 - Reset and CAR code

2007-05-19 Thread Stefan Reinauer
* Juergen Beisert [EMAIL PROTECTED] [070519 10:43]: What do you mean with old toolchains? How old? I made some local changes to support my Geode GX1 and I would try it also with older toolchains (currently I'm working with a 4.1.2 cross toolchain). Some current red hat eh fedore versions I

Re: [LinuxBIOS] LInuxBIOSv3 - Reset and CAR code

2007-05-19 Thread Stefan Reinauer
* Juergen Beisert [EMAIL PROTECTED] [070519 10:43]: IMHO its not a question of small code, no matter if duplicated. Its a matter of code quality: Its open source. Such current code I saw in many other closed source projects (a colleague calls it Industrial Code Quality). I believe we could

Re: [LinuxBIOS] new Target ASUS A8NE

2007-05-19 Thread Philipp Degler
On Friday 18 May 2007 23:29:45 Uwe Hermann wrote: Hi, On Fri, May 18, 2007 at 04:39:38PM +0200, Philipp Degler wrote: - RAM olny runs with small modification of amdk8/raminit.c = comment out debug for athlon 64 in line 1204

[LinuxBIOS] r2674 - trunk/LinuxBIOSv2/src/mainboard/tyan/s2881

2007-05-19 Thread svn
Author: stepan Date: 2007-05-19 18:07:08 +0200 (Sat, 19 May 2007) New Revision: 2674 Modified: trunk/LinuxBIOSv2/src/mainboard/tyan/s2881/mainboard.c Log: Initialize the fans on the adt7463 chip to be dynamically regulated by the hardware, rather than always on at full speed. Set temperature

Re: [LinuxBIOS] new Target ASUS A8NE

2007-05-19 Thread Adrian-Ken Rueegsegger
Hello, Thanks for the good work. I was tinkering around with my A8N-SLI-board a couple weeks ago but have not had time since. Philipp Degler wrote: On Friday 18 May 2007 23:29:45 Uwe Hermann wrote: Hi, On Fri, May 18, 2007 at 04:39:38PM +0200, Philipp Degler wrote: - RAM olny runs with

[LinuxBIOS] r2674 build service

2007-05-19 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer stepan checked in revision 2674 to the LinuxBIOS source repository and caused the following changes: Change Log: Initialize the fans on the adt7463 chip to be dynamically regulated by the hardware,

Re: [LinuxBIOS] new Target ASUS A8NE

2007-05-19 Thread yhlu
On 5/19/07, Philipp Degler [EMAIL PROTECTED] wrote: On Friday 18 May 2007 23:29:45 Uwe Hermann wrote: Hi, On Fri, May 18, 2007 at 04:39:38PM +0200, Philipp Degler wrote: - RAM olny runs with small modification of amdk8/raminit.c = comment out debug for athlon 64 in line

Re: [LinuxBIOS] new Target ASUS A8NE

2007-05-19 Thread Uwe Hermann
On Sat, May 19, 2007 at 09:55:03AM -0700, yhlu wrote: + /* Initialize interrupt mapping */ + //dword = 0xd218; + dword = 0x0120; //a8ne + pci_write_config32(dev, 0x7c, dword); + +

[LinuxBIOS] r2675 - trunk/LinuxBIOSv2/src/mainboard/tyan/s2881

2007-05-19 Thread svn
Author: uwe Date: 2007-05-19 19:28:40 +0200 (Sat, 19 May 2007) New Revision: 2675 Modified: trunk/LinuxBIOSv2/src/mainboard/tyan/s2881/mainboard.c Log: Minor cosmetics (trivial). Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by: Uwe Hermann [EMAIL PROTECTED] Modified:

Re: [LinuxBIOS] new Target ASUS A8NE

2007-05-19 Thread Uwe Hermann
On Sat, May 19, 2007 at 05:55:29PM +0200, Philipp Degler wrote: Just curious -- are you sure the university owns the copyright? AFAIK this is not possible in Germany, you as the author always retain the copyright (but you can give away _usage_ rights). hm, didn't know that. Do you

Re: [LinuxBIOS] r2675 - trunk/LinuxBIOSv2/src/mainboard/tyan/s2881

2007-05-19 Thread Ward Vandewege
On Sat, May 19, 2007 at 07:28:40PM +0200, [EMAIL PROTECTED] wrote: - /* The following is a little silly. We need a hook into the boot process *after* - * the ADT7643 device has been initialized. So we create this dummy device, and we - * put the ADT7643 s2881 specific

Re: [LinuxBIOS] new Target ASUS A8NE

2007-05-19 Thread Carl-Daniel Hailfinger
On 19.05.2007 19:33, Uwe Hermann wrote: On Sat, May 19, 2007 at 05:55:29PM +0200, Philipp Degler wrote: Just curious -- are you sure the university owns the copyright? AFAIK this is not possible in Germany, you as the author always retain the copyright (but you can give away _usage_ rights).

[LinuxBIOS] r2675 build service

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

[LinuxBIOS] r2676 - trunk/LinuxBIOSv2/src/mainboard/tyan/s2881

2007-05-19 Thread svn
Author: uwe Date: 2007-05-19 21:22:55 +0200 (Sat, 19 May 2007) New Revision: 2676 Modified: trunk/LinuxBIOSv2/src/mainboard/tyan/s2881/mainboard.c Log: Fix typos (trivial). Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by: Uwe Hermann [EMAIL PROTECTED] Modified:

Re: [LinuxBIOS] r2675 - trunk/LinuxBIOSv2/src/mainboard/tyan/s2881

2007-05-19 Thread Uwe Hermann
On Sat, May 19, 2007 at 01:38:37PM -0400, Ward Vandewege wrote: On Sat, May 19, 2007 at 07:28:40PM +0200, [EMAIL PROTECTED] wrote: - /* The following is a little silly. We need a hook into the boot process *after* -* the ADT7643 device has been initialized. So we create this dummy

Re: [LinuxBIOS] [PATCH] revised fan control for tyan s2881

2007-05-19 Thread Uwe Hermann
On Fri, May 18, 2007 at 11:59:27AM -0400, Ward Vandewege wrote: Acked-by: Ward Vandewege [EMAIL PROTECTED] For the record: committed in r2674. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org

Re: [LinuxBIOS] add K8 cpuid support for ADA3500DKA4CG

2007-05-19 Thread Uwe Hermann
On Wed, May 16, 2007 at 02:53:49PM -0400, Jeremy Jackson wrote: CPU: vendor AMD device 30ff2 CPU: family 0f, model 3f, stepping 02 All I know is this makes it boot when it didn't before, YMMV Signed-off-by: Jeremy Jackson [EMAIL

Re: [LinuxBIOS] [PATCH] fix whitespace for Intel xe7501devkitConfig.lb

2007-05-19 Thread Uwe Hermann
On Thu, May 17, 2007 at 10:50:13PM +0200, todthgie wrote: + device pci 1d.0 off end # USB (might not work, Southbridge code needs looking at)device pci 1d.1 off end # USB (not populated) is it me or is there a newline missing here ? In the patch: yes. I fixed that before

Re: [LinuxBIOS] i810 support on its way!

2007-05-19 Thread joe
Quoting Corey Osgood [EMAIL PROTECTED]: Intel i810/i82801aa/b support should be on its way soon, I hope the folks that were asking about it are still subscribed. i815 will follow soon after. minicom.cap attached, I've still got a few quirks to work out (like finishing the south bridge and a

[LinuxBIOS] r2676 build service

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

[LinuxBIOS] r326 - LinuxBIOSv3/arch/x86

2007-05-19 Thread svn
Author: uwe Date: 2007-05-19 23:31:23 +0200 (Sat, 19 May 2007) New Revision: 326 Modified: LinuxBIOSv3/arch/x86/stage0_amd_geodelx.S Log: Lots of cosmetic and coding style fixes (trivial). Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by: Uwe Hermann [EMAIL PROTECTED] Modified:

Re: [LinuxBIOS] new Target ASUS A8NE

2007-05-19 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [070518 23:29]: +## +## This file is part of the LinuxBIOS project. +## +## Copyright (C) 2007 AMD +## Written by Yinghai Lu [EMAIL PROTECTED] for AMD. +## +## Copyright (C) 2007 University of Mannheim +## Written by Philipp Degler [EMAIL PROTECTED]

[LinuxBIOS] r327 - in LinuxBIOSv3: device lib

2007-05-19 Thread svn
Author: stepan Date: 2007-05-20 01:55:25 +0200 (Sun, 20 May 2007) New Revision: 327 Modified: LinuxBIOSv3/device/cardbus_device.c LinuxBIOSv3/device/device_util.c LinuxBIOSv3/device/hypertransport.c LinuxBIOSv3/device/pci_device.c LinuxBIOSv3/device/pciexp_device.c

Re: [LinuxBIOS] Winflashrom - Directory structure consideration

2007-05-19 Thread Peter Stuge
On Sat, May 19, 2007 at 11:09:08AM +0700, Darmawan Salihun wrote: OK. I'm new to svn. So, this kind of hint is helpful ;-) Have a look at the SVN book: http://svnbook.red-bean.com/ What is your current development environment? I would like it a lot if you could write the software so that

Re: [LinuxBIOS] Winflashrom - Directory structure consideration

2007-05-19 Thread Peter Stuge
On Sat, May 19, 2007 at 09:12:12AM +0200, Stefan Reinauer wrote: installing it in a vmware virtual machine together with cygwin's opensshd and controlling it via ssh from linux shell scripts. Crossing the bridge to get water eh? I will never like that. :p //Peter -- linuxbios mailing list

Re: [LinuxBIOS] LInuxBIOSv3 - Reset and CAR code

2007-05-19 Thread ron minnich
Juergen, what you are asking us to do is to revert to an old code model that did not work well, that caused great trouble as the gnu toolchain changed, and that people found confusing to read. I agree with what Stefan has said. Furthermore, the stage0_i586.S file is fairly short, and almost no