Re: [LinuxBIOS] Got the first bytes from serial console !!!! (was get some output on serial console of commel lv671 board, but not readable one)

2007-06-16 Thread Dieter Bloms
Hi, On Sat, Jun 16, Corey Osgood wrote: Great to hear! Now the question is, why is the baud rate being doubled? And is it doubled for all baud rates? Or, you can ignore it for now and get to work on ram init ;) Good luck! I think it is double for all baudrates, because now I've configured

[LinuxBIOS] Got the first bytes from serial console !!!! (was get some output on serial console of commel lv671 board, but not readable one)

2007-06-16 Thread Dieter Bloms
Hi, yeah, I got the first readable output from my board. I have configured 9600 Baud in Config.lb and with 19200 in minicom I get these lines: LinuxBIOS-2.0.0.0Fallback Sa 16. Jun 07:42:00 CEST 2007 starting... Hello world Hello world SMBus controller enabled PCI: 00:00.00 00: 86 80 80 35 06 00

Re: [LinuxBIOS] Got the first bytes from serial console !!!! (was get some output on serial console of commel lv671 board, but not readable one)

2007-06-16 Thread Stefan Reinauer
* Dieter Bloms [EMAIL PROTECTED] [070616 07:54]: Hi, yeah, I got the first readable output from my board. I have configured 9600 Baud in Config.lb and with 19200 in minicom I get these lines: cool!! What changes were needed? LinuxBIOS-2.0.0.0Fallback Sa 16. Jun 07:42:00 CEST 2007

Re: [LinuxBIOS] Got the first bytes from serial console !!!! (was get some output on serial console of commel lv671 board, but not readable one)

2007-06-16 Thread Dieter Bloms
Hi, On Sat, Jun 16, Stefan Reinauer wrote: yeah, I got the first readable output from my board. I have configured 9600 Baud in Config.lb and with 19200 in minicom I get these lines: cool!! What changes were needed? I've only set the default TTYS0_BAUD=57600 in the Options.lb file and

Re: [LinuxBIOS] [PATCH] Reimplementation/fixing of CS5530/CS5530A southbridge code

2007-06-16 Thread Uwe Hermann
On Fri, Jun 15, 2007 at 02:37:56PM +0200, Peter Stuge wrote: Some even more elegant solution? reg8 = ~(SECONDARY_IDE_ENABLE); if (conf-ide1_enable) reg8 |= SECONDARY_IDE_ENABLE; ? Yeah, that would be another option. As we're probably doing this type of operation quite

[LinuxBIOS] r355 - in LinuxBIOSv3: arch/x86 lib util/lar util/lzma util/nrv2b

2007-06-16 Thread svn
Author: stepan Date: 2007-06-16 16:34:17 +0200 (Sat, 16 Jun 2007) New Revision: 355 Modified: LinuxBIOSv3/arch/x86/Makefile LinuxBIOSv3/lib/Makefile LinuxBIOSv3/util/lar/Makefile LinuxBIOSv3/util/lzma/Makefile LinuxBIOSv3/util/nrv2b/Makefile Log: This patch enables build of both

[LinuxBIOS] r356 - in LinuxBIOSv3/util: lzma nrv2b

2007-06-16 Thread svn
Author: stepan Date: 2007-06-16 16:37:02 +0200 (Sat, 16 Jun 2007) New Revision: 356 Modified: LinuxBIOSv3/util/lzma/minilzma.cc LinuxBIOSv3/util/nrv2b/nrv2b.c Log: This patch provides a simple API to nrv2b and lzma. Necessary for integrating compression algorithms into lar. lar -x

[LinuxBIOS] how to access the code of LinuxBIOSv3?

2007-06-16 Thread Songmao Tian
I'd like to see if it's easy to port to run on a mips cpu Tian -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] how to access the code of LinuxBIOSv3?

2007-06-16 Thread Stefan Reinauer
* Songmao Tian [EMAIL PROTECTED] [070616 17:19]: I'd like to see if it's easy to port to run on a mips cpu svn co svn://linuxbios.org/repository/LinuxBIOSv3 Stefan -- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49 761 7668825 • Fax: +49 761 7664613 Email: [EMAIL

[LinuxBIOS] r357 - in LinuxBIOSv3/util: . lar

2007-06-16 Thread svn
Author: stepan Date: 2007-06-16 19:07:24 +0200 (Sat, 16 Jun 2007) New Revision: 357 Modified: LinuxBIOSv3/util/Makefile LinuxBIOSv3/util/lar/Makefile Log: in order to integrate compression into lar, it needs some makefile splits to keep the c++ compiler happy (lzma is c++ code and thus must

[LinuxBIOS] r358 - in LinuxBIOSv3/util: lar lzma nrv2b

2007-06-16 Thread svn
Author: stepan Date: 2007-06-16 19:11:59 +0200 (Sat, 16 Jun 2007) New Revision: 358 Modified: LinuxBIOSv3/util/lar/Makefile LinuxBIOSv3/util/lzma/Makefile LinuxBIOSv3/util/nrv2b/Makefile Log: trivial: make Makefile output more consistent and fix a small typo introduced by the previous

Re: [LinuxBIOS] how to access the code of LinuxBIOSv3?

2007-06-16 Thread Juergen Beisert
On Saturday 16 June 2007 18:17, Stefan Reinauer wrote: * Songmao Tian [EMAIL PROTECTED] [070616 17:19]: I'd like to see if it's easy to port to run on a mips cpu svn co svn://linuxbios.org/repository/LinuxBIOSv3 Seems something we should add to the webpage? Juergen -- linuxbios mailing

Re: [LinuxBIOS] how to access the code of LinuxBIOSv3?

2007-06-16 Thread Stefan Reinauer
* Juergen Beisert [EMAIL PROTECTED] [070616 19:32]: On Saturday 16 June 2007 18:17, Stefan Reinauer wrote: * Songmao Tian [EMAIL PROTECTED] [070616 17:19]: I'd like to see if it's easy to port to run on a mips cpu svn co svn://linuxbios.org/repository/LinuxBIOSv3 Seems something we

Re: [LinuxBIOS] how to access the code of LinuxBIOSv3?

2007-06-16 Thread ron minnich
juergen, is your mail back and working? stefan and I need to talk to you ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] how to access the code of LinuxBIOSv3?

2007-06-16 Thread Bari Ari
Stefan Reinauer wrote: svn co svn://linuxbios.org/repository/LinuxBIOSv3 Seems something we should add to the webpage? Yes, definitely. Can someone with Wiki access look into doing that? Done. http://www.linuxbios.org/Download_LinuxBIOS -Bari -- linuxbios mailing list

[LinuxBIOS] DMI Data for MSI P35 Neo

2007-06-16 Thread Fred .
I have attached a plain-text file with a dump of DMI data from the MSI P35 Neo motherboard, also called the Neo-F. It got Intel P35 chipset, and ICH9 thing. Dumped with DMI Browser (downloaded from MSI's website) on Windows XP. Hope it will be useful in adding support for this board to

Re: [LinuxBIOS] RFC Winflashrom Architecture -- Current device driver (testbed)

2007-06-16 Thread Darmawan Salihun
Stefan Reinauer wrote: Oh I love playing advocatus diaboli ;-) * Jeremy Jackson [EMAIL PROTECTED] [070611 16:58]: One thing that should really drive this home, is that using this architecture on Linux *and* Windows, the same userspace tool could be used on both, so the fancy code for

[LinuxBIOS] 回复: how to access the code of LinuxBIOSv3?

2007-06-16 Thread Songmao Tian
thanks all:) 2007/6/17, Bari Ari [EMAIL PROTECTED]: Stefan Reinauer wrote: svn co svn://linuxbios.org/repository/LinuxBIOSv3 Seems something we should add to the webpage? Yes, definitely. Can someone with Wiki access look into doing that? Done.