summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x201
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-01-05 11:37:32 +0100
committerVladimir Serbinenko <phcoder@gmail.com>2014-01-09 17:16:12 +0100
commit6a7aeb3b35bc119286c83355af67812b4871467e (patch)
tree5b5dde99146a7e60843947e1cda948f454c5eeb7 /src/mainboard/lenovo/x201
parentffd4a610ba5d1ec00d166f221485e99ffe12d909 (diff)
downloadcoreboot-6a7aeb3b35bc119286c83355af67812b4871467e.tar.xz
bd82x6x/ibexpeak: Make DRAM reset gate GPIO configurable
DRAM reset gate GPIO is different on different mobos move it to hidden config with 60 (current value) as default. Set it to 10 for Lenovo X201. Change-Id: I4f3b6876d7c33d4966315091b63a76a9a0064c16 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/4622 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/lenovo/x201')
-rw-r--r--src/mainboard/lenovo/x201/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/x201/Kconfig b/src/mainboard/lenovo/x201/Kconfig
index a2d66b3724..76be9db0ac 100644
--- a/src/mainboard/lenovo/x201/Kconfig
+++ b/src/mainboard/lenovo/x201/Kconfig
@@ -43,6 +43,10 @@ config IRQ_SLOT_COUNT
int
default 18
+config DRAM_RESET_GATE_GPIO
+ int
+ default 10
+
config MAX_CPUS
int
default 4