Attention is currently required from: Hung-Te Lin, Yu-Ping Wu. Rex-BC Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62752 )
Change subject: soc/mediatek/common: Add halt() after triggering wdt reset ......................................................................
Patch Set 2:
(1 comment)
File src/soc/mediatek/common/wdt.c:
https://review.coreboot.org/c/coreboot/+/62752/comment/e6f66336_e578190f PS1, Line 39: /* : * We trigger secondary reset by triggering WDT hardware to send signal to EC. : * We do not use do_board_reset() to send signal to EC : * which is controlled by software driver. : * Before triggering secondary reset, clean the data cache so the logs in cbmem : * console (either in SRAM or DRAM) can be flushed. : */
move these comments into the new function.
Done