summaryrefslogtreecommitdiffstats
path: root/src/occ_405/occbuildname.c
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/occbuildname.c
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/occbuildname.c')
-rwxr-xr-xsrc/occ_405/occbuildname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/occ_405/occbuildname.c b/src/occ_405/occbuildname.c
index bb0c9f9..c163980 100755
--- a/src/occ_405/occbuildname.c
+++ b/src/occ_405/occbuildname.c
@@ -34,6 +34,6 @@ volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) =
#else
-volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) = /*<BuildName>*/ "op_occ_171115a\0" /*</BuildName>*/ ;
+volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) = /*<BuildName>*/ "op_occ_171129a\0" /*</BuildName>*/ ;
#endif
OpenPOWER on IntegriCloud