diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-09-06 16:06:32 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-09-15 02:34:10 +0200 |
commit | 13d880fd37982e56d56ff517f3e031481b9cc566 (patch) | |
tree | bdfbee339bb4b6442b28e904d98e50d0863474e8 /src/mainboard/lenovo/t520 | |
parent | cf5430fd5c9173a6c043668e0d5b75ea32b1f81a (diff) | |
download | coreboot-13d880fd37982e56d56ff517f3e031481b9cc566.tar.xz |
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 <lynxis@fe80.eu>
Reviewed-on: https://review.coreboot.org/16505
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/lenovo/t520')
-rw-r--r-- | src/mainboard/lenovo/t520/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
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 |