Paul Menzel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40740 )
Change subject: mb/asus/p2b: Set SEABIOS_PS2_TIMEOUT to 1 s ......................................................................
mb/asus/p2b: Set SEABIOS_PS2_TIMEOUT to 1 s
The configuration in the board status repository
asus/p3b-f/4.11-2240-gf9a4a4a58a/2020-04-17T20_46_02Z/config.short.txt
suggests, that a timout needs to be configured for SeaBIOS to detect the attached PS/2 keyboard.
Change-Id: I921a256cfa61aebf8de0742f3e7f4241e1bf52c8 Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/mainboard/asus/p2b/Kconfig 1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/40740/1
diff --git a/src/mainboard/asus/p2b/Kconfig b/src/mainboard/asus/p2b/Kconfig index 0bee04f..cfce138 100644 --- a/src/mainboard/asus/p2b/Kconfig +++ b/src/mainboard/asus/p2b/Kconfig @@ -66,4 +66,9 @@ default 7 if BOARD_ASUS_P2B_F || BOARD_ASUS_P2B_DS default 6
+config SEABIOS_PS2_TIMEOUT + int + depends on PAYLOAD_SEABIOS + default 500 + endif