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/usr/isteps/makefile | |
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/usr/isteps/makefile')
-rw-r--r-- | src/usr/isteps/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/isteps/makefile b/src/usr/isteps/makefile index 1d5e61874..fb39e568a 100644 --- a/src/usr/isteps/makefile +++ b/src/usr/isteps/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2011,2017 +# Contributors Listed Below - COPYRIGHT 2011,2018 # [+] International Business Machines Corp. # # @@ -46,6 +46,7 @@ SUBDIRS+=cen.d SUBDIRS+=cpuWkup.d SUBDIRS+=p9_phbPerst.d SUBDIRS+=tod.d +SUBDIRS+=p9_fab_iovalid.d OBJS += hwpisteperror.o OBJS += hwpistepud.o |