Skip to content

1120: Add firmware error for VPD (#102) #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions extensions/openpower-pels/registry/message_registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -5367,6 +5367,33 @@
}
},

{
"Name": "com.ibm.VPD.Error.FirmwareError",
"Subsystem": "cec_vpd",
"ComponentID": "0x4000",
"SRC": {
"ReasonCode": "0x400C",
"Words6To9": {}
},
"Callouts": [
{
"CalloutList": [
{ "Priority": "high", "Procedure": "BMC0001" }
]
}
],
"Documentation": {
"Description": "Firmware error.",
"Message": "A std runtime failure occurred in VPD Manager code.",
"Notes": [
"This error occurs when a std runtime exception",
"is thrown in the VPD Manager code for errors which",
"can't be categorised in any specific category.",
"Cause of failure is captured in additional data."
]
}
},

{
"Name": "com.ibm.Panel.Error.InputDevPathFailure",
"Subsystem": "cec_op_panel",
Expand Down