summaryrefslogtreecommitdiffstats
path: root/src/occ_405/cmdh/cmdh_fsp_cmds.h
diff options
context:
space:
mode:
authormbroyles <mbroyles@us.ibm.com>2017-10-18 11:16:43 -0500
committerMartha Broyles <mbroyles@us.ibm.com>2017-10-26 10:34:24 -0400
commit0d7b82e82f98a9b9df97781372e50a68752d1059 (patch)
tree1e383dd5c0e344414f051977316fd78bc819c6b6 /src/occ_405/cmdh/cmdh_fsp_cmds.h
parent7449acdc8bfe422483bf9de7d9a9723156e4dd51 (diff)
downloadtalos-occ-0d7b82e82f98a9b9df97781372e50a68752d1059.tar.gz
talos-occ-0d7b82e82f98a9b9df97781372e50a68752d1059.zip
VRM Vdd Thermal Control Loop
Change-Id: Ie5771b33c13cd57822a8b6f1406a92c4516088c0 RTC: 180397 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48563 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@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/cmdh/cmdh_fsp_cmds.h')
-rwxr-xr-xsrc/occ_405/cmdh/cmdh_fsp_cmds.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/occ_405/cmdh/cmdh_fsp_cmds.h b/src/occ_405/cmdh/cmdh_fsp_cmds.h
index 9dda8dc..a6c7083 100755
--- a/src/occ_405/cmdh/cmdh_fsp_cmds.h
+++ b/src/occ_405/cmdh/cmdh_fsp_cmds.h
@@ -116,14 +116,14 @@ typedef struct __attribute__ ((packed)) cmdh_poll_resp_v20
{
struct
{
- uint8_t dvfs_due_to_ot : 1; // 1 => OCC clipped max Pstate due to an over temp.
- uint8_t dvfs_due_to_pwr : 1; // 1 => OCC clipped max Psate due to reaching pcap limit.
- uint8_t mthrot_due_to_ot: 1; // 1 => OCC throttled memory due to an over temp.
- uint8_t n_power : 1; // 1 => Server running without redundant power.
- uint8_t _reserved_3 : 1;
- uint8_t sync_request : 1; // 1 => OCC needs to restart snapshot buffers
- uint8_t _reserved_1 : 1;
- uint8_t _reserved_0 : 1;
+ uint8_t dvfs_due_to_ot : 1; // 1 => OCC clipped max Pstate due to a processor over temp.
+ uint8_t dvfs_due_to_pwr : 1; // 1 => OCC clipped max Psate due to reaching pcap limit.
+ uint8_t mthrot_due_to_ot : 1; // 1 => OCC throttled memory due to an over temp.
+ uint8_t n_power : 1; // 1 => Server running without redundant power.
+ uint8_t dvfs_due_to_vdd_ot : 1; // 1 => OCC clipped max Pstate due to VRM Vdd over temp.
+ uint8_t sync_request : 1; // 1 => OCC needs to restart snapshot buffers
+ uint8_t _reserved_1 : 1;
+ uint8_t _reserved_0 : 1;
};
uint8_t word;
} ext_status;
OpenPOWER on IntegriCloud