summaryrefslogtreecommitdiffstats
path: root/src/occ_405/mode.h
diff options
context:
space:
mode:
authormbroyles <mbroyles@us.ibm.com>2017-10-12 15:26:29 -0500
committerMartha Broyles <mbroyles@us.ibm.com>2017-10-16 09:52:04 -0400
commitd4fb4c372702ee71440e9f7affc40bba01366c5a (patch)
tree7ec7be3ac8d4840efca515d3d581337ead3d02fa /src/occ_405/mode.h
parentcff91e53cc1a8324654b52d63a2620045c2b0b32 (diff)
downloadtalos-occ-d4fb4c372702ee71440e9f7affc40bba01366c5a.tar.gz
talos-occ-d4fb4c372702ee71440e9f7affc40bba01366c5a.zip
Limit max frequency in oversubscription to prevent PS OC
Change-Id: I2c4be270347c633e5a681d460b0f744982f81bcb RTC: 180403 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48329 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Diffstat (limited to 'src/occ_405/mode.h')
-rwxr-xr-xsrc/occ_405/mode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/occ_405/mode.h b/src/occ_405/mode.h
index aa0f07a..740abd8 100755
--- a/src/occ_405/mode.h
+++ b/src/occ_405/mode.h
@@ -40,12 +40,12 @@
// Returns the 'Requested' SMS Mode
#define VALID_MODE(mode) ((mode < OCC_MODE_COUNT) ? 1 : 0)
-// Typedef of the various modes that TMGT can put OCC into.
+// Typedef of the various modes
typedef enum
{
OCC_MODE_NOCHANGE = 0x00,
OCC_MODE_NOMINAL = 0x01,
- // reserved = 0x02,
+ OCC_MODE_OVERSUB = 0x02, // not a settable mode, just used to store oversubscription max freq
OCC_MODE_TURBO = 0x03,
OCC_MODE_SAFE = 0x04,
OCC_MODE_PWRSAVE = 0x05,
OpenPOWER on IntegriCloud