diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2018-11-07 17:05:14 -0600 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2018-11-27 09:57:17 -0600 |
| commit | 4d54d9e0962c35edbbea03161f639e81d2626ae7 (patch) | |
| tree | 154f4eaf5328cdc5a10e46333065f50285a9935f /src/include/usr | |
| parent | 50182cf759b9a9c233c7bca4719b6dbc40de7952 (diff) | |
| download | talos-hostboot-4d54d9e0962c35edbbea03161f639e81d2626ae7.tar.gz talos-hostboot-4d54d9e0962c35edbbea03161f639e81d2626ae7.zip | |
Mask off OBUS FIRs during MPIPL
The OBUS FIRs are masked during step10 in a regular boot. Since
that step isn't run on MIPL the mask wasn't happening. This
leaves us exposed to PRD asserts if one of them goes live.
Change-Id: Iaa30b30645d0dc2ce1740b7da3bcf6a12c483a38
CQ: SW450867
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68524
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/isteps/istep06list.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/isteps/istep06list.H b/src/include/usr/isteps/istep06list.H index cd55308cb..873509eda 100644 --- a/src/include/usr/isteps/istep06list.H +++ b/src/include/usr/isteps/istep06list.H @@ -238,6 +238,7 @@ const DepModInfo g_istep06Dependancies = { DEP_LIB(libnestmemutils.so), DEP_LIB(libimageprocs.so), DEP_LIB(libp9_cpuWkup.so), + DEP_LIB(libisteps_nest.so), NULL } }; |

