Attention is currently required from: Hung-Te Lin, Yidi Lin, Rex-BC Chen, Yu-Ping Wu. Hello Hung-Te Lin, build bot (Jenkins), Yidi Lin, Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/64659
to look at the new patch set (#3).
Change subject: soc/mediatek/mt8186: Enable thermal hardware reset ......................................................................
soc/mediatek/mt8186: Enable thermal hardware reset
System will not trigger rebooting when heat is high because thermal control is irq mode for current setting. To enable thermal hardware reset, we need to enable thermal control request and set it to reboot mode.
This feauture will not influence the thermal control because this thermal hardware reset is only triggered if we disable thermal throttle policy. Therefore, we think it's not a normal situation to trigger thermal hardware reset.
This feature is only for new hardware structure for thermal. Therefore, we only need to take care for MT8192/MT8195/MT8186.
BUG=none TEST=emerge-corsola coreboot TEST=thermal hardware reset is working.
Signed-off-by: Runyang Chen runyang.chen@mediatek.corp-partner.google.com Change-Id: Id2ed55e6d4f4eec450bf7c849f726a389eeb6694 --- M src/soc/mediatek/common/include/soc/wdt.h M src/soc/mediatek/mt8186/wdt.c 2 files changed, 10 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/64659/3