PEL: Add power on and off timeout entries

Add a message registry entry for power off timeout to be used by the
power sequencer application.

The reason code 0xD002 entry should be power on timeout instead of power
on failure.

Signed-off-by: Jim Wright <jlwright@us.ibm.com>
Change-Id: Ic7e2a6af0b8162e62b5f7ea6d6d98ae65b272256
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index 307c48c..52593b4 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -1808,9 +1808,10 @@
         },
 
         {
-            "Name": "xyz.openbmc_project.Power.Error.PowerOnFailure",
+            "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
             "Subsystem": "power_sequencer",
             "ComponentID": "0x2700",
+            "Severity": "critical",
 
             "SRC": {
                 "Type": "11",
@@ -1827,8 +1828,36 @@
             ],
 
             "Documentation": {
-                "Description": "System power failed to turn on",
-                "Message": "System power failed to turn on",
+                "Description": "System power failed to turn on within timeout period",
+                "Message": "System power failed to turn on within timeout period",
+                "Notes": [
+                ]
+            }
+        },
+
+        {
+            "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
+            "Subsystem": "power_sequencer",
+            "ComponentID": "0x2700",
+            "Severity": "critical",
+
+            "SRC": {
+                "Type": "11",
+                "ReasonCode": "0xD008",
+                "Words6To9": {}
+            },
+
+            "Callouts": [
+                {
+                    "CalloutList": [
+                        { "Priority": "high", "LocCode": "P0" }
+                    ]
+                }
+            ],
+
+            "Documentation": {
+                "Description": "System power failed to turn off within timeout period",
+                "Message": "System power failed to turn off within timeout period",
                 "Notes": [
                 ]
             }