summaryrefslogtreecommitdiffstats
path: root/extensions/openpower-pels/registry/message_registry.json
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2019-12-18 14:02:09 -0600
committerMatt Spinler <spinler@us.ibm.com>2020-02-14 19:15:42 +0000
commit05c2c6c4f7b8904f27ae10af39b63b53dc2c3136 (patch)
treed771c9f1819b0986a77e8b3ff44590391525cca9 /extensions/openpower-pels/registry/message_registry.json
parentf682b40dcde8badb7029a063e299e1bdf1501444 (diff)
downloadphosphor-logging-05c2c6c4f7b8904f27ae10af39b63b53dc2c3136.tar.gz
phosphor-logging-05c2c6c4f7b8904f27ae10af39b63b53dc2c3136.zip
PEL: Create error log for 'bad PEL'
Create an event log (and a PEL) for the case when the host rejects a PEL because it is malformed. This requires a new message registry entry for the error. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ibd52921b5d6020f98b457b9ee0b3bb4f0b95e707
Diffstat (limited to 'extensions/openpower-pels/registry/message_registry.json')
-rw-r--r--extensions/openpower-pels/registry/message_registry.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index 7e278e3..6b4ab45 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -132,6 +132,34 @@
"Description": "The server's CA certificate has not been provided",
"Message": "The server's CA certificate has not been provided"
}
+ },
+
+ {
+ "Name": "org.open_power.Logging.Error.SentBadPELToHost",
+ "Subsystem": "bmc_firmware",
+ "Severity": "non_error",
+
+ "SRC":
+ {
+ "ReasonCode": "0x2001",
+ "Words6To9":
+ {
+ "6":
+ {
+ "Description": "The bad PEL ID",
+ "AdditionalDataPropSource": "BAD_ID"
+ }
+ }
+ },
+
+ "Documentation":
+ {
+ "Description": "The BMC sent the host a malformed PEL",
+ "Message": "The BMC sent the host a malformed PEL",
+ "Notes": [
+ "The host firmware rejected that PEL."
+ ]
+ }
}
]
}
OpenPOWER on IntegriCloud