summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2019-01-30 09:49:50 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-03-01 14:17:42 -0600
commit7364f2447d187b1b7dfff42403db051c4fc7e4e4 (patch)
treecbb35a98c6bf9e455fbdb4fbdda25c2e02deeb8c /src/include/usr
parent877a032b90cd231cb7a75df4b29955b957a8f06b (diff)
downloadtalos-hostboot-7364f2447d187b1b7dfff42403db051c4fc7e4e4.tar.gz
talos-hostboot-7364f2447d187b1b7dfff42403db051c4fc7e4e4.zip
Initialize and test alt-master PNOR access in all boots
- Update to istep 10 (call_host_slave_sbe_update) to validate the alternate master pnor chip in all boots (no-op for systems with only one pnor chip) - Updates to pnor callout logic to callout as a PNOR part for several of the error paths Change-Id: I9218f9a14496444288ea7985e1fb080c25f7f201 RTC: 200449 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71489 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-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> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/errl/errlentry.H19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/include/usr/errl/errlentry.H b/src/include/usr/errl/errlentry.H
index 3d487e02e..a41cb7bcf 100644
--- a/src/include/usr/errl/errlentry.H
+++ b/src/include/usr/errl/errlentry.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2018 */
+/* Contributors Listed Below - COPYRIGHT 2011,2019 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -508,15 +508,20 @@ public:
void removeDuplicateTraces(void);
/**
- * @brief Remove the back trace user detail data
- * When an error log is constructed, the back trace is automatically
- * captured. This function removes the backtrace. This should be used when
- * a caller knows that the backtrace is of no use and wants to limit the
- * size of the error log.
- */
+ * @brief Remove the back trace user detail data
+ * When an error log is constructed, the back trace is automatically
+ * captured. This function removes the backtrace. This should be used when
+ * a caller knows that the backtrace is of no use and wants to limit the
+ * size of the error log.
+ */
void removeBackTrace();
/**
+ * @brief remove all deconfigure elements from an errorlog
+ */
+ void removeDeconfigure(void);
+
+ /**
* @brief Add a clock callout.
* The i_target is used to identify the actual clock to callout because
* some systems have multiple clocks of a given type. This target is
OpenPOWER on IntegriCloud