Re: [SeaBIOS] [RFC PATCH 0/4] vgabios runtime hardware detection

2012-01-26 Thread Gerd Hoffmann
On 01/26/12 02:58, Kevin O'Connor wrote: Thinking on that further, though, should we end up supporting the 32bit VBE calls, then function pointers would likely get confusing. I think we can get away with *not* supporting them. First, the lgpl vgabios supports them only for the bochs dispi

Re: [SeaBIOS] [RFC PATCH 0/4] vgabios runtime hardware detection

2012-01-26 Thread Gerd Hoffmann
Hi, It's an interesting question - is it better to compile a vgabios for a specific hardware or to make a vgabios compatible with several different pieces of hardware. I don't know what the right answer is. Alot of stuff seems to be shared, the size doesn't go up much: -rw-rw-r--. 1

Re: [SeaBIOS] [RFC PATCH 0/4] vgabios runtime hardware detection

2012-01-25 Thread Kevin O'Connor
On Tue, Jan 24, 2012 at 03:46:04PM +0100, Gerd Hoffmann wrote: Hi, This adds runtime hardware detection to vgabios. Survived light (vga text mode) testing. The isa bits are completely untested as qemu -M isapc is foobar atm. Comments on the approach? It's an interesting question - is

Re: [SeaBIOS] [RFC PATCH 0/4] vgabios runtime hardware detection

2012-01-25 Thread Kevin O'Connor
On Wed, Jan 25, 2012 at 08:48:02PM -0500, Kevin O'Connor wrote: Also, function pointers are available in 16bit mode - so something to consider in an auto-detection scheme. Thinking on that further, though, should we end up supporting the 32bit VBE calls, then function pointers would likely get

[SeaBIOS] [RFC PATCH 0/4] vgabios runtime hardware detection

2012-01-24 Thread Gerd Hoffmann
Hi, This adds runtime hardware detection to vgabios. Survived light (vga text mode) testing. The isa bits are completely untested as qemu -M isapc is foobar atm. Comments on the approach? cheers, Gerd Gerd Hoffmann (4): vga: move code to vgahw.c vga: add pci hardware detection vga: