coreboot-kgpe-d16/src/devices
Patrick Georgi 557ecf2d31 Simplify VGA card discovery
We were handling vga, vga_first, vga_last, vga_onboard just to determine
an onboard chip and the first plugin card.
We were also traversing the devices manually instead of using the utility
functions we have, for the chance that there are non-VGA cards we need to
cope with (but why would they require VGA-style handling?)

Change-Id: I8aa73aefa102725a64287f78a59de3d5dda1c7f2
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Reviewed-on: http://review.coreboot.org/1255
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2012-07-22 13:10:44 +02:00
..
oprom Allow YABEL to fake write accesses to config space 2012-07-20 23:37:55 +02:00
Kconfig Allow YABEL to fake write accesses to config space 2012-07-20 23:37:55 +02:00
Makefile.inc Don't unconditionally add support for cardbus and pci-x devices 2012-03-30 17:57:38 +02:00
agp_device.c Various cosmetic and coding style fixes in src/devices. 2010-11-04 23:23:47 +00:00
cardbus_device.c Various cosmetic and coding style fixes in src/devices. 2010-11-04 23:23:47 +00:00
device.c Simplify VGA card discovery 2012-07-22 13:10:44 +02:00
device_util.c Change uma_resource() to use new type IORESOURCE_UMA_FB. 2012-07-16 18:51:30 +02:00
hypertransport.c Clean up #ifs 2012-05-08 00:34:34 +02:00
pci_device.c Clean up #ifs 2012-05-08 00:34:34 +02:00
pci_ops.c Various cosmetic and coding style fixes in src/devices. 2010-11-04 23:23:47 +00:00
pci_rom.c Clean up #ifs 2012-05-08 00:34:34 +02:00
pciexp_device.c Add support for enabling PCIe Common Clock and ASPM 2012-03-29 22:16:07 +02:00
pcix_device.c Various cosmetic and coding style fixes in src/devices. 2010-11-04 23:23:47 +00:00
pnp_device.c printf: Remove some L modifier uses 2012-03-24 15:32:24 +01:00
root_device.c Cosmetics and coding style fixes in devices/*. 2010-10-18 00:00:57 +00:00
smbus_ops.c Various cosmetic and coding style fixes in src/devices. 2010-11-04 23:23:47 +00:00