From 7364f2447d187b1b7dfff42403db051c4fc7e4e4 Mon Sep 17 00:00:00 2001 From: Bill Hoffa Date: Wed, 30 Jan 2019 09:49:50 -0600 Subject: 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 Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/include/usr/errl/errlentry.H | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'src/include') 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,14 +508,19 @@ 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 -- cgit v1.2.3