summaryrefslogtreecommitdiffstats
path: root/src/occ_405/cmdh/cmdh_fsp_cmds.h
diff options
context:
space:
mode:
authorWael El-Essawy <welessa@us.ibm.com>2016-09-19 17:44:30 -0500
committerWael El-Essawy <welessa@us.ibm.com>2016-09-20 17:01:13 -0400
commit530dc76436a3bfac3a027eece49e5c409279a491 (patch)
tree2627b18bf9bdaf925646b439ef354e485afbcda7 /src/occ_405/cmdh/cmdh_fsp_cmds.h
parent676ac952cd92c3839cb66f797304e64dfdc1baff (diff)
downloadtalos-occ-530dc76436a3bfac3a027eece49e5c409279a491.tar.gz
talos-occ-530dc76436a3bfac3a027eece49e5c409279a491.zip
Enable FREQ and CAPS "sensor" sections in poll response
Populate the "FREQ" and "CAPS" sections with data in the poll response according to the interface spec Change-Id: I65ac8602776f12e796d3c6cae8e49215177f942c RTC: 143442 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29913 Reviewed-by: Wael El-Essawy <welessa@us.ibm.com> Tested-by: Wael El-Essawy <welessa@us.ibm.com>
Diffstat (limited to 'src/occ_405/cmdh/cmdh_fsp_cmds.h')
-rwxr-xr-xsrc/occ_405/cmdh/cmdh_fsp_cmds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/occ_405/cmdh/cmdh_fsp_cmds.h b/src/occ_405/cmdh/cmdh_fsp_cmds.h
index 8961238..d5448ad 100755
--- a/src/occ_405/cmdh/cmdh_fsp_cmds.h
+++ b/src/occ_405/cmdh/cmdh_fsp_cmds.h
@@ -207,6 +207,7 @@ typedef struct __attribute__ ((packed)) cmdh_poll_caps_sensor
uint16_t max; // Maximum power cap in 1W units.
uint16_t min; // Minimum power cap in 1W units.
uint16_t user; // Power cap set by user in 1W units.
+ uint8_t source; // User Power Limit Source
} cmdh_poll_pcaps_sensor_t;
//---------------------------------------------------------
OpenPOWER on IntegriCloud