[coreboot-gerrit] Patch set updated for coreboot: 71d202a x230: Fix VGA PCIIDs.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Thu May 14 10:00:19 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 71d202ae34488a29857c4925d90f3e0a08f67da9
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