On Mon, Aug 02, 2010 at 07:59:17AM -0600, Myles Watson wrote:
On Sun, Aug 1, 2010 at 7:43 PM, austinro@msu.edu wrote:
Okay, I found the problem. CONFIG_VGA_BRIDGE_SETUP builds vga.c, which needs mainboard_interrupt_handlers from devices/oprom/x86.c, which wasn't being built unless one of the *_ROM_RUN files were enabled.
I think you really wanted to disable the building of vga.c. There's no need for it if SeaBIOS handles the option ROMs.
Patch attached.
Signed-off-by: Myles Watson mylesgw@gmail.com
Works for me!
Acked by: Kevin O'Connor kevin@koconnor.net
-Kevin