PEL: Add error message registry entry for boot processor failure

Adding error entry in the message registry JSON file for
non functional boot processor.

Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: I7ea8cc661bf1e5d4c6581cd914e973c9c67bd448
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index 0fb39d6..46baefd 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -578,6 +578,32 @@
         },
 
         {
+            "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc",
+            "Subsystem": "cec_hardware",
+            "ComponentID": "0x3000",
+            "Severity": "unrecoverable",
+
+            "SRC":
+            {
+                "ReasonCode": "0x3007",
+                "Words6To9":
+                {
+                }
+            },
+
+            "Documentation":
+            {
+                "Description": "Non functional boot processor",
+                "Message": "Non functional boot processor",
+                "Notes": [
+                    "BMC firmware couldn't find functional primary processor",
+                    "required to boot the host",
+                    "Debug traces will be captured in AdditionalData section"
+                ]
+            }
+        },
+
+        {
             "Name": "org.open_power.HardwareIsolation.Error",
             "Subsystem": "cec_hardware",
             "ComponentID": "0x3100",