[coreboot-gerrit] Patch set updated for coreboot: 3fb27d3 lenovo/t520: update Kconfig

Nicolas Reinecke (nr@das-labor.org) gerrit at coreboot.org
Mon Aug 25 10:42:06 CEST 2014


Nicolas Reinecke (nr at das-labor.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6759

-gerrit

commit 3fb27d3177684780c9583b45676e138550312846
Author: Nicolas Reinecke <nr at das-labor.org>
Date:   Sun Aug 24 22:12:37 2014 +0200

    lenovo/t520: update Kconfig
    
    override default ivy BIOS_PCI_ID
    add model & part number
    Remove ARCH_X86 as is in,
      fd33781 Move ARCH_* from board/Kconfig to cpu or soc Kconfig.
    
    Change-Id: I61dc6434de7af2d8672f784df87a8b9d3f0fb068
    Signed-off-by: Nicolas Reinecke <nr at das-labor.org>
---
 src/mainboard/lenovo/t520/Kconfig | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig
index 5d43ea1..0f0fd88 100644
--- a/src/mainboard/lenovo/t520/Kconfig
+++ b/src/mainboard/lenovo/t520/Kconfig
@@ -2,7 +2,6 @@ if BOARD_LENOVO_T520
 
 config BOARD_SPECIFIC_OPTIONS # dummy
 	def_bool y
-	select ARCH_X86
 	select CPU_INTEL_SOCKET_RPGA988B
 	select NORTHBRIDGE_INTEL_SANDYBRIDGE
 	select SOUTHBRIDGE_INTEL_BD82X6X
@@ -36,7 +35,11 @@ config MAINBOARD_DIR
 
 config MAINBOARD_PART_NUMBER
 	string
-	default "XXXXXXX"
+	default "4242W1A"
+
+config MAINBOARD_VERSION
+	string
+	default "ThinkPad T520"
 
 config MMCONF_BASE_ADDRESS
 	hex
@@ -62,6 +65,10 @@ config DRAM_GATE_GPIO
 	int
 	default 10
 
+config VGA_BIOS_ID
+	string
+	default "8086,0126"
+
 config VGA_BIOS_FILE
 	string
 	default "pci8086,0126.rom"



More information about the coreboot-gerrit mailing list