From 13d880fd37982e56d56ff517f3e031481b9cc566 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 6 Sep 2016 16:06:32 +0200 Subject: lenovo: add ps2 spinup timeout to all H8S based boards The h8s needs around 3s to respond to ps2 commands Change-Id: I0cf01969975b8dd3839eadf90cb2dac0f1eaafc4 Signed-off-by: Alexander Couzens Reviewed-on: https://review.coreboot.org/16505 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Arthur Heymans Reviewed-by: Martin Roth --- src/mainboard/lenovo/x201/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mainboard/lenovo/x201/Kconfig') diff --git a/src/mainboard/lenovo/x201/Kconfig b/src/mainboard/lenovo/x201/Kconfig index 7f96cbe820..7e46c3390f 100644 --- a/src/mainboard/lenovo/x201/Kconfig +++ b/src/mainboard/lenovo/x201/Kconfig @@ -49,4 +49,9 @@ config CPU_ADDR_BITS int default 36 +config SEABIOS_PS2_TIMEOUT + int + depends on PAYLOAD_SEABIOS + default 3000 + endif -- cgit v1.2.3