coreboot/src/device
Stefan Reinauer 22ae2b9378 VBE: Skip graphics mode setting for non-VGA devices
This hit me when running the latest Qemu with coreboot:
First the graphics OPROM is running, then an iPXE OPROM.
The iPXE OPROM has no int10 support (obviously) so calling
vbe_set_graphics() wipes the framebuffer information from
the coreboot table.

Change-Id: Ie0453c4a908ea4a6216158f663407a3e72ce4d34
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2325
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2013-02-08 18:36:35 +01:00
..
oprom VBE: Skip graphics mode setting for non-VGA devices 2013-02-08 18:36:35 +01:00
agp_device.c Rename devices -> device 2012-11-30 23:59:58 +01:00
cardbus_device.c Rename devices -> device 2012-11-30 23:59:58 +01:00
cpu_device.c Rename devices -> device 2012-11-30 23:59:58 +01:00
device.c Rename devices -> device 2012-11-30 23:59:58 +01:00
device_romstage.c Rename devices -> device 2012-11-30 23:59:58 +01:00
device_util.c Rename devices -> device 2012-11-30 23:59:58 +01:00
hypertransport.c Rename devices -> device 2012-11-30 23:59:58 +01:00
Kconfig Make PCIe config options depend on PCIe support 2013-01-04 19:35:14 +01:00
Makefile.inc Rename devices -> device 2012-11-30 23:59:58 +01:00
pci_device.c Rename devices -> device 2012-11-30 23:59:58 +01:00
pci_ops.c Rename devices -> device 2012-11-30 23:59:58 +01:00
pci_rom.c Extend CBFS to support arbitrary ROM source media. 2013-01-30 17:58:32 +01:00
pciexp_device.c Rename devices -> device 2012-11-30 23:59:58 +01:00
pcix_device.c Rename devices -> device 2012-11-30 23:59:58 +01:00
pnp_device.c Rename devices -> device 2012-11-30 23:59:58 +01:00
root_device.c Rename devices -> device 2012-11-30 23:59:58 +01:00
smbus_ops.c Rename devices -> device 2012-11-30 23:59:58 +01:00