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:
parent
cf5430fd5c
commit
13d880fd37
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -49,4 +49,9 @@ config CPU_ADDR_BITS
|
|||
int
|
||||
default 36
|
||||
|
||||
config SEABIOS_PS2_TIMEOUT
|
||||
int
|
||||
depends on PAYLOAD_SEABIOS
|
||||
default 3000
|
||||
|
||||
endif
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue