Attention is currently required from: Hung-Te Lin, Rex-BC Chen. Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/61446 )
Change subject: soc/mediatek/mt8186: Fix issue of clearing watchdog status ......................................................................
Patch Set 1:
(3 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/61446/comment/ba322ed8_865d10c7 PS1, Line 9: . is wrong in CB:58835.
https://review.coreboot.org/c/coreboot/+/61446/comment/75f5e63a_d9ef34d0 PS1, Line 9: Wrong implementation for The implementation of
https://review.coreboot.org/c/coreboot/+/61446/comment/042e8e00_28d99a0a PS1, Line 10: The setting value should be: : value of wdt mode | 0x22000000. The value written to the 'wdt_mode' register should be 'wdt_mode | 0x22000000' instead of 'wdt_status | 0x22000000'.