PEL: Add error message registry entry for SBE chipop timeout

Adding error entry in the message registry JSON file for
SBE chipop timeout failure.

Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: Ida7e79ccbeb7c79fab2288ba5ab66776904793e5
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index 1dc8080..eb67b3b 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -429,6 +429,35 @@
         },
 
         {
+            "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
+            "Subsystem": "processor_chip",
+            "ComponentID": "0x3500",
+
+            "SRC":
+            {
+                "ReasonCode": "0x3501",
+                "Words6To9":
+                {
+                    "6":
+                    {
+                        "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
+                        "AdditionalDataPropSource": "SRC6"
+                    }
+                }
+            },
+
+            "Documentation":
+            {
+                "Description": "SBE chipop timeout",
+                "Message": "chipop timeout reported during SBE communication",
+                "Notes": [
+                    "The severity is set by the creator.",
+                    "Check SBE Dump associated to this error to debug the failure."
+                ]
+            }
+        },
+
+        {
             "Name": "org.open_power.Attn.Error.Terminate",
             "Subsystem": "other_na",
             "Severity": "critical_system_term",