Re: [LinuxBIOS] VGA support for Geode GX1/CS5530

2007-10-19 Thread Uwe Hermann
Hi Kenji, On Thu, Oct 18, 2007 at 09:42:34PM -0700, Kenji Noguchi wrote: Hi Juergen Your VGA code worked great on my TeleVideo TC7020. Thank you very much!! That's great to hear, thanks (even though I'm not Juergen :) We don't officially have TC7020 code in the repository, yet (I think).

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530

2007-10-19 Thread Kenji Noguchi
hi Uwe, Yes, tc7020 code is really a set of copy of 5bcm with IRQ setup code. So I guess I should apply your patch, and have tc7020 specific stuff on top of it before submitting tc7020 patch. Attached is irq_table.c per request. I would like to create a wiki page directly. Do I need a wiki

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530

2007-10-18 Thread Kenji Noguchi
Hi Juergen Your VGA code worked great on my TeleVideo TC7020. Thank you very much!! Regards, Kenji Noguchi -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530, 2nd try

2007-10-08 Thread Juergen Beisert
Hi Uwe, On Sunday 07 October 2007 23:03, Uwe Hermann wrote: On Sun, Oct 07, 2007 at 12:42:47PM +0200, Peter Stuge wrote: On Sat, Oct 06, 2007 at 09:59:46PM +0200, Juergen Beisert wrote: Patch is against LinuxBIOSv2, revision of 2007-10-06. Signed-off-by: Juergen Beisert [EMAIL

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530

2007-10-08 Thread Juergen Beisert
Hi Uwe, On Sunday 07 October 2007 23:13, Uwe Hermann wrote: Visit my BCOM WINNET100 Tutorial, scroll to the buttom of this document and download the Board Support Package. Extract it, you will need some patches to use the VGA console feature within Linux. Also for the Linux kernel you

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530

2007-10-08 Thread Juergen Beisert
Uwe, On Monday 08 October 2007 12:11, Uwe Hermann wrote: you will need a special driver. You can find it in the BSP in the local_src/xf86-video-geode_gx1 directory. Same here, will it be merged into xorg? I'm not an Xorg expert. So this code is unfinished and more of type

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530

2007-10-08 Thread Jordan Crouse
On 08/10/07 12:41 +0200, Juergen Beisert wrote: Uwe, On Monday 08 October 2007 12:11, Uwe Hermann wrote: you will need a special driver. You can find it in the BSP in the local_src/xf86-video-geode_gx1 directory. Same here, will it be merged into xorg? I'm not an Xorg

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530, 2nd try

2007-10-07 Thread Peter Stuge
On Sat, Oct 06, 2007 at 09:59:46PM +0200, Juergen Beisert wrote: Patch is against LinuxBIOSv2, revision of 2007-10-06. Signed-off-by: Juergen Beisert [EMAIL PROTECTED] Acked-by: Peter Stuge [EMAIL PROTECTED] -- linuxbios mailing list linuxbios@linuxbios.org

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530, 2nd try

2007-10-07 Thread Uwe Hermann
On Sun, Oct 07, 2007 at 12:42:47PM +0200, Peter Stuge wrote: On Sat, Oct 06, 2007 at 09:59:46PM +0200, Juergen Beisert wrote: Patch is against LinuxBIOSv2, revision of 2007-10-06. Signed-off-by: Juergen Beisert [EMAIL PROTECTED] Acked-by: Peter Stuge [EMAIL PROTECTED] r2836. Do you

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530

2007-10-07 Thread Uwe Hermann
On Sat, Oct 06, 2007 at 12:21:08PM +0200, Juergen Beisert wrote: Nice! So this is in-LinuxBIOS VGA support? I.e. without running any VGA option ROM blob in an emulator? This driver really knows the hardware, so it does not need any help from any kind of SMM. Very nice! I'll give

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530

2007-10-07 Thread Jordan Crouse
On 07/10/07 23:13 +0200, Uwe Hermann wrote: On Sat, Oct 06, 2007 at 12:21:08PM +0200, Juergen Beisert wrote: Nice! So this is in-LinuxBIOS VGA support? I.e. without running any VGA option ROM blob in an emulator? This driver really knows the hardware, so it does not need any help from

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530

2007-10-06 Thread Juergen Beisert
Hi Uwe, On Friday 05 October 2007 23:50, Uwe Hermann wrote: On Fri, Oct 05, 2007 at 10:43:37PM +0200, Juergen Beisert wrote: This patch will add support for the Geode GX1/CS5530 VGA feature. Its able to set up one of five screen resolutions (sorry no autodetection at runtime, resolution is

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530

2007-10-06 Thread ron minnich
On 10/6/07, Juergen Beisert [EMAIL PROTECTED] wrote: I will resend the patch. send a patch to the repo, I committed your patch too soon it seems :-) I guess I got excited about vga! ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530, 2nd try

2007-10-06 Thread Juergen Beisert
On Friday 05 October 2007 23:50, Uwe Hermann wrote: I can fix up a few of the cosmetic issues in the repository right away if you want, or I'll wait for another patch. Please let me know... From: Juergen Beisert [EMAIL PROTECTED] This patch will fix some issues with spaces in the code and

[LinuxBIOS] VGA support for Geode GX1/CS5530

2007-10-05 Thread Juergen Beisert
Hi, below you will find support for the Geode GX1/CS5530 VGA feature. Its able to set up one of five screen resolutions (sorry no autodetection at runtime, resolution is selected at buildtime) and displays a graphic in the right bottom corner (splash screen). Patch is against LinuxBIOSv2,

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530

2007-10-05 Thread ron minnich
It's great. Give me a signed-off-by line and I will ack and commit. ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530

2007-10-05 Thread Juergen Beisert
Hi Ron, On Friday 05 October 2007 21:56, ron minnich wrote: It's great. Give me a signed-off-by line and I will ack and commit. all right, here it comes: From: Juergen Beisert [EMAIL PROTECTED] This patch will add support for the Geode GX1/CS5530 VGA feature. Its able to set up one of five

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530

2007-10-05 Thread ron minnich
Committed revision 2827. and thanks! ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] VGA support for Geode GX1/CS5530

2007-10-05 Thread Uwe Hermann
On Fri, Oct 05, 2007 at 10:43:37PM +0200, Juergen Beisert wrote: This patch will add support for the Geode GX1/CS5530 VGA feature. Its able to set up one of five screen resolutions (sorry no autodetection at runtime, resolution is selected at buildtime) and displays a graphic in the right