diff options
| author | Christian Geddes <crgeddes@us.ibm.com> | 2019-03-01 12:04:28 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-03-06 08:31:00 -0600 |
| commit | e70d216f8e2b9dea8c8f89e13a4ac9d8f56caa3b (patch) | |
| tree | 5e023f6dcbaea355df5ea6ecf63a7dcaed108d7e /src/usr/isteps/istep13/makefile | |
| parent | efda71702697a1f3d748b9e5f3c77039ef6e61ac (diff) | |
| download | talos-hostboot-e70d216f8e2b9dea8c8f89e13a4ac9d8f56caa3b.tar.gz talos-hostboot-e70d216f8e2b9dea8c8f89e13a4ac9d8f56caa3b.zip | |
Compile and add calls to exp_scominit in istep 13.8
Since this code is ready and seemingly passing in axone simics okay
we will pull it in to cross another item off the list.
Change-Id: Id02b1fae825d5e601312251f75af21120f9fa2ba
RTC: 195556
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72723
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: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep13/makefile')
| -rw-r--r-- | src/usr/isteps/istep13/makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/usr/isteps/istep13/makefile b/src/usr/isteps/istep13/makefile index 9cf054dd3..9c6580e60 100644 --- a/src/usr/isteps/istep13/makefile +++ b/src/usr/isteps/istep13/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2015,2018 +# Contributors Listed Below - COPYRIGHT 2015,2019 # [+] International Business Machines Corp. # # @@ -27,6 +27,9 @@ MODULE = istep13 PROCEDURES_PATH = ${ROOTPATH}/src/import/chips/p9/procedures CEN_PROCEDURES_PATH = ${ROOTPATH}/src/import/chips/centaur/procedures +OCMB_PROCEDURES_PATH = ${ROOTPATH}/src/import/chips/ocmb/procedures +EXP_PROCEDURES_PATH = ${ROOTPATH}/src/import/chips/ocmb/explorer/procedures + #Add all the extra include paths EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2 @@ -55,6 +58,8 @@ EXTRAINCDIR += ${CEN_PROCEDURES_PATH}/hwp/memory/lib/ EXTRAINCDIR += ${CEN_PROCEDURES_PATH}/hwp/memory/lib/shared/ EXTRAINCDIR += ${CEN_PROCEDURES_PATH}/hwp/memory/lib/utils/ EXTRAINCDIR += ${CEN_PROCEDURES_PATH}/hwp/initfiles +EXTRAINCDIR += ${EXP_PROCEDURES_PATH}/hwp/memory/ +EXTRAINCDIR += ${OCMB_PROCEDURES_PATH}/hwp/initfiles/ # from src/usr/isteps/istep13 @@ -92,6 +97,9 @@ include ${PROCEDURES_PATH}/hwp/initfiles/p9n_ddrphy_scom.mk include ${PROCEDURES_PATH}/hwp/initfiles/p9n_mca_scom.mk include ${PROCEDURES_PATH}/hwp/initfiles/p9n_mcbist_scom.mk +include ${EXP_PROCEDURES_PATH}/hwp/memory/exp_scominit.mk +include ${OCMB_PROCEDURES_PATH}/hwp/initfiles/explorer_scom.mk + #Dram init include ${PROCEDURES_PATH}/hwp/memory/p9_mss_draminit.mk include ${PROCEDURES_PATH}/hwp/memory/p9_mss_draminit_training.mk @@ -135,3 +143,5 @@ VPATH += ${CEN_PROCEDURES_PATH}/hwp/memory/lib/ VPATH += ${CEN_PROCEDURES_PATH}/hwp/memory/lib/shared/ VPATH += ${CEN_PROCEDURES_PATH}/hwp/memory/lib/utils/ VPATH += ${CEN_PROCEDURES_PATH}/hwp/initfiles +VPATH += ${EXP_PROCEDURES_PATH}/hwp/memory +VPATH += ${OCMB_PROCEDURES_PATH}/hwp/initfiles/ |

