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/t520/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mainboard/lenovo/t520') diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig index ee5dd8163a..4ce27f1574 100644 --- a/src/mainboard/lenovo/t520/Kconfig +++ b/src/mainboard/lenovo/t520/Kconfig @@ -75,4 +75,9 @@ config ONBOARD_VGA_IS_PRIMARY bool default y +config SEABIOS_PS2_TIMEOUT + int + depends on PAYLOAD_SEABIOS + default 3000 + endif # BOARD_LENOVO_T520 -- cgit v1.2.3