summaryrefslogtreecommitdiffstats
path: root/src/occ_405/occ_sys_config.h
diff options
context:
space:
mode:
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