Marc Jones has uploaded a new change for review. ( https://review.coreboot.org/19840 )
Change subject: google/kahlee: Set SERIRQ to continuous mode ......................................................................
google/kahlee: Set SERIRQ to continuous mode
The Kahlee Nuvoton EC firmware doesn't support SERIRQ quiet mode, yet. Set continuous mode until the quiet mode feature is available. This allows keyboard and other EC based interrupts through.
Change-Id: If77c91fde2bd0f4da85413879fefb753ae6297de Signed-off-by: Marc Jones marcj303@gmail.com --- M src/mainboard/google/kahlee/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/19840/1
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index 7f56909..990a72d 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -29,6 +29,7 @@ select HAVE_ACPI_TABLES select GFXUMA select MAINBOARD_HAS_CHROMEOS + select SERIRQ_CONTINUOUS_MODE select STONEYRIDGE_UART
config MAINBOARD_DIR