summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/prdfErrlUtil.H
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2014-02-24 12:56:23 +0530
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-13 22:32:48 -0500
commitad4e246181ab78b9ad9474870481f506b56beeb8 (patch)
treef7dba8627cce4f2154ee0a45b68cf9bed94da632 /src/usr/diag/prdf/prdfErrlUtil.H
parentf5edd808d73c19008ba77cf0b74ce6fa1c7cdce4 (diff)
downloadtalos-hostboot-ad4e246181ab78b9ad9474870481f506b56beeb8.tar.gz
talos-hostboot-ad4e246181ab78b9ad9474870481f506b56beeb8.zip
PRD: Added action for Serviceability.
For serviceability considerations, during while asserting PRDF would request for reset reload Change-Id: Ifed559f9190d29abbdfa091d386eeaf68156197b RTC:95879 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9099 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Bilicon Patil <bilpatil@in.ibm.com> Reviewed-by: BENJAMIN J. WEISENBECK <bweisenb@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9616
Diffstat (limited to 'src/usr/diag/prdf/prdfErrlUtil.H')
-rw-r--r--src/usr/diag/prdf/prdfErrlUtil.H6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/prdfErrlUtil.H b/src/usr/diag/prdf/prdfErrlUtil.H
index f91bde69b..4d55c544b 100644
--- a/src/usr/diag/prdf/prdfErrlUtil.H
+++ b/src/usr/diag/prdf/prdfErrlUtil.H
@@ -213,5 +213,11 @@
#define PRDF_HWUDUMP( i_errl, i_content, i_huid ) \
SUCCESS
+/**
+ * @brief Interface to indicate errlog that hostboot need to do a
+ * soft terminate.
+ */
+#define PRDF_SET_TERM_STATE( i_errl ) \
+ i_errl->setTermState( ERRORLOG::TERM_STATE_SOFT )
#endif // __prdfErrlUtil_H
OpenPOWER on IntegriCloud