summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_dump_stop_info.H
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2016-07-11 22:28:08 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-18 22:27:06 -0400
commitc1228ce824c63b46eb5634e7baa1fc270c98aa51 (patch)
treea1f924b4ad839d407518203048396cb7c1d4b045 /src/import/chips/p9/procedures/hwp/pm/p9_dump_stop_info.H
parent169aee04bc357cef05fb51e2900b2e38cf05a51a (diff)
downloadtalos-hostboot-c1228ce824c63b46eb5634e7baa1fc270c98aa51.tar.gz
talos-hostboot-c1228ce824c63b46eb5634e7baa1fc270c98aa51.zip
p9_dump_stop_info.C - Level 1
- set flag to Level 1 Change-Id: I484d15c7282a985e1a1049af696a690d9e5e2c4a Original-Change-Id: I13cd1fe213196490ca92c2faa2bd5952206cc2fb RTC: 15501 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26883 Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Brian T. Vanderpool <vanderp@us.ibm.com> Reviewed-by: YUE DU <daviddu@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31463 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/import/chips/p9/procedures/hwp/pm/p9_dump_stop_info.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_dump_stop_info.H79
1 files changed, 79 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_dump_stop_info.H b/src/import/chips/p9/procedures/hwp/pm/p9_dump_stop_info.H
new file mode 100644
index 000000000..7f4dff5cf
--- /dev/null
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_dump_stop_info.H
@@ -0,0 +1,79 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/import/chips/p9/procedures/hwp/pm/p9_dump_stop_info.H $ */
+/* */
+/* OpenPOWER HostBoot Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* [+] International Business Machines Corp. */
+/* */
+/* */
+/* Licensed under the Apache License, Version 2.0 (the "License"); */
+/* you may not use this file except in compliance with the License. */
+/* You may obtain a copy of the License at */
+/* */
+/* http://www.apache.org/licenses/LICENSE-2.0 */
+/* */
+/* Unless required by applicable law or agreed to in writing, software */
+/* distributed under the License is distributed on an "AS IS" BASIS, */
+/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */
+/* implied. See the License for the specific language governing */
+/* permissions and limitations under the License. */
+/* */
+/* IBM_PROLOG_END_TAG */
+
+/// @file p9_dump_stop_info.H
+/// @brief Dump the state of STOP processing hardware (including relevant PPEs)
+/// for first failure capture debug.
+///
+// *HWP HWP Owner: Amit Kumar <akumar3@us.ibm.com>
+// *HWP Backup HWP Owner: Greg Still <stillgs@us.ibm.com>
+// *HWP FW Owner: Prem S Jha <premjha2@in.ibm.com>
+// *HWP Team: PM
+// *HWP Level: 1
+// *HWP Consumed by: FSP:HS
+///
+///-----------------------------------------------------------------------------
+
+#ifndef _P9_DUMPSTOPINFO_H_
+#define _P9_DUMPSTOPINFO_H_
+
+//------------------------------------------------------------------------------
+// Includes
+//------------------------------------------------------------------------------
+
+#include <fapi2.H>
+#include <p9_quad_scom_addresses.H>
+#include <p9_quad_scom_addresses_fld.H>
+
+
+// function pointer typedef definition for HWP call support
+typedef fapi2::ReturnCode (*p9_dump_stop_info_FP_t) (
+ const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&);
+
+extern "C"
+{
+
+//------------------------------------------------------------------------------
+// Function prototype
+//------------------------------------------------------------------------------
+
+/// @brief Dump the state of STOP processing hardware (including relevant PPEs)
+/// for first failure capture debug.
+///
+/// @param[in] i_target Chip target
+///
+/// @return FAPI2_RC_SUCCESS if success, else error code.
+///
+/// @attr ATTR_DUMP_STOP_INFO_SUPPRESS_ERROR_TRACE if set to 1, FAPI_ERR records
+/// are suppressed. Default i that FAPI_ERR records will be produced.
+/// @attr ATTR_DUMP_STOP_INFO_ENABLE_ERRORLOG if set to 1, will write state
+/// information to error logs.
+
+ fapi2::ReturnCode p9_dump_stop_info(
+ const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target);
+
+} // extern "C"
+
+#endif // _P9_DUMPSTOPINFO_H_
OpenPOWER on IntegriCloud