Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33185 )
Change subject: libpayload/i8042/keyboard: Fix return value check for keyboard_cmd ......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/#/c/33185/3/payloads/libpayload/drivers/i8042/ke... File payloads/libpayload/drivers/i8042/keyboard.c:
https://review.coreboot.org/#/c/33185/3/payloads/libpayload/drivers/i8042/ke... PS3, Line 322: if (!ret) { Should it also be possible to ignore the init failure?
!ret && !CONFIG(LP_PC_KEYBOARD_IGNORE_INIT_FAILURE)