coreboot-kgpe-d16/payloads/libpayload/drivers/i8042
Nico Huber 260dd9eb7e libpayload/keyboard: Turn init sequence into a state machine
We'll process the init sequence as part of the polling loop. This
should have several advantages:

* It eases error handling, i.e. we can return to an earlier state.
* We don't have to stall initialization when a keyboard takes a
  little longer.
* Generally, these keyboards can be hot-plugged (albeit not by
  design).

Change-Id: I9cf5cf31eb420b3994bec20e56a72d37f3d2996e
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47086
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2020-12-24 08:19:48 +00:00
..
i8042.c libpayload/i8042: Add API to get/set kbd translation state 2020-12-23 03:29:16 +00:00
i8042.h libpayload/keyboard: Revise scancode set and translation config 2020-12-23 03:29:32 +00:00
keyboard.c libpayload/keyboard: Turn init sequence into a state machine 2020-12-24 08:19:48 +00:00
mouse.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00