blob: 9e49e7323338fe8df2805fac8340dc3ca7c8b04a [file] [log] [blame]
Matt Spinler10f3d932019-09-26 16:24:14 -05001{
Patrick Williams26919f02022-12-08 06:12:43 -06002 "PELs": [
Matt Spinler10f3d932019-09-26 16:24:14 -05003 {
4 "Name": "xyz.openbmc_project.Power.Fault",
5 "Subsystem": "power_supply",
6 "Severity": "unrecoverable",
7 "ActionFlags": ["service_action", "report"],
8
Patrick Williams26919f02022-12-08 06:12:43 -06009 "SRC": {
Matt Spinler10f3d932019-09-26 16:24:14 -050010 "ReasonCode": "0x2030",
11 "SymptomIDFields": ["SRCWord3", "SRCWord6"],
Patrick Williams26919f02022-12-08 06:12:43 -060012 "Words6To9": {
13 "6": {
Matt Spinler10f3d932019-09-26 16:24:14 -050014 "Description": "Failing unit number",
15 "AdditionalDataPropSource": "PS_NUM"
16 }
17 }
18 },
19
Patrick Williams26919f02022-12-08 06:12:43 -060020 "Documentation": {
Matt Spinler10f3d932019-09-26 16:24:14 -050021 "Description": "A PGOOD Fault",
22 "Message": "PS %1 had a PGOOD Fault",
Patrick Williams26919f02022-12-08 06:12:43 -060023 "MessageArgSources": ["SRCWord6"],
Matt Spinler10f3d932019-09-26 16:24:14 -050024 "Notes": [
25 "In the UserData section there is a JSON",
26 "dump that provides debug information."
27 ]
Matt Spinler9e819c72020-02-12 16:44:16 -060028 },
29
Patrick Williams26919f02022-12-08 06:12:43 -060030 "CalloutsUsingAD": {
Matt Spinler9e819c72020-02-12 16:44:16 -060031 "ADName": "PS_NUM",
Patrick Williams26919f02022-12-08 06:12:43 -060032 "CalloutsWithTheirADValues": [
Matt Spinler9e819c72020-02-12 16:44:16 -060033 {
34 "ADValue": "0",
Patrick Williams26919f02022-12-08 06:12:43 -060035 "Callouts": [
Matt Spinler9e819c72020-02-12 16:44:16 -060036 {
37 "System": "system1",
Patrick Williams26919f02022-12-08 06:12:43 -060038 "CalloutList": [
Matt Spinler9e819c72020-02-12 16:44:16 -060039 {
40 "Priority": "high",
41 "LocCode": "E1"
42 },
43 {
44 "Priority": "low",
45 "LocCode": "P1"
46 }
47 ]
48 },
49 {
Patrick Williams26919f02022-12-08 06:12:43 -060050 "CalloutList": [
Matt Spinler9e819c72020-02-12 16:44:16 -060051 {
52 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -060053 "Procedure": "BMC0001"
Matt Spinler9e819c72020-02-12 16:44:16 -060054 }
55 ]
56 }
57 ]
58 }
59 ]
Matt Spinler10f3d932019-09-26 16:24:14 -050060 }
61 }
62 ]
63}