coreboot-kgpe-d16/payloads
Nico Huber d9e543a5f9 libpayload/keyboard: Use `bool` as return type
Use `bool` whenever `0` was used to indicate an error. The mixing of
different types for return values was mildly confusing and potentially
dangerous with the i8042 API close by that uses `0` for success.

Change-Id: I876bb5076c4921f36e3438f359be8ac4c09248cc
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46723
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2020-10-26 06:57:47 +00:00
..
coreinfo payloads/coreinfo: Rename pci_scan_bus() 2020-10-20 20:34:35 +00:00
external payloads/external: add support for BOOTBOOT payload 2020-09-26 23:08:07 +00:00
libpayload libpayload/keyboard: Use `bool` as return type 2020-10-26 06:57:47 +00:00
linuxcheck
nvramcui payloads/nvramcui: Fix `make clean` 2020-08-18 10:24:01 +00:00
Kconfig arch/arm: Enable FIT payloads 2020-08-19 07:16:59 +00:00
Makefile.inc