PEL: Add registry for logging Guard partition access error

Added message registry for logging guard partition access error
At the time of IPLing if we are unable to access guard partition,
this entry is logged as informational and the required
fields are enabled to reports externally.

Signed-off-by: deepakala <deepakala.karthikeyan@ibm.com>
Change-Id: I7d8c1269e91ca5f4ffe8ae6aa252eb530fce57dd
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index aef5f57..f857b95 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -739,6 +739,38 @@
         },
 
         {
+            "Name": "org.open_power.PHAL.Error.GuardPartitionAccess",
+            "Subsystem": "bmc_firmware",
+            "ComponentID": "0x3000",
+            "Severity": "predictive",
+
+            "SRC":
+            {
+                "ReasonCode": "0x300B",
+                "Words6To9":
+                {
+                }
+            },
+
+            "Callouts": [
+                {
+                    "CalloutList": [
+                        { "Priority": "high", "Procedure": "bmc_code" }
+                    ]
+                }
+            ],
+
+            "Documentation":
+            {
+                "Description": "Guard partition access failure",
+                "Message": "Guard partition access failure",
+                "Notes": [
+                    "User data and journal should contain more information"
+                ]
+            }
+        },
+
+        {
             "Name": "org.open_power.OCC.Firmware.PresenceMismatch",
             "Subsystem": "bmc_firmware",
             "ComponentID": "0x2600",