configurations: sbp1: Add PCH temperature sensor
Add PCH temperature reported by Intel ME over IPMB and add it
to the fan PID loop.
Tested: PCH temperature is read and visible on the webui.
Change-Id: Ic4e3d8b53a1113ae2dc8d8eccc31a52ed2740a17
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/configurations/sbp1_baseboard.json b/configurations/sbp1_baseboard.json
index 50efc38..e97bf91 100644
--- a/configurations/sbp1_baseboard.json
+++ b/configurations/sbp1_baseboard.json
@@ -1208,6 +1208,39 @@
"Type": "IntelFanConnector"
},
{
+ "Address": "0x8",
+ "Class": "METemp",
+ "Name": "PCH Temperature",
+ "PowerState": "On",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 103
+ },
+ {
+ "Direction": "greater than",
+ "Name": "upper non critical",
+ "Severity": 0,
+ "Value": 98
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower non critical",
+ "Severity": 0,
+ "Value": 5
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 0
+ }
+ ],
+ "Type": "IpmbSensor"
+ },
+ {
"Address": "0x58",
"Bus": "98",
"Labels": [