summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYu-Ping Wu <yupingso@google.com>2019-08-22 15:57:25 +0800
committerPatrick Georgi <pgeorgi@google.com>2019-08-26 15:13:52 +0000
commit5bfb5cc485a76ae3538b1ad1b37b35e9800f6ca4 (patch)
treebe7d175e1262996b09591e401af925dd64f4a8e1
parent155c8023dd440c80c117a8afc22c1bfe3abe4360 (diff)
downloadcoreboot-5bfb5cc485a76ae3538b1ad1b37b35e9800f6ca4.tar.gz
coreboot-5bfb5cc485a76ae3538b1ad1b37b35e9800f6ca4.tar.bz2
coreboot-5bfb5cc485a76ae3538b1ad1b37b35e9800f6ca4.zip
google/kukui: Enable CHROMEOS_USE_EC_WATCHDOG_FLAG
Kukui AP doesn't remember if the last AP reset was due to AP watchdog. We need to enable CHROMEOS_USE_EC_WATCHDOG_FLAG so that it will query the reset reason from EC. BUG=b:109900671,b:118654976 BRANCH=none TEST=1. run 'mosys eventlog clear; stop daisydog; echo > /dev/watchdog' 2. wait for watchdog reset 3. check 'mosys eventlog list | grep watchdog' Change-Id: I053cc7664bbaf0d3fcae26ba9481a0ad700dca90 Signed-off-by: You-Cheng Syu <youcheng@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31844 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org>
-rw-r--r--src/mainboard/google/kukui/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/kukui/Kconfig b/src/mainboard/google/kukui/Kconfig
index b4d0fda72a53..d16e2ed28369 100644
--- a/src/mainboard/google/kukui/Kconfig
+++ b/src/mainboard/google/kukui/Kconfig
@@ -29,6 +29,7 @@ config BOARD_SPECIFIC_OPTIONS
select SOC_MEDIATEK_MT8183
select BOARD_ROMSIZE_KB_8192
select MAINBOARD_HAS_CHROMEOS
+ select CHROMEOS_USE_EC_WATCHDOG_FLAG if CHROMEOS
select COMMON_CBFS_SPI_WRAPPER
select SPI_FLASH
select FATAL_ASSERTS