summaryrefslogtreecommitdiffstats
path: root/src/include/sys
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2017-04-10 14:43:51 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-05-10 15:33:40 -0400
commit240f26001382001974fff7d62367e58df3f7b1db (patch)
tree482556bd955971c05b942b6a89639f8f187360a0 /src/include/sys
parentb947a1a4119b06ee50287854e5ea974c0926226e (diff)
downloadtalos-hostboot-240f26001382001974fff7d62367e58df3f7b1db.tar.gz
talos-hostboot-240f26001382001974fff7d62367e58df3f7b1db.zip
Include HUID of failed Proc in TI data for certain SBE errors
- Include a generic error pipleline for other future error scenarios to leverage this functionality Change-Id: Icc1399ee93157c7106d394944a3355285a8cd830 RTC: 171865 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39072 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> 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> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/sys')
-rw-r--r--src/include/sys/misc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/sys/misc.h b/src/include/sys/misc.h
index 8100805be..cfe62c7d3 100644
--- a/src/include/sys/misc.h
+++ b/src/include/sys/misc.h
@@ -109,12 +109,14 @@ extern "C"
* entry-point.
* @param[in] i_payload_data Data pointer fo the payload.
* @param[in[ i_masterHBInstance Hostboot instance number. for multinode
+ * @param[in] i_error_info Additional error data to be added to TI data
*/
extern "C" void shutdown(uint64_t i_status,
uint64_t i_payload_base,
uint64_t i_payload_entry,
uint64_t i_payload_data,
- uint64_t i_masterHBInstance);
+ uint64_t i_masterHBInstance,
+ uint32_t i_error_info);
#endif
/** @enum ProcessorCoreType
OpenPOWER on IntegriCloud