summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/plugins
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2019-08-22 13:00:39 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-09-13 10:31:35 -0500
commit1434b8952e3a2dbd55a0876ec9d89fe3ffd21da6 (patch)
tree935c37fb415edffa45ffe578ac21c65788bb7b0a /src/usr/errl/plugins
parentce0d29c96c4619e07819760b84c32f0eb7812b5c (diff)
downloadtalos-hostboot-1434b8952e3a2dbd55a0876ec9d89fe3ffd21da6.tar.gz
talos-hostboot-1434b8952e3a2dbd55a0876ec9d89fe3ffd21da6.zip
NVDIMM: FW_UPDATE: New FFDC for SECURITY_ERROR
For any command error or timeout during FW_UPDATE add regs to error log. Registers specified in NVDIMM IPL Error Handling Document. CQ:SW473060 Change-Id: I3ca8933b9c62f0b12bebefbae06357400e8e436e Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83590 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/errl/plugins')
-rw-r--r--src/usr/errl/plugins/errludlogregister.H7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/errl/plugins/errludlogregister.H b/src/usr/errl/plugins/errludlogregister.H
index f795a9643..b201e05d9 100644
--- a/src/usr/errl/plugins/errludlogregister.H
+++ b/src/usr/errl/plugins/errludlogregister.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2019 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -122,6 +122,11 @@ public:
numArgs = 1;
addrParams.push_back(" SPD keyword enumaration");
break;
+ case DeviceFW::NVDIMM: // userif.H
+ i_parser.PrintString("AccessType", "DeviceFW::NVDIMM");
+ numArgs = 1;
+ addrParams.push_back(" NVDIMM address");
+ break;
case DeviceFW::XSCOM: // driverif.H
i_parser.PrintString("AccessType", "DeviceFW::XSCOM");
numArgs = 1;
OpenPOWER on IntegriCloud