summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_pm.H
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2015-09-22 22:15:06 -0500
committerStephen Cprek <smcprek@us.ibm.com>2016-02-19 17:06:26 -0600
commitf3e49b95aa51d81f8e919b508a1b8cee35606dae (patch)
tree52c95bee64c7a18f45810ae9438fc62b4db20d50 /src/import/chips/p9/procedures/hwp/pm/p9_pm.H
parent9afe661bc5e1f44d12c0265dcc028893edc2c87a (diff)
downloadtalos-hostboot-f3e49b95aa51d81f8e919b508a1b8cee35606dae.tar.gz
talos-hostboot-f3e49b95aa51d81f8e919b508a1b8cee35606dae.zip
Shift HWP content to align with desired EKB layout
Change-Id: Id19b4c6f66743ad708423b9a4a2abdd6c7ded9a6 Original-Change-Id: Id22bf63b31e0631685139b9695c5a443cf4f2298 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20714 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23757 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_pm.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_pm.H62
1 files changed, 62 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm.H b/src/import/chips/p9/procedures/hwp/pm/p9_pm.H
new file mode 100644
index 000000000..e6a6d5056
--- /dev/null
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm.H
@@ -0,0 +1,62 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: chips/p9/procedures/ipl/hwp/p9_pm.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* EKB Project */
+/* */
+/* COPYRIGHT 2015 */
+/* [+] 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.H
+/// @brief Common header for Power Manangement procedures
+///
+
+// *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 : HS
+
+#ifndef _P9_PM_H_
+#define _P9_PM_H_
+
+//------------------------------------------------------------------------------
+// Includes
+//------------------------------------------------------------------------------
+
+#if 0 // Use appropriate scom address file
+ #include <abc_scom_addresses.H>
+#endif
+
+//------------------------------------------------------------------------------
+// Constant definitions
+//------------------------------------------------------------------------------
+namespace p9pm
+{
+
+enum PM_FLOW_MODE
+{
+ PM_RESET = 0x1,
+ PM_INIT = 0x2,
+ PM_SETUP = 0x3,
+ PM_SETUP_PIB = 0x4,
+ PM_SETUP_ALL = 0x5,
+ PM_RESET_SOFT = 0x6,
+ PM_INIT_SOFT = 0x7,
+ PM_INIT_SPECIAL = 0x8,
+};
+
+} // end of namespace p9pm
+
+#endif // _P9_PM_H_
OpenPOWER on IntegriCloud