diff options
| author | Swathi Madhuri Bhattiprolu <bhmadhur@in.ibm.com> | 2018-01-08 03:38:04 -0600 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2018-01-31 09:38:28 -0500 |
| commit | d999ed144f949e318fbd0523f0dfaa56d291596f (patch) | |
| tree | 3fcab2e8f602c8ac442e8eb27f4b0b8a816b40e5 /src/include/usr | |
| parent | 82805770e03584fbe18df365600d5090b170d364 (diff) | |
| download | talos-hostboot-d999ed144f949e318fbd0523f0dfaa56d291596f.tar.gz talos-hostboot-d999ed144f949e318fbd0523f0dfaa56d291596f.zip | |
Re-enable base multi-drawer ipl support
Changes include:
- Establish System SMP
- host_coalesce_host message processing
- host_sys_fab_iovalid_processing
- smp_unfencing_inter_enclosure_abus_links
Change-Id: I83fea15f0d14c9cbc9a884ece5a2e7ce01e888bb
RTC:164474
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51598
Tested-by: Jenkins Server <pfd-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>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@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/istep09list.H | 3 | ||||
| -rw-r--r-- | src/include/usr/isteps/istep18list.H | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/src/include/usr/isteps/istep09list.H b/src/include/usr/isteps/istep09list.H index 593b91386..30c1b4e6b 100644 --- a/src/include/usr/isteps/istep09list.H +++ b/src/include/usr/isteps/istep09list.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2017 */ +/* Contributors Listed Below - COPYRIGHT 2012,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -229,6 +229,7 @@ const DepModInfo g_istep09Dependancies = { { DEP_LIB(libistep09.so), DEP_LIB(libpm.so), + DEP_LIB(libp9_fab_iovalid.so), NULL } }; diff --git a/src/include/usr/isteps/istep18list.H b/src/include/usr/isteps/istep18list.H index 81cd3b171..e85ffed4e 100644 --- a/src/include/usr/isteps/istep18list.H +++ b/src/include/usr/isteps/istep18list.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2017 */ +/* Contributors Listed Below - COPYRIGHT 2012,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -144,6 +144,8 @@ const DepModInfo g_istep18Dependancies = { #ifndef CONFIG_VPO_COMPILE DEP_LIB(libtod.so), DEP_LIB(libistep18.so), + DEP_LIB(libp9_cpuWkup.so), + DEP_LIB(libp9_fab_iovalid.so), #endif NULL } |

