From c486c78020fc426d8ddb2a74fac5f7c402e4af29 Mon Sep 17 00:00:00 2001 From: Eric Lai Date: Mon, 27 Apr 2020 15:17:56 +0800 Subject: mb/google/deltaur: Enable PS/2 keyboard By default, the ACPI status method _STA returns false for the PS/2 keyboard and mouse device of the Wilco EC, so the OS does not enable it. Enable these devices, by defining the macro SIO_EC_ENABLE_PS2K. BUG=b:154790509 TEST=Check Keyboard is functional under OS. Signed-off-by: Eric Lai Change-Id: I31c74ddb3608589e5a4753c7e487f250b112bb1e Reviewed-on: https://review.coreboot.org/c/coreboot/+/40745 Reviewed-by: Ivy Jian Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- .../google/deltaur/variants/baseboard/include/baseboard/ec.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/deltaur/variants/baseboard/include/baseboard/ec.h b/src/mainboard/google/deltaur/variants/baseboard/include/baseboard/ec.h index 3825cc8824..9f688ae963 100644 --- a/src/mainboard/google/deltaur/variants/baseboard/include/baseboard/ec.h +++ b/src/mainboard/google/deltaur/variants/baseboard/include/baseboard/ec.h @@ -7,8 +7,7 @@ #ifndef __MAINBOARD_EC_H__ #define __MAINBOARD_EC_H__ - - - +/* Enable PS/2 keyboard */ +#define SIO_EC_ENABLE_PS2K #endif /* __MAINBOARD_EC_H__ */ -- cgit v1.2.3