aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorNicolas Reinecke <nr@das-labor.org>2014-08-24 22:12:37 +0200
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-08-25 12:58:53 +0200
commit69e66d10deba392341a9d389fbf8d29987a6b424 (patch)
tree99aabc98c759912d8c6a1753bf5a4fc1c7eeecf2 /src/mainboard
parenta41e5c7dc53b8849172dd357cf9f500cac19a897 (diff)
lenovo/t520: update Kconfig
override default ivy VGA_BIOS_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@das-labor.org> Reviewed-on: http://review.coreboot.org/6759 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/lenovo/t520/Kconfig11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig
index ddca1de65d..b6c9e0523d 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_RESET_GATE_GPIO
int
default 10
+config VGA_BIOS_ID
+ string
+ default "8086,0126"
+
config VGA_BIOS_FILE
string
default "pci8086,0126.rom"