Skip to content

Commit 9204168

Browse files
committed
docs: add PowerSupplyInformation record
1 parent 32cb277 commit 9204168

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

docs/ipmi.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,37 @@ Platform Management FRU Information Storage Definition, Table 9-1
7474
<br>
7575

7676

77+
## PowerSupplyInformation
78+
Platform Management FRU Information Storage Definition, Table 18-1
79+
80+
|Name |Type |Opt
81+
|----------------------------------------|--------------------|------------------------------|
82+
|`predictive_fail_lower_thresh` |int (u8) | |
83+
|`combined_wattage` |int (u16) |`no_combined_voltages` |
84+
|`voltage1` |int (u4) |`12v`, `-12v`, `5v`, `3.3v` |
85+
|`voltage2` |int (u4) |`12v`, `-12v`, `5v`, `3.3v` |
86+
|`holdup_time` |int (u4) | |
87+
|`peak_capacity` |int (u12) |`unspecified` |
88+
|`pin_polarity` |int (u1) | |
89+
|`hot_swap` |int (u1) | |
90+
|`autoswitch` |int (u1) | |
91+
|`pfc` |int (u1) | |
92+
|`predictive_fail_support` |int (u1) | |
93+
|`dropout_tolerance` |int (u8) | |
94+
|`high_freq` |int (u8) |`only_dc` |
95+
|`low_freq` |int (u8) |`accepts_dc` |
96+
|`high_input_voltage_2` |int (s16) | |
97+
|`low_input_voltage_2` |int (s16) | |
98+
|`high_input_voltage_1` |int (s16) | |
99+
|`low_input_voltage_1` |int (s16) | |
100+
|`inrush_interval` |int (u8) | |
101+
|`inrush_current` |int (u8) |`unspecified` |
102+
|`peak_va` |int (u16) |`unspecified` |
103+
|`overall_capacity` |int (u12) | |
104+
105+
<br>
106+
107+
77108
## DCOutput
78109
Platform Management FRU Information Storage Definition, Table 18-2
79110

docs/records.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
|Name |Definition |
2020
|------------------------------------|--------------------------------------------------------------------------------|
21+
|PowerSupplyInformation |Platform Management FRU Information Storage Definition, Table 18-1 |
2122
|DCOutput |Platform Management FRU Information Storage Definition, Table 18-2 |
2223
|DCLoad |Platform Management FRU Information Storage Definition, Table 18-4 |
2324
|MgmtAccessRecord |Platform Management FRU Information Storage Definition, Table 18-6 |

0 commit comments

Comments
 (0)