summaryrefslogtreecommitdiffstats
path: root/src/occ_405/occ_sys_config.h
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2017-11-21 19:21:16 -0600
committerChristopher J. Cain <cjcain@us.ibm.com>2017-12-01 16:07:38 -0500
commit06ef7787e76281b40fb961048bc79b22610241a0 (patch)
tree35f959645c4c6eb180070bec907d96ad9dc55019 /src/occ_405/occ_sys_config.h
parentd0f8e5fb2c5a2cd78453630e869d74d569cad394 (diff)
downloadtalos-occ-06ef7787e76281b40fb961048bc79b22610241a0.tar.gz
talos-occ-06ef7787e76281b40fb961048bc79b22610241a0.zip
Handle redundant power supply policy
When redundant power supply policy is disabled: 1. Skip power capping algorithm when in oversubscription 2. No power brake support (don't set the GPIO to enable the automatic HW power braking) 3. Remove clipping to turbo when in oversubscription Initialize frequency votes to prevent throttling when booted in oversubscription. Allow truncated exception buffer data to be parsed. Change-Id: I4fef673feb0a3d0025e00d8fd219cf4cc24d8685 CQ: SW408974 CQ: SW409666 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50071 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
Diffstat (limited to 'src/occ_405/occ_sys_config.h')
-rwxr-xr-xsrc/occ_405/occ_sys_config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/occ_405/occ_sys_config.h b/src/occ_405/occ_sys_config.h
index 6cfe2b1..a00157e 100755
--- a/src/occ_405/occ_sys_config.h
+++ b/src/occ_405/occ_sys_config.h
@@ -77,7 +77,8 @@ typedef union
uint8_t kvm: 1;
uint8_t reserved: 3;
uint8_t report_dvfs_nom: 1;
- uint8_t reserved_2: 2;
+ uint8_t reserved_2: 1;
+ uint8_t non_redund_ps: 1;
uint8_t single: 1;
};
uint8_t byte;
OpenPOWER on IntegriCloud