Philipp Deppenwiese (zaolin@das-labor.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8178
-gerrit
commit b784e01f83cd4cc5b18b4950a5d3b142a423ca7f Author: Philipp Deppenwiese zaolin@das-labor.org Date: Fri Jan 9 00:57:21 2015 +0100
lenovo/t530: Fix VGA device ID
* Fix VGA device ID * Remove native VGA init option from board configuration
On many notebooks variants out there are different displays which are not covered by a static display definition inside the devicetree. Please don't make this a default board option as long as it can't be disabled via menuconfig
Change-Id: I3cffe9d832edbbea79cabca639d9d920b7ffcf9a Signed-off-by: Philipp Deppenwiese zaolin@das-labor.org --- src/mainboard/lenovo/t530/Kconfig | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig index f144afb..7da0511 100644 --- a/src/mainboard/lenovo/t530/Kconfig +++ b/src/mainboard/lenovo/t530/Kconfig @@ -20,7 +20,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select MAINBOARD_HAS_NATIVE_VGA_INIT select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG select IVYBRIDGE_LVDS - select MAINBOARD_DO_NATIVE_VGA_INIT # default to native vga init select ENABLE_VMX select MAINBOARD_HAS_LPC_TPM
@@ -61,7 +60,15 @@ config DRAM_RESET_GATE_GPIO
config VGA_BIOS_FILE string - default "pci8086,0106.rom" + default "pci8086,0166.rom" + +config VGA_BIOS_ID + string + default "8086,0166" + +config MAINBOARD_DO_NATIVE_VGA_INIT + bool + default y
config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID hex