PEL: Add error message registry entry for SBE chipop failure
Adding error entry in the message registry JSON file for
SBE chipop failures with FFDC information provided by SBE.
This is a common error code for SBE chipop, non timeout errors.
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: I2c53577ad0c98c397f347ca176620cd8a907326b
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index 011bc1d..1dc8080 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -249,6 +249,7 @@
]
}
},
+
{
"Name": "org.open_power.Logging.Error.SentBadPELToHost",
"Subsystem": "bmc_firmware",
@@ -397,6 +398,37 @@
},
{
+ "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
+ "Subsystem": "processor_chip",
+ "ComponentID": "0x3500",
+
+ "SRC":
+ {
+ "ReasonCode": "0x3500",
+ "Words6To9":
+ {
+ "6":
+ {
+ "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
+ "AdditionalDataPropSource": "SRC6"
+ }
+ }
+ },
+
+ "Documentation":
+ {
+ "Description": "chipop failure with SBE provided FFDC",
+ "Message": "chipop request failure reported by SBE",
+ "Notes": [
+ "The severity is set by the creator.",
+ "Callouts added based on SBE provided FFDC.",
+ "SBE provided additional debug data included as part of the",
+ "additional user data section."
+ ]
+ }
+ },
+
+ {
"Name": "org.open_power.Attn.Error.Terminate",
"Subsystem": "other_na",
"Severity": "critical_system_term",