Skip to content

Commit 80b80ac

Browse files
committed
PEL: Adding BMC PEL for PLDM error
This commit adds BMC pels for PLDM error so as to report resource dump failure. Change-Id: I1f4f742900f69dbd38c8dbbdba67549c7862a3b2 Signed-off-by: Riya Dixit <[email protected]>
1 parent 0d9895b commit 80b80ac

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

Diff for: extensions/openpower-pels/registry/message_registry.json

+42
Original file line numberDiff line numberDiff line change
@@ -6092,6 +6092,48 @@
60926092
"Message": "Failed to collect PDR from Host within the timeout of BMC PDR Exchange."
60936093
}
60946094
},
6095+
{
6096+
"Name": "xyz.openbmc_project.PLDM.Error.ReportResourceDumpFail.NewFileAvailableRequest",
6097+
"Subsystem": "bmc_firmware",
6098+
"ComponentID": "0x6000",
6099+
"Severity": "predictive",
6100+
"SRC": {
6101+
"ReasonCode": "0x6027",
6102+
"Words6To9": {}
6103+
},
6104+
"Callouts": [
6105+
{
6106+
"CalloutList": [
6107+
{ "Priority": "high", "Procedure": "BMC0001" }
6108+
]
6109+
}
6110+
],
6111+
"Documentation": {
6112+
"Description": "Failed to send NewFileAvailable request to remote terminus.",
6113+
"Message": "Failed to send NewFileAvailable request to remote terminus."
6114+
}
6115+
},
6116+
{
6117+
"Name": "xyz.openbmc_project.PLDM.Error.ReportResourceDumpFail.DecodeNewFileResp",
6118+
"Subsystem": "bmc_firmware",
6119+
"ComponentID": "0x6000",
6120+
"Severity": "predictive",
6121+
"SRC": {
6122+
"ReasonCode": "0x6028",
6123+
"Words6To9": {}
6124+
},
6125+
"Callouts": [
6126+
{
6127+
"CalloutList": [
6128+
{ "Priority": "high", "Procedure": "BMC0001" }
6129+
]
6130+
}
6131+
],
6132+
"Documentation": {
6133+
"Description": "Failed to decode NewFileAvailable response",
6134+
"Message": "Failed to decode NewFileAvailable response"
6135+
}
6136+
},
60956137
{
60966138
"Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CEThresholdReached",
60976139
"Subsystem": "cec_hardware",

0 commit comments

Comments
 (0)