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 54c50c266e81f230f26fd813a7aae873adfbd572 Author: Philipp Deppenwiese zaolin@das-labor.org Date: Fri Jan 9 00:57:21 2015 +0100
lenovo/t530: Fix VGA device ID and disable native VGA init default option
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 option as long as nobody implements a dynamic resolution via EDID.
Change-Id: I3cffe9d832edbbea79cabca639d9d920b7ffcf9a Signed-off-by: Philipp Deppenwiese zaolin@das-labor.org --- src/mainboard/lenovo/t530/Kconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig index 2dcfa90..550f66f 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
# Workaround for EC/KBC IRQ1. @@ -60,7 +59,11 @@ 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_PCI_SUBSYSTEM_VENDOR_ID hex