PEL: Add callouts for some errors in msg registry

Add a software callout for some errors that are software problems and
didn't previously have any callouts.

Change-Id: I85391aa5ecc1ea533f2b34afd76ed21a393a33dc
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index 5e3e707..fe7dc97 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -312,6 +312,14 @@
                 }
             },
 
+            "Callouts": [
+                {
+                    "CalloutList": [
+                        { "Priority": "high", "Procedure": "bmc_code" }
+                    ]
+                }
+            ],
+
             "Documentation":
             {
                 "Description": "The host sent the BMC an invalid PEL",
@@ -362,6 +370,14 @@
                 }
             },
 
+            "Callouts": [
+                {
+                    "CalloutList": [
+                        { "Priority": "high", "Procedure": "bmc_code" }
+                    ]
+                }
+            ],
+
             "Documentation":
             {
                 "Description": "This entry is used when no other matching entry is found",
@@ -3025,6 +3041,14 @@
                 }
             },
 
+            "Callouts": [
+                {
+                    "CalloutList": [
+                        { "Priority": "high", "Procedure": "bmc_code" }
+                    ]
+                }
+            ],
+
             "Documentation": {
                 "Description": "Invalid Json",
                 "Message": "A Json failure occurred.",
@@ -3072,6 +3096,14 @@
                 }
             },
 
+            "Callouts": [
+                {
+                    "CalloutList": [
+                        { "Priority": "high", "Procedure": "bmc_code" }
+                    ]
+                }
+            ],
+
             "Documentation": {
                 "Description": "Dbus exception",
                 "Message": "A Dbus internal error occurred.",