diff options
| author | Christian Geddes <crgeddes@us.ibm.com> | 2019-02-01 15:04:59 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-02-11 10:18:21 -0600 |
| commit | c023204d6e3cf5239058cbcf18f4c6f6387486d5 (patch) | |
| tree | 897381722b2ac1d696fe1c4fadbdb92431c23937 /src/include/usr | |
| parent | 37c6c66c97c2054fb458034c41cb5f8543c252c2 (diff) | |
| download | blackbird-hostboot-c023204d6e3cf5239058cbcf18f4c6f6387486d5.tar.gz blackbird-hostboot-c023204d6e3cf5239058cbcf18f4c6f6387486d5.zip | |
Add call to p9a_ocmb_enable to istep 10.4
Per IPL Flow doc for P9 Axone, p9a_ocmb_enable needs to be called
on all processors during istep 10.4
RTC: 195553
Change-Id: I50fa98959008cccfe0620c8bc6e62f33ee91c135
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71229
Reviewed-by: Roland Veloz <rveloz@us.ibm.com>
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>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@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/istep10list.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/isteps/istep10list.H b/src/include/usr/isteps/istep10list.H index 68c0d479a..8bc6245c4 100644 --- a/src/include/usr/isteps/istep10list.H +++ b/src/include/usr/isteps/istep10list.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2018 */ +/* Contributors Listed Below - COPYRIGHT 2012,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -300,6 +300,7 @@ const DepModInfo g_istep10Dependancies = { { DEP_LIB(libistep10.so), DEP_LIB(libisteps_nest.so), + DEP_LIB(libisteps_mss.so), DEP_LIB(libsbe.so), DEP_LIB(libnestmemutils.so), DEP_LIB(libimageprocs.so), |

