[coreboot-gerrit] New patch to review for coreboot: 8925970 x230: Fix VGA PCIIDs.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Wed May 13 20:22:23 CEST 2015


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10189

-gerrit

commit 8925970a266cc17ab5b4be2bc5785f283a360bb3
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Tue May 12 14:43:16 2015 +0200

    x230: Fix VGA PCIIDs.
    
    x230 is ivy, not sandy. Fix copy-paste error.
    
    Change-Id: Ic462bab39ddac0e1e6fef1e043970957e45fb6ed
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/lenovo/x230/Kconfig | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/lenovo/x230/Kconfig b/src/mainboard/lenovo/x230/Kconfig
index 3b969dd..05b7506 100644
--- a/src/mainboard/lenovo/x230/Kconfig
+++ b/src/mainboard/lenovo/x230/Kconfig
@@ -59,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



More information about the coreboot-gerrit mailing list