diff options
| author | Alvin Wang <wangat@tw.ibm.com> | 2019-03-14 10:25:31 -0500 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2019-04-22 11:18:12 -0500 |
| commit | 3c3ab2bd4c3cbee67eb518bcce214234d8f071f3 (patch) | |
| tree | 6bf46537fd7357489516b93fdcc3d699248818be /src/usr/isteps/mss | |
| parent | e4956ca54c226efdda7639decb8f06a92e586825 (diff) | |
| download | blackbird-hostboot-3c3ab2bd4c3cbee67eb518bcce214234d8f071f3.tar.gz blackbird-hostboot-3c3ab2bd4c3cbee67eb518bcce214234d8f071f3.zip | |
Move MCBIST lib to generic folder
Change-Id: Ib717742707bea6a626131578f5a3b1aeebc76281
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69677
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Dev-Ready: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69707
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/mss')
| -rw-r--r-- | src/usr/isteps/mss/runtime/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/isteps/mss/runtime/makefile b/src/usr/isteps/mss/runtime/makefile index 400025498..6f29ef51a 100644 --- a/src/usr/isteps/mss/runtime/makefile +++ b/src/usr/isteps/mss/runtime/makefile @@ -68,6 +68,7 @@ MSS_LIB += ${IMPORT_PATH}/generic/memory/lib/spd/ MSS_LIB += ${IMPORT_PATH}/generic/memory/lib/utils/ MSS_LIB += ${IMPORT_PATH}/generic/memory/lib/utils/shared/ MSS_LIB += ${IMPORT_PATH}/generic/memory/lib/utils/freq/ +MSS_LIB += ${IMPORT_PATH}/generic/memory/lib/utils/mcbist # Axone MSS_LIB += ${IMPORT_PATH}/chips/p9a/procedures/hwp/memory/lib/utils/ @@ -86,10 +87,9 @@ OBJS += axone_c_str.o OBJS += nimbus_c_str.o OBJS += mcbist.o OBJS += mcbist_workarounds.o -OBJS += sim.o OBJS += rank.o OBJS += memory_size.o -OBJS += patterns.o +OBJS += gen_patterns.o OBJS += axone_pos.o OBJS += nimbus_pos.o |

