diff options
| author | crgeddes <crgeddes@us.ibm.com> | 2017-02-21 21:12:35 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-03-14 14:02:59 -0400 |
| commit | 96a7319b27938693a9778ce4cc01251a1aca87bd (patch) | |
| tree | ecc972904767ae3f7c4b2e9789ad1a046e44bfa6 /src/usr/isteps/cpuWkup/makefile | |
| parent | 639c93702196ab935ab8b04efa0975f2a1fa5ea6 (diff) | |
| download | talos-hostboot-96a7319b27938693a9778ce4cc01251a1aca87bd.tar.gz talos-hostboot-96a7319b27938693a9778ce4cc01251a1aca87bd.zip | |
Add code in host_discover_targets to power down slave EQs for MPIPL
During MPIPL we need to power down the slave quads before
we get to istep 16 which will power them on. The master quad has
been reset already by the SBE so now we just need to do the slaves
Change-Id: I98dcbcf8a8ef561a06ae44f72de8b357cdd95cfa
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36834
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>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/cpuWkup/makefile')
| -rw-r--r-- | src/usr/isteps/cpuWkup/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/isteps/cpuWkup/makefile b/src/usr/isteps/cpuWkup/makefile index a76c39142..ed2576973 100644 --- a/src/usr/isteps/cpuWkup/makefile +++ b/src/usr/isteps/cpuWkup/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2016 +# Contributors Listed Below - COPYRIGHT 2016,2017 # [+] International Business Machines Corp. # # @@ -30,6 +30,7 @@ EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/pm/ EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include/ EXTRAINCDIR += ${ROOTPATH}/src/include/usr/ EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/ +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/lib/ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs/ @@ -40,6 +41,7 @@ include $(PROCEDURES_PATH)/hwp/pm/p9_cpu_special_wakeup_eq.mk include $(PROCEDURES_PATH)/hwp/pm/p9_cpu_special_wakeup_ex.mk include $(PROCEDURES_PATH)/hwp/pm/p9_cpu_special_wakeup_core.mk include $(PROCEDURES_PATH)/hwp/pm/p9_cpu_special_wakeup_lib.mk +include $(PROCEDURES_PATH)/hwp/pm/p9_block_wakeup_intr.mk include ${ROOTPATH}/config.mk VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/ |

