Johnny Lin has uploaded this change for review.

View Change

mb/ocp/deltalake: Enable PCH thermal sensor via FSP

Tested=On OCP Delta Lake, oBMC sensor-util can see PCH Temp readings.

Change-Id: I39d0d0a982476f9fece51cfa19dcbd0da5dea690
Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com>
---
M src/mainboard/ocp/deltalake/romstage.c
1 file changed, 2 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/44075/1
diff --git a/src/mainboard/ocp/deltalake/romstage.c b/src/mainboard/ocp/deltalake/romstage.c
index f69ec60..40ac494 100644
--- a/src/mainboard/ocp/deltalake/romstage.c
+++ b/src/mainboard/ocp/deltalake/romstage.c
@@ -49,6 +49,8 @@
mupd->FspmConfig.DebugPrintLevel = FSP_LOG_LEVEL_DEFAULT;
}
}
+ /* Enable PCH Thermal sensor */
+ mupd->FspmConfig.ThermalDeviceEnable = 1;
}

/* Update bifurcation settings according to different Configs */

To view, visit change 44075. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I39d0d0a982476f9fece51cfa19dcbd0da5dea690
Gerrit-Change-Number: 44075
Gerrit-PatchSet: 1
Gerrit-Owner: Johnny Lin <Johnny_Lin@wiwynn.com>
Gerrit-MessageType: newchange