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>
This commit is contained in:
Alexander Couzens 2016-09-06 16:06:32 +02:00 committed by Martin Roth
parent cf5430fd5c
commit 13d880fd37
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