UPSTREAM: lenovo: add ps2 spinup timeout to all H8S based boards

The h8s needs around 3s to respond to ps2 commands

BUG=None
BRANCH=None
TEST=None

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>

Change-Id: I0cf01969975b8dd3839eadf90cb2dac0f1eaafc4
Reviewed-on: https://chromium-review.googlesource.com/385913
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
Tested-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Alexander Couzens 2016-09-06 16:06:32 +02:00 committed by chrome-bot
parent cd4096e56e
commit e077851482
7 changed files with 35 additions and 0 deletions

View file

@ -56,4 +56,9 @@ config ONBOARD_VGA_IS_PRIMARY
bool
default y
config SEABIOS_PS2_TIMEOUT
int
depends on PAYLOAD_SEABIOS
default 3000
endif # BOARD_LENOVO_T400

View file

@ -76,4 +76,9 @@ config ONBOARD_VGA_IS_PRIMARY
bool
default y
config SEABIOS_PS2_TIMEOUT
int
depends on PAYLOAD_SEABIOS
default 3000
endif # BOARD_LENOVO_T420

View file

@ -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_T420S

View file

@ -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

View file

@ -48,4 +48,9 @@ config CBFS_SIZE
hex
default 0x200000
config SEABIOS_PS2_TIMEOUT
int
depends on PAYLOAD_SEABIOS
default 3000
endif # BOARD_LENOVO_X200

View file

@ -49,4 +49,9 @@ config CPU_ADDR_BITS
int
default 36
config SEABIOS_PS2_TIMEOUT
int
depends on PAYLOAD_SEABIOS
default 3000
endif

View file

@ -73,4 +73,9 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
hex
default 0x21db
config SEABIOS_PS2_TIMEOUT
int
depends on PAYLOAD_SEABIOS
default 3000
endif # BOARD_LENOVO_X220 || BOARD_LENOVO_X220I