coreboot/src
Stefan Reinauer 01c3de9bb4 Make option rom init more verbose
When bringing up VGA by running the option rom it's sometimes
useful to get more information about the mode that gets set,
or the reason why the mode could not be set or a picture could
not be displayed. Also prefix the output from VBE mode setting
with VBE:

  Copying VGA ROM Image from fff0fd78 to 0xc0000, 0x10000 bytes
  Real mode stub @00000600: 867 bytes
  Calling Option ROM...
  int15_handler: INT15 function 5fac!
  ... Option ROM returned.
  VBE: Getting information about VESA mode 4161
  VBE: resolution:  1280x1024@16
  VBE: framebuffer: d0000000
  VBE: Setting VESA mode 4161
  VGA Option ROM has been loaded

Change-Id: I2be11f095dc62ed3c99e0d4272ad9d6521608a44
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/1714
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2012-11-08 19:38:53 +01:00
..
arch/x86 Move global variable check to Makefile 2012-11-07 03:57:28 +01:00
boot Add POST code for "All devices initialized" 2012-11-07 03:57:34 +01:00
console Add a capability for mainboard-specific posting. 2012-08-04 19:31:20 +02:00
cpu Leave power control registers unlocked 2012-11-07 03:57:19 +01:00
devices Make option rom init more verbose 2012-11-08 19:38:53 +01:00
drivers ELOG: Find flash base in FMAP if possible 2012-11-08 19:38:06 +01:00
ec Auto-declare chip_operations 2012-08-22 05:06:41 +02:00
include SPI: opmenu special case for WREN as atomic prefix 2012-11-07 18:39:42 +01:00
lib USBDEBUG: retry harder for slow devices 2012-07-30 20:54:24 +02:00
mainboard Drop redundant CHIP_NAME in mainboard.c 2012-11-06 21:59:21 +01:00
northbridge SandyBridge/IvyBridge: Use flash map to find MRC cache 2012-11-07 08:28:28 +01:00
southbridge ELOG: Don't disable SPI controller lockdown 2012-11-07 18:40:09 +01:00
superio smsc/lpc47n227: Make early_serial usable 2012-11-06 21:53:48 +01:00
vendorcode ELOG: Find flash base in FMAP if possible 2012-11-08 19:38:06 +01:00
Kconfig Update SeaBIOS stable to the release-1.7.1 commit 2012-10-16 03:31:05 +02:00
Kconfig.deprecated_options Unify ID_SECTION_OFFSET and mark it deprecated 2012-01-18 11:21:39 +01:00