Re: [LinuxBIOS] RESEND: patch: fix the problem with CONFIG_CONSOLE_VGA not pulling in the emulator

2008-01-05 Thread Torsten Duwe
Here's the full story, which I'm hoping to address all related problems with. We agreed that a VGA console and the need to run any option ROMs is mutually not strictly dependent, Luc's problem was that LBv2 code doesn't reflect that. There are 6 combinations: * Console may be on VGA or not

Re: [LinuxBIOS] RESEND: patch: fix the problem with CONFIG_CONSOLE_VGA not pulling in the emulator

2008-01-05 Thread Torsten Duwe
Mailers... diff -BNurbp LinuxBIOSv2.orig/src/config/linuxbios_ram.ld LinuxBIOSv2/src/config/linuxbios_ram.ld --- LinuxBIOSv2.orig/src/config/linuxbios_ram.ld 2007-07-25 18:26:10.0 +0200 +++ LinuxBIOSv2/src/config/linuxbios_ram.ld 2008-01-05 17:14:27.0 +0100 @@ -92,8 +92,8 @@

Re: [LinuxBIOS] RESEND: patch: fix the problem with CONFIG_CONSOLE_VGA not pulling in the emulator

2008-01-05 Thread Carl-Daniel Hailfinger
On 05.01.2008 17:42, Torsten Duwe wrote: Here's the full story, which I'm hoping to address all related problems with. We agreed that a VGA console and the need to run any option ROMs is mutually not strictly dependent, Luc's problem was that LBv2 code doesn't reflect that. There are 6

Re: [LinuxBIOS] RESEND: patch: fix the problem with CONFIG_CONSOLE_VGA not pulling in the emulator

2008-01-05 Thread Luc Verhaegen
On Sat, Jan 05, 2008 at 10:59:14PM +0100, Luc Verhaegen wrote: Agreed. How about an additional CONFIG_NONVGA_ROM_RUN? This is a good start. I assume you have tested it with abuild. Please try to get another ack from Ron or Luc as well. Acked-by: Carl-Daniel Hailfinger [EMAIL

Re: [LinuxBIOS] RESEND: patch: fix the problem with CONFIG_CONSOLE_VGA not pulling in the emulator

2008-01-05 Thread ron minnich
On Jan 5, 2008 1:59 PM, Luc Verhaegen [EMAIL PROTECTED] wrote: Maybe, in V3, a way to specify which roms to run, partly during buildtime, partly through rtc cmos, could be looked into. Yes, a move to cmos control is an excellent idea. It looks very good from an initial glance, but i will

Re: [LinuxBIOS] RESEND: patch: fix the problem with CONFIG_CONSOLE_VGA not pulling in the emulator

2008-01-05 Thread Luc Verhaegen
On Sat, Jan 05, 2008 at 10:32:15PM +0100, Carl-Daniel Hailfinger wrote: I'm missing the all option ROMs except VGA choice for machines with a native video driver/init and some plugged-in SCSI cards. With native init, with the native device becoming VGA Primary, the vga rom doesn't get run,

[LinuxBIOS] RESEND: patch: fix the problem with CONFIG_CONSOLE_VGA not pulling in the emulator

2008-01-03 Thread ron minnich
This is a resend from yesterday, I am hoping for an ack :-) ron This fixes the problem when CONFIG_CONSOLE_VGA is set but requires CONFIG_PCI_ROM_RUN, which is a mistake. Signed-off-by: Ronald G. Minnich [EMAIL PROTECTED] Index: src/devices/Config.lb

Re: [LinuxBIOS] RESEND: patch: fix the problem with CONFIG_CONSOLE_VGA not pulling in the emulator

2008-01-03 Thread Torsten Duwe
On Thursday 03 January 2008, ron minnich wrote: This is a resend from yesterday, I am hoping for an ack :-) Not yet. This fixes the problem Luc found along the way, and which nobody has cared about for a while. How do we want to express now that the console is on a VGA-compatible device

Re: [LinuxBIOS] RESEND: patch: fix the problem with CONFIG_CONSOLE_VGA not pulling in the emulator

2008-01-03 Thread ron minnich
On Jan 3, 2008 3:15 PM, Torsten Duwe [EMAIL PROTECTED] wrote: On Thursday 03 January 2008, ron minnich wrote: This is a resend from yesterday, I am hoping for an ack :-) Not yet. This fixes the problem Luc found along the way, and which nobody has cared about for a while. How do we want to

Re: [LinuxBIOS] RESEND: patch: fix the problem with CONFIG_CONSOLE_VGA not pulling in the emulator

2008-01-03 Thread Torsten Duwe
On Friday 04 January 2008, ron minnich wrote: There's a harder problem. What if we're on a a system with a unichrome and, for whatever reason, somebody drops in a different graphics card and wants that to be the console? Of the set of devices that *could* be the console, which one *should* be

Re: [LinuxBIOS] RESEND: patch: fix the problem with CONFIG_CONSOLE_VGA not pulling in the emulator

2008-01-03 Thread ron minnich
On Jan 3, 2008 3:49 PM, Torsten Duwe [EMAIL PROTECTED] wrote: My main concern is that console on VGA and ROM emulators are orthogonal, and one should not pull in the other, for design reasons. But if there is no hardware, I'll be quiet. I don't understand the comment. Console on VGA may in

Re: [LinuxBIOS] RESEND: patch: fix the problem with CONFIG_CONSOLE_VGA not pulling in the emulator

2008-01-03 Thread Torsten Duwe
On Friday 04 January 2008, ron minnich wrote: On Jan 3, 2008 3:49 PM, Torsten Duwe [EMAIL PROTECTED] wrote: My main concern is that console on VGA and ROM emulators are orthogonal, and one should not pull in the other, for design reasons. But if there is no hardware, I'll be quiet. I