PEL: Add error message registry entry for SBE invalid state
Adding error entry in the message registry JSON file for
the SBE on the specific processor is not in a state
where chipOps can be issued.
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: Ic2ecdab5348e21c13995d8a43a2e119d2b4e2a10
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index eb67b3b..90b7110 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -458,6 +458,39 @@
},
{
+ "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
+ "Subsystem": "processor_chip",
+ "ComponentID": "0x3500",
+
+ "SRC":
+ {
+ "ReasonCode": "0x3502",
+ "Words6To9":
+ {
+ "6":
+ {
+ "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
+ "AdditionalDataPropSource": "SRC6"
+ },
+ "7":
+ {
+ "Description": "Value of SBE state",
+ "AdditionalDataPropSource": "SRC7"
+ }
+ }
+ },
+
+ "Documentation":
+ {
+ "Description": "The SBE on this processor is not in a state where chipOps can be issued",
+ "Message": "SBE Chipop is not allowed due to invalid SBE state ",
+ "Notes": [
+ "The severity is set by the creator."
+ ]
+ }
+ },
+
+ {
"Name": "org.open_power.Attn.Error.Terminate",
"Subsystem": "other_na",
"Severity": "critical_system_term",