configurations: santabarbara: Add APML interface sensor
Enable APML interface related sensors only after BIOS POST END[1].
Current hardware revision supports CPU-related sensor readings only.
[1] https://gerrit.openbmc.org/c/openbmc/openbmc/+/83564
Change-Id: I0902a98281c7837de9b796a54014ab384c558411
Signed-off-by: Fred Chen <Fred.Chen@quantatw.com>
diff --git a/configurations/meta/santabarbara/santabarbara_mb.json b/configurations/meta/santabarbara/santabarbara_mb.json
index e81418b..2f611a6 100644
--- a/configurations/meta/santabarbara/santabarbara_mb.json
+++ b/configurations/meta/santabarbara/santabarbara_mb.json
@@ -759,6 +759,50 @@
"Type": "NVME1000"
},
{
+ "Address": "0x3c",
+ "Bus": 3,
+ "Labels": [
+ "power1"
+ ],
+ "Name": "SBRMI",
+ "PowerState": "BiosPost",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Hysteresis": 10.5,
+ "Label": "power1",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 525
+ }
+ ],
+ "Type": "SBRMI",
+ "power1_Name": "MB_CPU_PKG_PWR_W"
+ },
+ {
+ "Address": "0x4c",
+ "Bus": 3,
+ "Name": "MB_CPU_TEMP_C",
+ "PowerState": "BiosPost",
+ "Thresholds": [
+ {
+ "Direction": "less than",
+ "Hysteresis": 0.02,
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": -1.0
+ },
+ {
+ "Direction": "greater than",
+ "Hysteresis": 1.9,
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 95.0
+ }
+ ],
+ "Type": "SBTSI"
+ },
+ {
"Address": "0x4c",
"Bus": 19,
"Name": "MB_OUTLET_TEMP_C",