Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit018d5ae

Browse files
committed
configurations: yosemite5: add MB VR MP9945 sensor
1.Add MP9945 sensor configurations for monitoring voltage,current, temperature and power on the motherboard.This patch depends on MP9945 support introduced in patch [1][2].[1]https://gerrit.openbmc.org/c/openbmc/dbus-sensors/+/85246[2]https://gerrit.openbmc.org/c/openbmc/entity-manager/+/85247Tested on Yosemite5:```:~# mfg-tool sensor-display 2>/dev/null | jq -r 'to_entries[] | "\(.key | tostring | . + " " * (35 - length)) | \(.value.value | tostring | . + " " * (20 - length)) | \(.value.unit | tostring | . + " " * (10 - length)) | \(.value.status)"' | grep -i pvdd18MB_VR_PVDD18_S5_CURR_A | 0.75 | Amperes | okMB_VR_PVDD18_S5_PWR_W | 1.75 | Watts | okMB_VR_PVDD18_S5_TEMP_C | 41.0 | DegreesC | okMB_VR_PVDD18_S5_VOLT_V | 1.8 | Volts | ok```Change-Id: I66e9df8a44cf9a1ea7702943ef8b1f10633fd0f7Signed-off-by: Leo Yang <Leo-Yang@quantatw.com>
1 parent241be3e commit018d5ae

File tree

2 files changed

+134
-0
lines changed

2 files changed

+134
-0
lines changed

‎configurations/meta/yv5/yosemite5_mb_vr_mps_pvdd18vr_mps_adc_tic_i3chub_rtt.json‎

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,73 @@
894894
"Name":"Yosemite5_MB_VR_CPU0",
895895
"Type":"MP2X6XXFirmware"
896896
},
897+
{
898+
"Address":"0x46",
899+
"Bus":"11",
900+
"Labels": [
901+
"iout1",
902+
"vout1",
903+
"pout1",
904+
"temp1"
905+
],
906+
"Name":"MB_VR_PVDD18_S5",
907+
"PowerState":"On",
908+
"Thresholds": [
909+
{
910+
"Direction":"less than",
911+
"Hysteresis":0.0352,
912+
"Label":"vout1",
913+
"Name":"lower critical",
914+
"Severity":1,
915+
"Value":1.76
916+
},
917+
{
918+
"Direction":"greater than",
919+
"Hysteresis":0.0366,
920+
"Label":"vout1",
921+
"Name":"upper critical",
922+
"Severity":1,
923+
"Value":1.83
924+
},
925+
{
926+
"Direction":"greater than",
927+
"Hysteresis":0.484,
928+
"Label":"iout1",
929+
"Name":"upper critical",
930+
"Severity":1,
931+
"Value":24.2
932+
},
933+
{
934+
"Direction":"greater than",
935+
"Hysteresis":0.8712,
936+
"Label":"pout1",
937+
"Name":"upper critical",
938+
"Severity":1,
939+
"Value":43.56
940+
},
941+
{
942+
"Direction":"less than",
943+
"Hysteresis":0.1,
944+
"Label":"temp1",
945+
"Name":"lower critical",
946+
"Severity":1,
947+
"Value":5
948+
},
949+
{
950+
"Direction":"greater than",
951+
"Hysteresis":2.5,
952+
"Label":"temp1",
953+
"Name":"upper critical",
954+
"Severity":1,
955+
"Value":125.0
956+
}
957+
],
958+
"Type":"MP9945",
959+
"iout1_Name":"MB_VR_PVDD18_S5_CURR_A",
960+
"pout1_Name":"MB_VR_PVDD18_S5_PWR_W",
961+
"temp1_Name":"MB_VR_PVDD18_S5_TEMP_C",
962+
"vout1_Name":"MB_VR_PVDD18_S5_VOLT_V"
963+
},
897964
{
898965
"Address":"0x46",
899966
"Bus":11,

‎configurations/meta/yv5/yosemite5_mb_vr_rtt_pvdd18vr_mps_adc_tic_i3chub_rtt.json‎

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,73 @@
551551
"Name":"Yosemite5_MB_CPLD",
552552
"Type":"LatticeLCMXO3D_9400Firmware"
553553
},
554+
{
555+
"Address":"0x46",
556+
"Bus":"11",
557+
"Labels": [
558+
"iout1",
559+
"vout1",
560+
"pout1",
561+
"temp1"
562+
],
563+
"Name":"MB_VR_PVDD18_S5",
564+
"PowerState":"On",
565+
"Thresholds": [
566+
{
567+
"Direction":"less than",
568+
"Hysteresis":0.0352,
569+
"Label":"vout1",
570+
"Name":"lower critical",
571+
"Severity":1,
572+
"Value":1.76
573+
},
574+
{
575+
"Direction":"greater than",
576+
"Hysteresis":0.0366,
577+
"Label":"vout1",
578+
"Name":"upper critical",
579+
"Severity":1,
580+
"Value":1.83
581+
},
582+
{
583+
"Direction":"greater than",
584+
"Hysteresis":0.484,
585+
"Label":"iout1",
586+
"Name":"upper critical",
587+
"Severity":1,
588+
"Value":24.2
589+
},
590+
{
591+
"Direction":"greater than",
592+
"Hysteresis":0.8712,
593+
"Label":"pout1",
594+
"Name":"upper critical",
595+
"Severity":1,
596+
"Value":43.56
597+
},
598+
{
599+
"Direction":"less than",
600+
"Hysteresis":0.1,
601+
"Label":"temp1",
602+
"Name":"lower critical",
603+
"Severity":1,
604+
"Value":5
605+
},
606+
{
607+
"Direction":"greater than",
608+
"Hysteresis":2.5,
609+
"Label":"temp1",
610+
"Name":"upper critical",
611+
"Severity":1,
612+
"Value":125.0
613+
}
614+
],
615+
"Type":"MP9945",
616+
"iout1_Name":"MB_VR_PVDD18_S5_CURR_A",
617+
"pout1_Name":"MB_VR_PVDD18_S5_PWR_W",
618+
"temp1_Name":"MB_VR_PVDD18_S5_TEMP_C",
619+
"vout1_Name":"MB_VR_PVDD18_S5_VOLT_V"
620+
},
554621
{
555622
"Address":"0x46",
556623
"Bus":11,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp