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
Paul Menzel has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/40740 )
Change subject: mb/asus/p2b: Set SEABIOS_PS2_TIMEOUT to 0.5 s ......................................................................
mb/asus/p2b: Set SEABIOS_PS2_TIMEOUT to 0.5 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/2
Keith Hui has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40740 )
Change subject: mb/asus/p2b: Set SEABIOS_PS2_TIMEOUT to 0.5 s ......................................................................
Patch Set 2:
I probably submitted that board status. I added that option for the tested build based on some earlier recommendations, but as of now it still doesn't guarantee success (i.e. PS/2 keyboard usable before OS is fully operational), especially if it's an IBM model M.
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40740 )
Change subject: mb/asus/p2b: Set SEABIOS_PS2_TIMEOUT to 0.5 s ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/40740/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/40740/2//COMMIT_MSG@11 PS2, Line 11: p3b-f Where's the connection to this change (p2b)?
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40740 )
Change subject: mb/asus/p2b: Set SEABIOS_PS2_TIMEOUT to 0.5 s ......................................................................
Patch Set 2:
(1 comment)
Patch Set 2:
I probably submitted that board status. I added that option for the tested build based on some earlier recommendations, but as of now it still doesn't guarantee success (i.e. PS/2 keyboard usable before OS is fully operational), especially if it's an IBM model M.
Do you experience these problems with all Intel 440BX boards? And with all payloads? Does it work with libpayload based ones? I guess in Linux it’s also always functional?
Please provide a SeaBIOS debug log (maybe a thread on the mailing list).
https://review.coreboot.org/c/coreboot/+/40740/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/40740/2//COMMIT_MSG@11 PS2, Line 11: p3b-f
Where's the connection to this change (p2b)?
You are right, I thought it’s a variant.