Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openbmc-test-automation
/
67e0620be7083513d2abe665c887d6ae6a546294
/
.
/
data
/
pel_variables.py
blob: 1a14803eca15482d166424f61dae3986feca6dc0 [
file
] [
log
] [
blame
]
#!/usr/bin/python
r
"""
Contains PEL related constants.
"""
PEL_DETAILS
=
{
'CreatorID'
:
'BMC'
,
'CompID'
:
'0x1000'
,
'Subsystem'
:
'BMC Firmware'
,
'Message'
:
'An application had an internal failure'
,
'SRC'
:
'BD8D1002'
,
'Sev'
:
'Unrecoverable Error'
}