lenovo/t60 lenovo/x60: Default SEABIOS_PS2_TIMEOUT to 3 seconds
The ThinkPad keyboard controller sometimes needs a while in order to initialize, so let's ask SeaBIOS to wait for it. This change ensures that the internal keyboard always functions correctly on the ThinkPad when coreboot is built with SeaBIOS as payload. Change-Id: I562475ec98b0c1f5d0debf6e9b597748a420f068 Signed-off-by: Peter Stuge <peter@stuge.se> Reviewed-on: http://review.coreboot.org/3735 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martin.roth@se-eng.com>
This commit is contained in:
parent
05d3f49fc6
commit
f31eacca62
|
@ -54,4 +54,8 @@ config MAINBOARD_SMBIOS_MANUFACTURER
|
|||
string
|
||||
default "LENOVO"
|
||||
|
||||
config SEABIOS_PS2_TIMEOUT
|
||||
int
|
||||
default 3000
|
||||
|
||||
endif
|
||||
|
|
|
@ -58,4 +58,8 @@ config MAINBOARD_SMBIOS_MANUFACTURER
|
|||
string
|
||||
default "LENOVO"
|
||||
|
||||
config SEABIOS_PS2_TIMEOUT
|
||||
int
|
||||
default 3000
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue