PEL: Error interface for system vpd mismatch
The commit defines interface entry in message registry json for
system vpd mismatch scenario.
Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
Change-Id: If83b19ad4d57d3bb5951d7d789b11235a20055d7
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index 2c155fb..088b4e9 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -3985,6 +3985,38 @@
},
{
+ "Name": "com.ibm.VPD.Error.SystemVPDMismatch",
+ "Subsystem": "cec_vpd",
+ "ComponentID": "0x4000",
+
+ "SRC": {
+ "ReasonCode": "0x4008",
+ "Words6To9":
+ {
+ }
+ },
+
+ "Callouts": [
+ {
+ "CalloutList": [
+ { "Priority": "high", "Procedure": "bmc_code" }
+ ]
+ }
+ ],
+
+ "Documentation": {
+ "Description": "System VPD restore failed",
+ "Message": "A system VPD restoration error occurred.",
+ "Notes": [
+ "This error occurs when restoring of system VPD fails due to",
+ "mismatch in cache data and hardware data.",
+ "The record and keyword causing the failure is captured in",
+ "additional data."
+ ]
+ }
+ },
+
+ {
"Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
"Subsystem": "cec_sp_hostboot_iface",