Re: [LinuxBIOS] Geode GX1 PCI, VGA and Sound configuration -- was Re: Televideo TC7020 successfully booted with LinuxBiosV2

2007-05-08 Thread Juergen Beisert
On Tuesday 08 May 2007 04:40, Kenji Noguchi wrote: 2007/5/5, Peter Stuge [EMAIL PROTECTED]: On Fri, May 04, 2007 at 11:04:45PM -0700, Kenji Noguchi wrote: //CS5530A pdev = dev_find_slot(0, (0x12 3) + 0); pci_write_config8(pdev, 0x5c, 0xab); pci_write_config8(pdev, 0x5d, 0x09);

Re: [LinuxBIOS] A very good idea

2007-05-08 Thread Stefan Reinauer
* ron minnich [EMAIL PROTECTED] [070508 01:42]: Not really, but the early A-Test revisions of OLPC had an Insyde PC BIOS. which was time-bombed. So, this process, if it uses a proprietary bios, has cost someone money. So their 3$ offer probably won't make it below 6$? 100% overdraw for not

Re: [LinuxBIOS] Geode GX1 PCI, VGA and Sound configuration -- was Re: Televideo TC7020 successfully booted with LinuxBiosV2

2007-05-08 Thread Luis Correia
Hi! my first report since the IEI Nova board was 'kinda' supported. If I use irqpoll commandline switch, the system seems to work properly but there are still IRQ related issues. more comments below: On 5/8/07, Juergen Beisert [EMAIL PROTECTED] wrote: On Tuesday 08 May 2007 04:40, Kenji

Re: [LinuxBIOS] ### Geode LX

2007-05-08 Thread Stefan Reinauer
* Steve Spano [EMAIL PROTECTED] [070507 15:58]: I have seen a lot of chatter regarding the GeodeLX linux bios. Where is the current release version/patch list for the GeodeLX bios. All required code is in the current development tree. See http://www.linuxbios.org/Download_LinuxBIOS on how

Re: [LinuxBIOS] Geode GX1 PCI, VGA and Sound configuration -- was Re: Televideo TC7020 successfully booted with LinuxBiosV2

2007-05-08 Thread Jordan Crouse
On 08/05/07 11:34 +0200, Uwe Hermann wrote: On Tue, May 08, 2007 at 09:04:55AM +0200, Juergen Beisert wrote: I can send you my whole embedded project. It contains graphics (special framebuffer driver and Xorg, both with acceleration), audio (not finished yet), irq-routing table (but for

Re: [LinuxBIOS] Geode GX1 PCI, VGA and Sound configuration -- was Re: Televideo TC7020 successfully booted with LinuxBiosV2

2007-05-08 Thread ron minnich
On 5/8/07, Juergen Beisert [EMAIL PROTECTED] wrote: Yes. With a working irq routing table and a (small) special Linux kernel patch (only with this patch Linux is able to setup the IRQ routing correctly. The patch was rejected in mainline, because it breaks other systems. The current kernel

[LinuxBIOS] patch irq_tables.c for digital logic msm800sev

2007-05-08 Thread ron minnich
Patch attached. It includes a new irq table, and a correct setting for the 5c register in the superio so that interrupts are routed correctly. With this patch, ethernet works quite well. Signed-off-by: Ronald G. Minnich [EMAIL PROTECTED] Index: src/mainboard/digitallogic/msm800sev/irq_tables.c

[LinuxBIOS] buildrom

2007-05-08 Thread ron minnich
where do we check that out again? We need a description on the download page -- or maybe I'm just missing it? thanks ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] CAR for Geode GX1 / GX2

2007-05-08 Thread Marc Jones
Juergen, You might be right. I hadn't thought through the exact needs. I only mentioned it for completeness. Marc Juergen Beisert wrote: Hi Marc, On Monday 07 May 2007 21:37, Marc Jones wrote: This looks like a good example of scratchpad setup. The only part I thought missing is the

Re: [LinuxBIOS] winflashrom architecture (Windows port of flashrom) -- looking for suggestions

2007-05-08 Thread Darmawan Salihun
On 5/7/07, Peter Stuge [EMAIL PROTECTED] wrote: On Sun, May 06, 2007 at 12:30:08PM +0200, Stefan Reinauer wrote: * Darmawan Salihun [EMAIL PROTECTED] [070506 07:02]: 1. How am I suppose to commit the source code for winflashrom I guess sending a unified diff against flashrom from the

Re: [LinuxBIOS] patch irq_tables.c for digital logic msm800sev

2007-05-08 Thread Stefan Reinauer
* ron minnich [EMAIL PROTECTED] [070508 17:22]: Patch attached. It includes a new irq table, and a correct setting for the 5c register in the superio so that interrupts are routed correctly. With this patch, ethernet works quite well. Signed-off-by: Ronald G. Minnich [EMAIL PROTECTED]

Re: [LinuxBIOS] buildrom

2007-05-08 Thread Stefan Reinauer
* ron minnich [EMAIL PROTECTED] [070508 17:37]: where do we check that out again? We need a description on the download page -- or maybe I'm just missing it? I dont think anyone ever wrote anything about buildrom in the linuxbios wiki yet. svn co svn://linuxbios.org/buildrom -- coresystems

Re: [LinuxBIOS] buildrom

2007-05-08 Thread Jordan Crouse
On 08/05/07 17:53 +0200, Stefan Reinauer wrote: * ron minnich [EMAIL PROTECTED] [070508 17:37]: where do we check that out again? We need a description on the download page -- or maybe I'm just missing it? I dont think anyone ever wrote anything about buildrom in the linuxbios wiki yet.

[LinuxBIOS] r2640 build service

2007-05-08 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer rminnich checked in revision 2640 to the LinuxBIOS source repository and caused the following changes: Change Log: New irq table, and a correct setting for the 5c register in the southbridge so that

Re: [LinuxBIOS] Geode GX1 PCI, VGA and Sound configuration -- was Re: Televideo TC7020 successfully booted with LinuxBiosV2

2007-05-08 Thread Kenji Noguchi
Hi, It's pretty informative. Thanks. 2007/5/8, Juergen Beisert [EMAIL PROTECTED]: On my system LinuxBIOS left all PCI irq registers at their reset value. 3) Or, can/should I leave the configuration part to a OS as long as irq_tables.c sets a proper irq_routing_table? I've read about

Re: [LinuxBIOS] Geode GX1 PCI, VGA and Sound configuration -- was Re: Televideo TC7020 successfully booted with LinuxBiosV2

2007-05-08 Thread Anton
On Tue, 8 May 2007 11:15:25 -0700 Kenji Noguchi [EMAIL PROTECTED] wrote: ps. anyone interested to port LB to MIPS? gxemul is my target so far. Which CPU? Thanks. -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

[LinuxBIOS] r5 - buildrom-devel/buildrom/bin

2007-05-08 Thread svn
Author: rminnich Date: 2007-05-08 20:24:37 +0200 (Tue, 08 May 2007) New Revision: 5 Removed: buildrom-devel/buildrom/bin/checkrom.sh buildrom-devel/buildrom/bin/doquilt.sh buildrom-devel/buildrom/bin/fetchgit.sh buildrom-devel/buildrom/bin/fetchsvn.sh

[LinuxBIOS] r6 - buildrom-devel/buildrom/bin

2007-05-08 Thread svn
Author: rminnich Date: 2007-05-08 20:25:34 +0200 (Tue, 08 May 2007) New Revision: 6 Added: buildrom-devel/buildrom/bin/checkrom.sh buildrom-devel/buildrom/bin/doquilt.sh buildrom-devel/buildrom/bin/fetchgit.sh buildrom-devel/buildrom/bin/fetchsvn.sh

Re: [LinuxBIOS] r6 - buildrom-devel/buildrom/bin

2007-05-08 Thread Stefan Reinauer
Please don't do stuff like this, you are messing up the file history. Read http://svnbook.red-bean.com/en/1.0/re23.html $ svn propset svn:executable ON bin/* * [EMAIL PROTECTED] [EMAIL PROTECTED] [070508 20:25]: Author: rminnich Date: 2007-05-08 20:25:34 +0200 (Tue, 08 May 2007) New

Re: [LinuxBIOS] r6 - buildrom-devel/buildrom/bin

2007-05-08 Thread ron minnich
On 5/8/07, Stefan Reinauer [EMAIL PROTECTED] wrote: Please don't do stuff like this, you are messing up the file history. Read http://svnbook.red-bean.com/en/1.0/re23.html $ svn propset svn:executable ON bin/* sorry, I told jordan that people who self-acked and screwed up got in trouble,

Re: [LinuxBIOS] LinuxBios on a braille display ?

2007-05-08 Thread Samuel Thibault
Samuel Thibault, le Fri 04 May 2007 02:03:24 +0200, a écrit : Peter Stuge, le Fri 04 May 2007 01:54:10 +0200, a écrit : On Fri, May 04, 2007 at 01:42:11AM +0200, Samuel Thibault wrote: quite tight on the height How tight? How much clearance is there above the existing flash chip? I

Re: [LinuxBIOS] r6 - buildrom-devel/buildrom/bin

2007-05-08 Thread Jordan Crouse
On 08/05/07 12:14 -0700, ron minnich wrote: On 5/8/07, Stefan Reinauer [EMAIL PROTECTED] wrote: Please don't do stuff like this, you are messing up the file history. Read http://svnbook.red-bean.com/en/1.0/re23.html $ svn propset svn:executable ON bin/* sorry, I told jordan that

Re: [LinuxBIOS] [PATCH] SIO PC87338 support, 440bx bug fix, VMWare mainboard support

2007-05-08 Thread Corey Osgood
Just a few comments: Ceri Coburn wrote: Added initial support for the national semiconductor’s PC87338 Super I/O IMO, 1 patch Added initial support for VMWare workstation. another patch Fixed bug in northbridge.c for the 440bx – calculating top of RAM was incorrect Separated DRB

Re: [LinuxBIOS] GA-M57SLI

2007-05-08 Thread ST
Hi Carl-Daniel 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. Sorry for the delay, but i somehow missed your message. Attached to this mail you will find the output of lspci -vvvnx under

Re: [LinuxBIOS] r6 - buildrom-devel/buildrom/bin

2007-05-08 Thread Uwe Hermann
On Tue, May 08, 2007 at 08:25:35PM +0200, [EMAIL PROTECTED] wrote: Adding the +x bit. Signed-off-by: Ronald G. Minnich [EMAIL PROTECTED] Ackd-by: Ronald G. Minnnich [EMAIL PROTECTED] ^^^ I think this repo needs a post-commit hook, too ;) Uwe. -- http://www.hermann-uwe.de |

Re: [LinuxBIOS] r6 - buildrom-devel/buildrom/bin

2007-05-08 Thread Stefan Reinauer
* Jordan Crouse [EMAIL PROTECTED] [070508 21:43]: Read http://svnbook.red-bean.com/en/1.0/re23.html $ svn propset svn:executable ON bin/* My bad - I told him to do that. I guess I need a SVN lesson. The +x stuff is pretty unintuitive in svn. http://svnbook.red-bean.com/ is a very

[LinuxBIOS] [PATCH] Fix Asus p2b and bitworks ims targets

2007-05-08 Thread Corey Osgood
This patch uses auto.c from Uwe's tyan s1846 for both boards, with some minor changes, to bring them up to par. It also should remove (but might just clean out) the irq_tables.c from both boards, because they were just copied from Via Epia to begin with, and weren't usable. As far as I can tell,

Re: [LinuxBIOS] buildrom

2007-05-08 Thread Uwe Hermann
On Tue, May 08, 2007 at 09:57:08AM -0600, Jordan Crouse wrote: I dont think anyone ever wrote anything about buildrom in the linuxbios wiki yet. svn co svn://linuxbios.org/buildrom its on my list of things to think about starting to consider. :) http://linuxbios.org/Buildrom Have

[LinuxBIOS] Trusted Platform Support for LinuxBIOS

2007-05-08 Thread Mike Anderson
Greetings! I've seen a feature enhancement request for adding support for the TPM into LinuxBIOS. Is there anyone out there actually working on this? We have an Atmel TPM on an industrial motherboard and would like to help add this support to LB. Thanks, Mike -- linuxbios mailing list

Re: [LinuxBIOS] Flashrom --layout fails badly

2007-05-08 Thread Stefan Reinauer
* Jeremy Jackson [EMAIL PROTECTED] [070508 21:11]: I'm also curious about the incrementing addresses it displays. When using a layout file, I'd expect it to skip certain addresses, or start a new line when starting/stopping each range, perhaps like Very true. That part is quite a bit fake in

[LinuxBIOS] Linux Bios on Gigabyte K8VNXP

2007-05-08 Thread Lukasz Skraburski
Hi All, I was wondering if Linux Bios would run on Gigabyte K8VNXP with Athlon 64 2800+ Bellow is lscpi print from my PC 00:00.0 Host bridge: VIA Technologies, Inc. VT8385 [K8T800 AGP] Host Bridge (rev 01) 00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge [K8T800/K8T890 South]

Re: [LinuxBIOS] Trusted Platform Support for LinuxBIOS

2007-05-08 Thread Uwe Hermann
On Tue, May 08, 2007 at 05:18:02PM -0400, Mike Anderson wrote: I've seen a feature enhancement request for adding support for the TPM into LinuxBIOS. Is there anyone out there actually working on this? Nope. We have an Atmel TPM on an industrial motherboard and would like to help add

Re: [LinuxBIOS] patch: add support for msm800sev to buildrom

2007-05-08 Thread Peter Stuge
On Tue, May 08, 2007 at 09:41:00AM -0700, ron minnich wrote: This patch adds support for the msm800sev to buildrom. Does each LB mb need explicit support also in buildrom? //Peter -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

[LinuxBIOS] [PATCH] Initial support for the ASI/BCom MB-5BLMP / IGEL Winnet III

2007-05-08 Thread Uwe Hermann
Here's a first patch for the IGEL Winnet III thin client. It allows me to boot a Linux kernel half-way to the login prompt; at some point it hangs, though, so more work is needed. This is a 233 MHz Geode GX1 based thin client with Ethernet, USB, VGA, a Disk-on-Chip, socketed DIP BIOS chip, a

Re: [LinuxBIOS] [PATCH] Fix Asus p2b and bitworks ims targets

2007-05-08 Thread Uwe Hermann
On Tue, May 08, 2007 at 05:03:53PM -0400, Corey Osgood wrote: This patch uses auto.c from Uwe's tyan s1846 for both boards, with some minor changes, to bring them up to par. It also should remove (but might just clean out) the irq_tables.c from both boards, because they were just copied from

Re: [LinuxBIOS] [PATCH] Initial support for the ASI/BCom MB-5BLMP / IGEL Winnet III

2007-05-08 Thread Uwe Hermann
Forgot the bootlog. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org minicom.cap Description: application/cap signature.asc Description: Digital signature -- linuxbios mailing list

Re: [LinuxBIOS] [PATCH] Initial support for the ASI/BCom MB-5BLMP / IGEL Winnet III

2007-05-08 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [070509 01:54]: Add initial support for the ASI/BCom MB-5BLMP mainboard, as used in the IGEL Winnet III thin client. It boots a Linux kernel, but there are some problems. The login prompt is never reached, it simply hangs at some point. One possible reason

Re: [LinuxBIOS] [PATCH] Initial support for the ASI/BCom MB-5BLMP / IGEL Winnet III

2007-05-08 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [070509 01:54]: Attached is a boot log, and some lspci and other useful output gathered from a Linux system booted using the original BIOS. didnt find the boot log. can you resend it? It might be helpful. -- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg

Re: [LinuxBIOS] patch: add support for msm800sev to buildrom

2007-05-08 Thread Stefan Reinauer
* Peter Stuge [EMAIL PROTECTED] [070509 01:46]: On Tue, May 08, 2007 at 09:41:00AM -0700, ron minnich wrote: This patch adds support for the msm800sev to buildrom. Does each LB mb need explicit support also in buildrom? Basically yes. Because you can't fit drivers for several boards even in

Re: [LinuxBIOS] Support for ASUS M2N32-WS Pro.

2007-05-08 Thread Peter Stuge
On Wed, May 09, 2007 at 03:07:34AM +1000, Charles Hanum wrote: With the great work being done on the Gigabyte GA-M57SLI-S4, I am wondering how applicable this would be for the ASUS M2N32-WS board. The motherboard is a nVIDIA nForce 590 590 is a variation of MCP55, sometimes called MCP55XE it

Re: [LinuxBIOS] [PATCH] Fix Asus p2b and bitworks ims targets

2007-05-08 Thread Corey Osgood
Uwe Hermann wrote: On Tue, May 08, 2007 at 05:03:53PM -0400, Corey Osgood wrote: This patch uses auto.c from Uwe's tyan s1846 for both boards, with some minor changes, to bring them up to par. It also should remove (but might just clean out) the irq_tables.c from both boards, because they were

Re: [LinuxBIOS] [PATCH] Fix Asus p2b and bitworks ims targets

2007-05-08 Thread Peter Stuge
On Tue, May 08, 2007 at 08:47:37PM -0400, Corey Osgood wrote: Maybe Richard can clear up if these were ever mass produced/sold, google turns up nothing of interest. I seem to recall that the IMS boards went into a robot that was sent on a space trip? //Peter -- linuxbios mailing list

Re: [LinuxBIOS] LinuxBios on a braille display ?

2007-05-08 Thread Peter Stuge
On Tue, May 08, 2007 at 09:20:35PM +0200, Samuel Thibault wrote: How tight? How much clearance is there above the existing flash chip? on the same epoxy board, there is a compact flash card reader So, do you think that a socket could fit if a compact flash card reader does? The