diff options
author | crgeddes <crgeddes@us.ibm.com> | 2016-06-03 15:51:10 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-06-06 15:00:58 -0400 |
commit | 94ae6301d365b9aac884ac6fb669ef428283eee5 (patch) | |
tree | 32b3e7d3d93dd05b696c6598118d2b66f7a39630 /src/usr | |
parent | 7851bd428df9a7868d5931377124bcbc7b928829 (diff) | |
download | talos-hostboot-94ae6301d365b9aac884ac6fb669ef428283eee5.tar.gz talos-hostboot-94ae6301d365b9aac884ac6fb669ef428283eee5.zip |
Build p9_mcs_scom and p9_mcbist_scom in istep13
These changes are required for change 25099 to pass HB CI file
changes will follow this commit that use these .o's so we need
to modify the make to build them.
Change-Id: I0e78e19282ea2d0dd163d9f88a2c7651c427c8d1
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25368
Tested-by: Jenkins Server
Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com>
Tested-by: FSP CI Jenkins
Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/isteps/istep13/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/isteps/istep13/makefile b/src/usr/isteps/istep13/makefile index 3e4121d0a..d32b64ea0 100644 --- a/src/usr/isteps/istep13/makefile +++ b/src/usr/isteps/istep13/makefile @@ -68,6 +68,9 @@ include ${PROCEDURES_PATH}/hwp/initfiles/p9_ddrphy_scom.mk include ${PROCEDURES_PATH}/hwp/memory/p9_mss_scominit.mk include ${PROCEDURES_PATH}/hwp/nest/p9_throttle_sync.mk +include ${PROCEDURES_PATH}/hwp/initfiles/p9_mcs_scom.mk +include ${PROCEDURES_PATH}/hwp/initfiles/p9_mcbist_scom.mk + #TODO RTC:149115 New fapi2::Target::getChildren interface # include ${PROCEDURES_PATH}/hwp/perv/p9_mem_startclocks.mk # include ${PROCEDURES_PATH}/hwp/perv/p9_mem_pll_setup.mk |