coreboot/src/devices
Bill Richardson 0a405bafc5 cros: Inform U-Boot via fake gpio when VGA Option ROM is loaded
This prepares the way for vboot to inform coreboot when it needs the VGA
Option ROM loaded. Coreboot can't always know when it's needed (with
keyboard-based dev-mode, coreboot can't tell if we're in dev-mode or not).
By the time we get to U-Boot, it's too late, so we need two extra bits - one
for vboot to tell coreboot to load the Option ROM and another for coreboot
to let vboot know it's been done.

This change sets up the communication, but doesn't act on it just yet.

Even with this CL we always load the VGA Option ROM, so there's nothing to
test. There should be no user-visible change.

Change-Id: Ic4e9673a3707b6605064f4879bb3e74d4412322f
Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Reviewed-on: http://review.coreboot.org/1822
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2012-11-13 18:51:27 +01:00
..
oprom oprom: Ensure that mode information is valid before putting it in the tables. 2012-11-12 04:22:34 +01: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
cpu_device.c AMD northbridges: factor out CPU allocation 2012-08-27 15:36:47 +02:00
device.c Revert order in VGA device choice 2012-10-07 07:24:58 +02:00
device_romstage.c Make the device tree available in the rom stage 2012-08-04 18:05:39 +02:00
device_util.c Add name field for device 2012-11-06 00:23:54 +01:00
dummy_chip_ops.c Every chip must have chip_operations 2012-10-08 13:24:31 +02:00
hypertransport.c Clean up #ifs 2012-05-08 00:34:34 +02:00
Kconfig Hide all _ROM_RUN Kconfig options if the payload is SeaBIOS 2012-10-29 09:36:18 +01:00
Makefile.inc Every chip must have chip_operations 2012-10-08 13:24:31 +02:00
pci_device.c cros: Inform U-Boot via fake gpio when VGA Option ROM is loaded 2012-11-13 18:51:27 +01: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 Drop redundant CHIP_NAME in mainboard.c 2012-11-06 21:59:21 +01:00
smbus_ops.c Various cosmetic and coding style fixes in src/devices. 2010-11-04 23:23:47 +00:00