summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorBill Schwartz <whs@us.ibm.com>2014-06-25 15:38:59 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-08-01 14:02:05 -0500
commit96ca27951c620213afdb1bfe96f996fbeaf8a74b (patch)
treee931f866ea19bb16450138a5cf5840643f22330c /src/include/usr
parent8ff9f5eb2e284d4f55534862442fb5a2584da121 (diff)
downloadtalos-hostboot-96ca27951c620213afdb1bfe96f996fbeaf8a74b.tar.gz
talos-hostboot-96ca27951c620213afdb1bfe96f996fbeaf8a74b.zip
Power off hot plug controller to avoid downstream MEX issues
Add wrapper to call new HWP to power on off hot plug controller. Change-Id: Ie5cb73466675d7baed26501475099a04f660bc09 CQ: SW266826 RTC: 109989 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11816 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/isteps/istep16list.H5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/usr/isteps/istep16list.H b/src/include/usr/isteps/istep16list.H
index c8c3fd40e..ca3e257f1 100644
--- a/src/include/usr/isteps/istep16list.H
+++ b/src/include/usr/isteps/istep16list.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2014 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -88,6 +90,7 @@ const DepModInfo g_istep16Dependancies = {
{
DEP_LIB(libcore_activate.so),
DEP_LIB(libbuild_winkle_images.so),
+ DEP_LIB(libactivate_powerbus.so),
NULL
}
};
OpenPOWER on IntegriCloud