Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/27026
to look at the new patch set (#2).
Change subject: mediatek/mt8183: Add watchdog timer support ......................................................................
mediatek/mt8183: Add watchdog timer support
Using common watchdog timer(WDT) code for reset. Setup watchdog timer in mtk_wdt_init() to get reset status and disable auto-reboot. Implement do_hard_reset() to support hard reset.
BUG=b:80501386 BRANCH=none TEST=both mtk_wdt_init() and do_hard_reset() works on kukui.
Change-Id: I4be3a133dbb8a64604133cefb0c5f02d01afd0d4 Signed-off-by: Tristan Shieh tristan.shieh@mediatek.com --- M src/soc/mediatek/mt8183/Makefile.inc A src/soc/mediatek/mt8183/bootblock.c M src/soc/mediatek/mt8183/include/soc/addressmap.h 3 files changed, 25 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/27026/2