summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/htmgt.C
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2015-02-18 15:40:49 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-28 05:48:28 -0600
commit9ca7f528d22e488c53d2dfbad32423806b47ddb0 (patch)
treec372891dddce785dbcac57dc8722ba0128b93c99 /src/usr/htmgt/htmgt.C
parentf35706cfa0329dabc11dee332253afb0dae22232 (diff)
downloadtalos-hostboot-9ca7f528d22e488c53d2dfbad32423806b47ddb0.tar.gz
talos-hostboot-9ca7f528d22e488c53d2dfbad32423806b47ddb0.zip
Send the user power limit to the OCC.
Change-Id: I6da08c11f74f5a4d456dfbf0aac766ad55898754 RTC: 121676 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15821 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Christopher Cain <cjcain@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/htmgt/htmgt.C')
-rw-r--r--src/usr/htmgt/htmgt.C7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/htmgt/htmgt.C b/src/usr/htmgt/htmgt.C
index 1c8cef57e..b6498ca05 100644
--- a/src/usr/htmgt/htmgt.C
+++ b/src/usr/htmgt/htmgt.C
@@ -105,6 +105,13 @@ namespace HTMGT
// Send ALL config data
sendOccConfigData();
+ // Set the User PCAP
+ l_err = sendOccUserPowerCap();
+ if (l_err)
+ {
+ break;
+ }
+
// Wait for all OCCs to go to the target state
l_err = waitForOccState();
if ( l_err )
OpenPOWER on IntegriCloud