summaryrefslogtreecommitdiffstats
path: root/src/occ_405/state.h
diff options
context:
space:
mode:
authormbroyles <mbroyles@us.ibm.com>2016-09-19 11:54:55 -0500
committerMartha Broyles <mbroyles@us.ibm.com>2016-09-29 11:28:53 -0400
commita57f623c26bdf3889703ed63334745c966c6096d (patch)
treeb2f81389aa3bf5a420c6a115d8c10ae787375ede /src/occ_405/state.h
parentd137bd848a05d5afd8a9ee5c9803f421ebd0a922 (diff)
downloadtalos-occ-a57f623c26bdf3889703ed63334745c966c6096d.tar.gz
talos-occ-a57f623c26bdf3889703ed63334745c966c6096d.zip
Enable power capping and oversubscription. RTC:137621 RTC:133156
Change-Id: I98b745ccb56d89d066508d4195250b1bf446dbc6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29898 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Diffstat (limited to 'src/occ_405/state.h')
-rwxr-xr-xsrc/occ_405/state.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/occ_405/state.h b/src/occ_405/state.h
index 8e8e9ba..16d1940 100755
--- a/src/occ_405/state.h
+++ b/src/occ_405/state.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* Contributors Listed Below - COPYRIGHT 2011,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -66,21 +66,8 @@ typedef enum
#define OCC_STATE_IS_VALID(state) ((state == OCC_STATE_NOCHANGE) || \
(state == OCC_STATE_OBSERVATION) || \
(state == OCC_STATE_ACTIVE))
-/**
- * @enum SMGR_SMS_CMD_TYPE
- * @brief SMGR set-mode-state commands version 0 contains a byte that indicates if
- * the TPMD must actually change the voltage / frequency during a mode change.
- */
-typedef enum
-{
- SMGR_SMS_VF_INFO_ONLY = 0x00,
- SMGR_SMS_VF_CHANGE_REQ = 0x01,
- SMGR_SMS_STATIC_VF_CHANGE_REQ = 0x02,
-} SMGR_SMS_CMD_TYPE;
-extern SMGR_SMS_CMD_TYPE G_occ_internal_sms; // TODO: Move to state.c
/**
- * @enum SMGR_SMS_STATUS_TYPE
* @brief TMGT Poll contains a byte that indicates status based on this
* bitmask
*/
@@ -171,7 +158,6 @@ typedef struct
extern OCC_STATE G_occ_internal_state;
extern OCC_STATE G_occ_internal_req_state;
-extern SMGR_SMS_CMD_TYPE G_occ_internal_sms;
extern OCC_STATE G_occ_master_state;
extern OCC_STATE G_occ_external_req_state;
OpenPOWER on IntegriCloud