summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_pm_stop_gpe_init.H
diff options
context:
space:
mode:
authorAmit Kumar <akumar3@us.ibm.com>2015-10-25 21:09:39 -0500
committerStephen Cprek <smcprek@us.ibm.com>2016-02-19 17:07:40 -0600
commit5c52f2606c25ccaa3d500323914257cd988c52d9 (patch)
tree68f2a670ad09fcdcb1eed67068e4278b5f3b3a5e /src/import/chips/p9/procedures/hwp/pm/p9_pm_stop_gpe_init.H
parent6824bd0b7b54fd99854a5e360fa113a315b79d95 (diff)
downloadtalos-hostboot-5c52f2606c25ccaa3d500323914257cd988c52d9.tar.gz
talos-hostboot-5c52f2606c25ccaa3d500323914257cd988c52d9.zip
p9_pm_stop_gpe_init Level 1
Minor change Change-Id: I52177d4a48c76ab935595b97d698f070989b795b RTC:138604 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21477 Tested-by: Jenkins Server Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_pm_stop_gpe_init.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_pm_stop_gpe_init.H85
1 files changed, 85 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_stop_gpe_init.H b/src/import/chips/p9/procedures/hwp/pm/p9_pm_stop_gpe_init.H
new file mode 100644
index 000000000..36b6fbfd3
--- /dev/null
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_stop_gpe_init.H
@@ -0,0 +1,85 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: chips/p9/procedures/hwp/pm/p9_pm_stop_gpe_init.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* EKB Project */
+/* */
+/* COPYRIGHT 2015,2016 */
+/* [+] International Business Machines Corp. */
+/* */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* IBM_PROLOG_END_TAG */
+///
+/// @file p9_pm_stop_gpe_init.H
+/// @brief Initialize the STOP GPE Engine in the OCC
+///
+// *HWP HWP Owner: Amit Kumar <akumar3@us.ibm.com>
+// *HWP Backup HWP Owner: Greg Still <stillgs@us.ibm.com>
+// *HWP FW Owner: Bilicon Patil <bilpatil@in.ibm.com>
+// *HWP Team: PM
+// *HWP Level: 1
+// *HWP Consumed by: FSP:HS
+///
+///-----------------------------------------------------------------------------
+
+#ifndef _P9_STOP_GPEINIT_H_
+#define _P9_STOP_GPEINIT_H_
+
+//------------------------------------------------------------------------------
+// Includes
+//------------------------------------------------------------------------------
+
+#include <p9_pm.H>
+#include <fapi2.H>
+#include <p9_misc_scom_addresses.H>
+
+
+// function pointer typedef definition for HWP call support
+typedef fapi2::ReturnCode (*p9_pm_stop_gpe_init_FP_t) (
+ const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&,
+ const p9pm::PM_FLOW_MODE);
+
+extern "C" {
+
+
+// -----------------------------------------------------------------------------
+// Function prototype
+// -----------------------------------------------------------------------------
+
+/// @addtogroup pm_fapi
+/// @{
+
+/// @brief Initialize the STOP GPE Engine in the OCC
+///
+/// High-level procedure flow:
+///
+/// - Check for valid parameters
+/// - PM_INIT
+/// - Nothing defined
+/// - PM_RESET
+/// - write to XSR register to reset the PPE
+///
+/// Procedure Prereq:
+/// - System clocks are running
+///
+/// @param [in] i_target Chip target
+/// @param [in] i_mode Control mode PM_INIT, PM_RESET
+///
+/// @retval FAPI2_RC_SUCCESS
+/// @retval RC_PROCPM_GPE_CODE_BAD_MODE
+ fapi2::ReturnCode p9_pm_stop_gpe_init(
+ const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target,
+ const p9pm::PM_FLOW_MODE i_mode);
+
+/// @} end addtogroup
+
+} // extern "C"
+
+#endif // _P9_STOP_GPEINIT_H_
OpenPOWER on IntegriCloud