blob: b9e41f6518124f353ef646ae681da73d8a71a08f [file] [log] [blame]
Matt Spinler84cd0a52017-08-04 08:53:30 -05001- name: Shutdown
2 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -05003
Matt Spinlerfacfa902017-08-14 13:43:36 -05004- name: PowerOnFailure
5 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -05006
7- name: PowerSequencerVoltageFault
8 level: ERR
9 meta:
10 - str: "RAIL=%d"
11 type: uint16
12 - str: "RAIL_NAME=%s"
13 type: string
14 - str: "RAW_STATUS=%s"
15 type: string
16
17- name: PowerSequencerPGOODFault
18 level: ERR
19 meta:
20 - str: "INPUT_NUM=%d"
21 type: uint16
22 - str: "INPUT_NAME=%s"
23 type: string
24 - str: "RAW_STATUS=%s"
25 type: string
26
27- name: PowerSequencerFault
28 level: ERR
29 meta:
30 - str: "RAW_STATUS=%s"
31 type: string
Matt Spinler403dff02017-09-19 10:38:57 -050032
33- name: GPUPowerFault
34 level: ERR
35 meta:
36 - str: "RAW_STATUS=%s"
37 type: string
38 - str: "GPU=%s"
39 type: string
40
41- name: GPUOverTemp
42 level: ERR
43 meta:
44 - str: "RAW_STATUS=%s"
45 type: string
46 - str: "GPU=%s"
47 type: string