mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
cd4096e56e
commit
e077851482
7 changed files with 35 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue