PEL:message_registry: add new HostNotRunning error

The following commit introduced this new error:
 https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-state-manager/+/45829

0x3400 was chosen to match up with the FSP SMGR component ID.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: Iaaa9cc4d599f28b5c8076b4f528805fe5eb3cae3
diff --git a/extensions/openpower-pels/registry/ComponentIDs.md b/extensions/openpower-pels/registry/ComponentIDs.md
index a6c2e03..382bf81 100644
--- a/extensions/openpower-pels/registry/ComponentIDs.md
+++ b/extensions/openpower-pels/registry/ComponentIDs.md
@@ -10,6 +10,7 @@
 | 0x2700       | phosphor-power |
 | 0x2800       | phosphor-fan-presence |
 | 0x3000       | openpower-proc-control |
+| 0x3400       | phosphor-state-manager |
 | 0x3500       | Processor Errors that span repositories |
 | 0x4000       | openpower-vpd-parser |
 | 0xC100       | openpower-debug-collector |
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index e5ecc07..f1971be 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -499,6 +499,31 @@
         },
 
         {
+            "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
+            "Subsystem": "cec_sp_hostboot_iface",
+            "ComponentID": "0x3400",
+            "SRC":
+            {
+                "ReasonCode": "0x3401",
+                "Words6To9":
+                {
+                }
+            },
+            "Documentation":
+            {
+                "Description": "Host was booting or booted before BMC reset but is now unresponsive",
+                "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
+                "Notes": [
+                    "System will follow recovery policy, resulting in this ",
+                    "error and most likely a a reboot of the host. The issue ",
+                    "is most likely the result of the BMC rebooting while the ",
+                    "host was booting and in a state where it still needed ",
+                    "the BMC to complete its boot."
+                ]
+            }
+        },
+
+        {
             "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
             "Subsystem": "processor_chip",
             "ComponentID": "0x3500",