Attention is currently required from: Hung-Te Lin, Yidi Lin, Yu-Ping Wu.
Jarried Lin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86018?usp=email )
Change subject: mb/google/rauru: Add thermal init flow in romstage ......................................................................
mb/google/rauru: Add thermal init flow in romstage
BUG=b:317009620 TEST=build pass, thermal init log: [INFO ] [LVTS] reset_cpu_lvts [INFO ] [Thermal]===== lvts_thermal_init begin ==== [INFO ] [Thermal]thermal_init: thermal initialized
Change-Id: I518ffd92684a222f25d642a51e73a0faa453a8b1 Signed-off-by: Zhaoqing Jiu zhaoqing.jiu@mediatek.corp-partner.google.com --- M src/mainboard/google/rauru/romstage.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/86018/1
diff --git a/src/mainboard/google/rauru/romstage.c b/src/mainboard/google/rauru/romstage.c index d82e152..8968f39 100644 --- a/src/mainboard/google/rauru/romstage.c +++ b/src/mainboard/google/rauru/romstage.c @@ -14,6 +14,7 @@ #include <soc/pll.h> #include <soc/pmif.h> #include <soc/srclken_rc.h> +#include <soc/thermal.h>
static void raise_little_cpu_freq(void) { @@ -39,6 +40,7 @@ clk_buf_init(); mtk_dram_init(); modem_power_down(); + thermal_init();
if (CONFIG(PCI)) mtk_pcie_deassert_perst();