coreboot-kgpe-d16/src/devices
Torsten Duwe 1f2f800036 Since a VGA console and the need to run any option ROMs are
rather independent, lift the implicit (broken) assumption that
CONSOLE_VGA would also run the ROMs, and transfer it to a new
config option VGA_ROM_RUN.

This change is minimally intrusive, because all board configs
that previously assumed CONSOLE_VGA would also run the ROMs
didn't compile, they had to also specify PCI_ROM_RUN.

Based on patches by Ron Minnich (fix the compile) and Luc Verhaegen
(separate ROM_RUN from VGA console).

Signed-off-by: Torsten Duwe <duwe@lst.de>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Luc Verhaegen <libv@skynet.be>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3034 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2008-01-06 01:10:54 +00:00
..
emulator This change fixes a long-standing bug, whereby we do not set ret for an 2006-10-27 18:22:13 +00:00
agp_device.c Add explicit license headers to all files in src/device. 2007-04-22 19:08:13 +00:00
cardbus_device.c drop unused variable (and thus warning). trivial patch. 2007-10-23 19:23:52 +00:00
Config.lb Since a VGA console and the need to run any option ROMs are 2008-01-06 01:10:54 +00:00
device.c Add explicit license headers to all files in src/device. 2007-04-22 19:08:13 +00:00
device_util.c fix a whole bunch of warnings. (trivial) 2007-10-23 22:17:45 +00:00
hypertransport.c fix a whole bunch of warnings. (trivial) 2007-10-23 22:17:45 +00:00
pci_device.c Since a VGA console and the need to run any option ROMs are 2008-01-06 01:10:54 +00:00
pci_ops.c Add explicit license headers to all files in src/device. 2007-04-22 19:08:13 +00:00
pci_rom.c Add explicit license headers to all files in src/device. 2007-04-22 19:08:13 +00:00
pciexp_device.c Add explicit license headers to all files in src/device. 2007-04-22 19:08:13 +00:00
pcix_device.c Add explicit license headers to all files in src/device. 2007-04-22 19:08:13 +00:00
pnp_device.c Generic driver for pretty much all known Standard Microsystems Corporation 2007-07-12 13:12:47 +00:00
root_device.c Add explicit license headers to all files in src/device. 2007-04-22 19:08:13 +00:00
smbus_ops.c Add explicit license headers to all files in src/device. 2007-04-22 19:08:13 +00:00