diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2017-08-22 13:10:59 -0500 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-09-12 12:05:13 -0400 |
| commit | bba3b325060e688bcd47ab5f0f459a3ca22e3b5b (patch) | |
| tree | bf4b76476d02e66e2ea50a297b05bb8e01312b73 /src/usr/isteps/istep13/makefile | |
| parent | 77261b637bebb53bf9855acdd5f5b7f2ff30d891 (diff) | |
| download | talos-hostboot-bba3b325060e688bcd47ab5f0f459a3ca22e3b5b.tar.gz talos-hostboot-bba3b325060e688bcd47ab5f0f459a3ca22e3b5b.zip | |
Enable calls to p9_mss_draminit_training_adv
New HWPs from the HW team, added the code into HB istep
Change-Id: I9d5f033db35e09b0d0190266cd3b509a966f8d41
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44989
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com>
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>
Diffstat (limited to 'src/usr/isteps/istep13/makefile')
| -rw-r--r-- | src/usr/isteps/istep13/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/isteps/istep13/makefile b/src/usr/isteps/istep13/makefile index c4d1861e9..6c3ba1402 100644 --- a/src/usr/isteps/istep13/makefile +++ b/src/usr/isteps/istep13/makefile @@ -86,6 +86,7 @@ include ${PROCEDURES_PATH}/hwp/memory/p9_mss_draminit.mk include ${PROCEDURES_PATH}/hwp/memory/p9_mss_draminit_training.mk include ${PROCEDURES_PATH}/hwp/memory/p9_mss_draminit_mc.mk include ${PROCEDURES_PATH}/hwp/memory/p9_mss_ddr_phy_reset.mk +include ${PROCEDURES_PATH}/hwp/memory/p9_mss_draminit_training_adv.mk include ${ROOTPATH}/config.mk |

