openpower-pels: add pinhole reset log

This log was added recently to record the fact that a pinhole reset was
initiated via the op-panel by the user. It is used to assist in debug
when looking at first failure data capture.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: Ida03d52f05dfd7dd4ac6fcfce5a1622246ad62bf
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index a31cd9b..fe0f5b2 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -655,6 +655,29 @@
         },
 
         {
+            "Name": "xyz.openbmc_project.State.PinholeReset",
+            "Subsystem": "cec_op_panel",
+            "ComponentID": "0x3400",
+            "SRC":
+            {
+                "ReasonCode": "0x3403",
+                "Words6To9":
+                {
+                }
+            },
+            "Documentation":
+            {
+                "Description": "User initiated a pinhole reset via the op-panel",
+                "Message": "User initiated a pinhole reset via the op-panel",
+                "Notes": [
+                    "This is a notification log to record the fact that a ",
+                    "pinhole reset was performed on the BMC, resulting in a ",
+                    "hard reset of the BMC."
+                ]
+            }
+        },
+
+        {
             "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
             "Subsystem": "processor_chip",
             "ComponentID": "0x3500",