PEL : phosphor-bmc-code-mgmt new verification errors

Add entries for errors that occur which are specific to
phosphor-bmc-code-mgmt. During code updates, there are
verification steps that are required. There needs to be
PEL that specify the errors that may occur during this
process.

Signed-off-by: Zami Seck <zimzam17@gmail.com>
Change-Id: I61a2417cbeee4c553f6179a59e1a9cb524095266
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index 6bef117..18301ae 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -4105,8 +4105,8 @@
 
             "Documentation":
             {
-                "Description": "An error when reading the Manifest file..",
-                "Message": "An error when reading the Manifest file.."
+                "Description": "An error occurred when reading the software image Manifest file.",
+                "Message": "An error occurred when reading the software image Manifest file."
             }
         },
 
@@ -4189,6 +4189,60 @@
                 "Description": "The device is busy during the update.",
                 "Message": "The device is busy during the update."
             }
+        },
+
+        {
+            "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
+            "Subsystem": "bmc_firmware",
+            "ComponentID": "0x3600",
+            "SRC":
+            {
+                "ReasonCode": "0x3608",
+                "Words6To9":
+                {
+                }
+            },
+
+            "Callouts": [
+                {
+                    "CalloutList": [
+                        { "Priority": "high", "Procedure": "bmc_code" }
+                    ]
+                }
+            ],
+
+            "Documentation":
+            {
+                "Description": "The Update Access Key has expired.",
+                "Message": "The Update Access Key has expired."
+            }
+        },
+
+        {
+            "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
+            "Subsystem": "bmc_firmware",
+            "ComponentID": "0x3600",
+            "SRC":
+            {
+                "ReasonCode": "0x3609",
+                "Words6To9":
+                {
+                }
+            },
+
+            "Callouts": [
+                {
+                    "CalloutList": [
+                        { "Priority": "high", "Procedure": "bmc_code" }
+                    ]
+                }
+            ],
+
+            "Documentation":
+            {
+                "Description": "The software image has an invalid signature.",
+                "Message": "The software image has an invalid signature"
+            }
         }
 
     ]