summaryrefslogtreecommitdiffstats
path: root/src/occ_405/occ_sys_config.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/occ_sys_config.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/occ_sys_config.h')
-rwxr-xr-xsrc/occ_405/occ_sys_config.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/occ_405/occ_sys_config.h b/src/occ_405/occ_sys_config.h
index f393256..6cfe2b1 100755
--- a/src/occ_405/occ_sys_config.h
+++ b/src/occ_405/occ_sys_config.h
@@ -74,10 +74,11 @@ typedef union
{
struct
{
- uint8_t kvm: 1;
- uint8_t reserved: 5;
- uint8_t ite: 1;
- uint8_t single: 1;
+ uint8_t kvm: 1;
+ uint8_t reserved: 3;
+ uint8_t report_dvfs_nom: 1;
+ uint8_t reserved_2: 2;
+ uint8_t single: 1;
};
uint8_t byte;
} eSystemType;
@@ -332,7 +333,7 @@ typedef struct
// Instead of system-type, lets try to send all system attributes
// that matter instead of having tables in OCC code.
- eSystemType system_type; // OCC usage of this byte is TBD
+ eSystemType system_type;
// Processor HUID - HUID for this OCC processor, used by OCC for processor error call out
uint32_t proc_huid;
OpenPOWER on IntegriCloud