diff options
| author | Sheldon Bailey <baileysh@us.ibm.com> | 2017-03-15 12:49:16 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-03-30 18:12:27 -0400 |
| commit | a36424c41b711c1361db33a9f2e2db2788fd91a9 (patch) | |
| tree | 817460f02e04337ec4422bea172569a789169a83 /src/include/usr | |
| parent | 1fa7778144abe8e64ad6ae4109be9689422442ad (diff) | |
| download | talos-hostboot-a36424c41b711c1361db33a9f2e2db2788fd91a9.tar.gz talos-hostboot-a36424c41b711c1361db33a9f2e2db2788fd91a9.zip | |
HTMGT: Push2 BringUp changes needed to get HTMGT to work.
Thermal Control CMD data enhancments.
AVS Bus Data enhancments.
OCC checkpoint fix.
Change-Id: Iaefe4a2a7cfd8408aefeafe818245524be84c253
RTC:170737
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38370
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/isteps/istep21list.H | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/usr/isteps/istep21list.H b/src/include/usr/isteps/istep21list.H index 0132fc358..f2be3178e 100644 --- a/src/include/usr/isteps/istep21list.H +++ b/src/include/usr/isteps/istep21list.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2016 */ +/* Contributors Listed Below - COPYRIGHT 2012,2017 */ /* [+] Google Inc. */ /* [+] International Business Machines Corp. */ /* */ @@ -124,6 +124,9 @@ const DepModInfo g_istep21Dependancies = { DEP_LIB(libruntime.so), DEP_LIB(libp9_cpuWkup.so), DEP_LIB(libpm.so), +#ifdef CONFIG_HTMGT + DEP_LIB(libhtmgt.so), +#endif NULL } }; |

