blob: 28cfee02bc066bcddd3b706aa0d1e3640e453b42 [file] [log] [blame]
Alexander Amelkin39353082019-04-09 15:38:41 +03001description: >
2 IPMI FRU MultiRecord Area, DC Output record (Type 0x01)
3 In accordance with IPMI Platform Management FRU Information
4 Storage Definition v1.0 Document Revision 1.3, Table 18-2
5
6properties:
7 - name: Standby
8 type: boolean
9 description: >
10 Offset 0, bit 7.
11 Standby.
12 - name: OutputNumber
13 type: int64
14 description: >
15 Offset 0, bits 3..0.
16 Output number.
17 - name: NominalVoltage
18 type: int64
19 description: >
20 Offset 1.
21 Nominal voltage (10 mV).
22 - name: MaxNegativeVoltage
23 type: int64
24 description: >
25 Offset 3.
26 Maximum negative voltage (10 mV)
27 (most negative voltage with respect to nominal).
28 - name: MaxPositiveVoltage
29 type: int64
30 description: >
31 Offset 5.
32 Maximum positive voltage (10 mV)
33 (most positive voltage with respect to nominal).
34 - name: RippleAndNoise
35 type: int64
36 description: >
37 Offset 7.
38 Ripple and Noise pk-pk 10Hz to 30 MHz (mV).
39 - name: MinCurrentDraw
40 type: int64
41 description: >
42 Offset 9.
43 Minimum current draw (mA).
44 - name: MaxCurrentDraw
45 type: int64
46 description: >
47 Offset 11.
48 Maximum current draw (mA).