summaryrefslogtreecommitdiffstats
path: root/src/include/usr/errl/errlentry.H
diff options
context:
space:
mode:
authorElizabeth K. Liner <eliner@us.ibm.com>2017-03-23 12:56:51 -0400
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-23 15:24:17 -0400
commit08fd06fdc5c3e997ebc1e978cc3b42ad7082664c (patch)
tree10571f3669b674a4abbfc268bf9ccc162e5b74b8 /src/include/usr/errl/errlentry.H
parentae077907670f4c5442a12f20ee2f694500b4b757 (diff)
downloadblackbird-hostboot-08fd06fdc5c3e997ebc1e978cc3b42ad7082664c.tar.gz
blackbird-hostboot-08fd06fdc5c3e997ebc1e978cc3b42ad7082664c.zip
Revert "Adding in support for PHYP SRC and all 9 words"
This reverts commit a0c2aa6132a0b49975327f5aa9238d1d3e2b750b. Change-Id: I6cfe36de59e6981ff23aa7d9aea1474f14729d2d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38362 Tested-by: Jenkins Server <pfd-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/include/usr/errl/errlentry.H')
-rw-r--r--src/include/usr/errl/errlentry.H30
1 files changed, 2 insertions, 28 deletions
diff --git a/src/include/usr/errl/errlentry.H b/src/include/usr/errl/errlentry.H
index dde25243e..65f1c7240 100644
--- a/src/include/usr/errl/errlentry.H
+++ b/src/include/usr/errl/errlentry.H
@@ -134,35 +134,9 @@ public:
const uint16_t i_reasonCode,
const uint64_t i_user1 = 0,
const uint64_t i_user2 = 0,
- const bool i_hbSwError = false);
+ const bool i_hbSwError = false );
/**
- * @brief ErrlEntry constructor. Builds an error log with info
- * constructed from the input.
- * Event type, Sub System, SRC type, and Terminate state are defaulted
- * to the most common values for Host Boot environment. These values
- * can also be set to specific values by users if needed.
- * For available values, see errltypes.H
- * To understand the meaning of these values, refer to the
- * Platform Event Log and SRC PLDD at: https://mcdoc.boeblingen.de.
- * ibm.com/out/out.ViewDocument.php?documentid=1675
- *
- * The backtrace is captured as user detail data. Use removeBackTrace to
- * remove
- *
- * The order of parameters is arranged so that Host Boot error log
- * is as close to SP as possible.
- *
- * @param[in] i_sev Log's severity. See errltypes.H for
- * available values
- * @param[in] i_srcWords The SRC words that will fill in other
- * parameters
- * @return None
- */
-
- ErrlEntry(const errlSeverity_t i_sev,
- uint32_t i_srcWords[9]);
- /**
* @brief Destructor
*
* Releases all resources owned by the handle. If the log has not
@@ -792,9 +766,9 @@ private:
private:
// Data Members
- ErrlSrc iv_Src; // primary SRC section
ErrlPrvt iv_Private; // private header object
ErrlUH iv_User; // user header object
+ ErrlSrc iv_Src; // primary SRC section
std::vector<ErrlUD*> iv_SectionVector; // list of user defined sections
std::vector<uint64_t> iv_btAddrs; // list of addresses for the backtrace
ErrlUserDetailsBackTrace * iv_pBackTrace; // Pointer to back trace
OpenPOWER on IntegriCloud