summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorGlenn Miles <milesg@ibm.com>2019-10-14 12:23:37 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-10-15 16:00:48 -0500
commit9f92316f3b086c4a0fe85205114c6978477c65e5 (patch)
tree727d5a465c14aeb2da66fa35d1ee497737503946 /src/include
parentdf80bf43c740bd6a46e186353a85257ab6702539 (diff)
downloadtalos-hostboot-9f92316f3b086c4a0fe85205114c6978477c65e5.tar.gz
talos-hostboot-9f92316f3b086c4a0fe85205114c6978477c65e5.zip
Do nothing with error logs after shutdown event is received.
Disable processing of error logs by the error log server after receiving the shutdown event. This is to prevent the possibility of bad things from happening once other services are shutdown. CQ: SW465848 Change-Id: I59c4951182d43a78f5704b4b4c3379f10dd03182 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/85278 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/errl/errlmanager.H5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/usr/errl/errlmanager.H b/src/include/usr/errl/errlmanager.H
index 5bd2aa196..586c21cee 100644
--- a/src/include/usr/errl/errlmanager.H
+++ b/src/include/usr/errl/errlmanager.H
@@ -478,6 +478,11 @@ private:
bool iv_pnorReadyForErrorLogs;
/**
+ * @brief Indicates if we have processed a shutdown event message
+ */
+ bool iv_recvdShutdownEvent;
+
+ /**
* @brief
* Pointer to the header that precedes the error log storage buffer
* in L3 RAM. This may go away when we adopt PNOR, or else become
OpenPOWER on IntegriCloud