Re: [LinuxBIOS] PATCH: IT8712F Super IO support.

2006-08-25 Thread Carl-Daniel U. Hailfinger
Uwe Hermann wrote: > On Fri, Aug 25, 2006 at 11:32:58AM +0200, Carl-Daniel Hailfinger wrote: > > while you're at it, could you possibly also add support for the IT8712F? > > Sure, here it is. Do you have hardware you can use to test this? I can > only verify that it compiles at the moment... Gre

[LinuxBIOS] r2391 - in trunk/LinuxBIOSv2/src/superio/ite: . it8673f it8712f

2006-08-25 Thread svn
Author: stepan Date: 2006-08-25 21:29:57 +0200 (Fri, 25 Aug 2006) New Revision: 2391 Added: trunk/LinuxBIOSv2/src/superio/ite/it8673f/ trunk/LinuxBIOSv2/src/superio/ite/it8673f/Config.lb trunk/LinuxBIOSv2/src/superio/ite/it8673f/chip.h trunk/LinuxBIOSv2/src/superio/ite/it8673f/it8673f.

[LinuxBIOS] r2390 - trunk/LinuxBIOSv2/util/flashrom

2006-08-25 Thread svn
Author: stepan Date: 2006-08-25 21:21:42 +0200 (Fri, 25 Aug 2006) New Revision: 2390 Modified: trunk/LinuxBIOSv2/util/flashrom/README trunk/LinuxBIOSv2/util/flashrom/flash_enable.c Log: Print a warning if southbridge is not known to flashrom. Modified: trunk/LinuxBIOSv2/util/flashrom/READM

[LinuxBIOS] PATCH: IT8712F Super IO support.

2006-08-25 Thread Uwe Hermann
Hi, On Fri, Aug 25, 2006 at 11:32:58AM +0200, Carl-Daniel U. Hailfinger wrote: > while you're at it, could you possibly also add support for the IT8712F? Sure, here it is. Do you have hardware you can use to test this? I can only verify that it compiles at the moment... HTH, Uwe. -- Uwe Herman

Re: [LinuxBIOS] Booting LinuxBIOS on an EPIA-V

2006-08-25 Thread Ben Hewson
I assume the EPIA-V board is the oldest version ? VIA on their website only mention EPIA EK , CN, EN, SP, ML, MII, M, but no V Anyway I have tried to get linuxbios to boot on my EPIA 5000 (vt8601 northbridge) I do not even get any comms from the serial port. Have checked the cable is ok, by

[LinuxBIOS] r2389 - in trunk/LinuxBIOSv2/src: include/cpu/amd southbridge/amd/cs5536

2006-08-25 Thread svn
Author: rsmith Date: 2006-08-25 18:14:31 +0200 (Fri, 25 Aug 2006) New Revision: 2389 Modified: trunk/LinuxBIOSv2/src/include/cpu/amd/gx2def.h trunk/LinuxBIOSv2/src/southbridge/amd/cs5536/cs5536.c Log: - USB P4 as host fix This should make the USB P4 work as a USB host Modified: trunk/Lin

Re: [LinuxBIOS] booting without vga

2006-08-25 Thread Rogelio Serrano
On 8/25/06, Ronald G Minnich wrote: > Rogelio Serrano wrote: > > > hah! this is another argument for ogp. i have to start studying fpgas > > now. i need an open graphics card that boots at a fraction of the > > speed of current cards and boots straight into framebuffer mode. > > > > this is part o

Re: [LinuxBIOS] booting without vga

2006-08-25 Thread Bryan E. Chafy
For video, check out: http://wiki.duskglow.com/tiki-index.php?page=Open-Graphics I think It's been going on for a couple of years now. As for FPGA's, a high end Virtex+ builtin Dual PPC cores gets you there pretty fast. Only problem is the price (for the chips and the software). Not sure how well

Re: [LinuxBIOS] booting without vga

2006-08-25 Thread Uwe Hermann
Hi, On Fri, Aug 25, 2006 at 08:54:39AM -0600, Ronald G Minnich wrote: > this is part of a bigger issue. I am thinking of starting a project > called System Libre (a take on software libre) which would be open from > the ground up. Count me in, I'll help where I can. This is one of the main reas

Re: [LinuxBIOS] booting without vga

2006-08-25 Thread Ronald G Minnich
Rogelio Serrano wrote: > hah! this is another argument for ogp. i have to start studying fpgas > now. i need an open graphics card that boots at a fraction of the > speed of current cards and boots straight into framebuffer mode. > this is part of a bigger issue. I am thinking of starting a proj

Re: [LinuxBIOS] PATCH: IT8673F Super IO support.

2006-08-25 Thread Ronald G Minnich
I have applied this to my tree. Commits are not working right now, trying to find out why. ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] Booting LinuxBIOS on an EPIA-V

2006-08-25 Thread Ronald G Minnich
Go back to V1 and see what that did. Here is the sad story. I had to hard-code bits of 8601 setup since if you followed the manual, and did things right, the chip would lock up. the hard codes made certain dram types not work. Somebody got clever and fixed the hardcodes to be dynamic a la spd.

[LinuxBIOS] r2388 - trunk/LinuxBIOSv2/src/southbridge/amd/cs5536

2006-08-25 Thread svn
Author: rsmith Date: 2006-08-25 16:06:48 +0200 (Fri, 25 Aug 2006) New Revision: 2388 Modified: trunk/LinuxBIOSv2/src/southbridge/amd/cs5536/cs5536.c Log: - fix a silly pointer dereference thinko in my previous commit Modified: trunk/LinuxBIOSv2/src/southbridge/amd/cs5536/cs5536.c ===

Re: [LinuxBIOS] PATCH: IT8673F Super IO support.

2006-08-25 Thread Carl-Daniel U. Hailfinger
Hi Uwe, while you're at it, could you possibly also add support for the IT8712F? It's used in quite a lot of Asus boards. If you have trouble locating the datasheets, I can send them to you via mail. Regards, Carl-Daniel -- "Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail

Re: [LinuxBIOS] booting without vga

2006-08-25 Thread Rogelio Serrano
On 8/25/06, Richard Smith <[EMAIL PROTECTED]> wrote: > On 8/25/06, Rogelio Serrano <[EMAIL PROTECTED]> wrote: > > > Is there a way for linuxbios to initialize the graphics hardware > > directly? besides making linux use the framebuffer directly on bootup. > > and maybe making filo use the framebuff