diff options
| author | Alvin Wang <wangat@tw.ibm.com> | 2019-05-07 10:12:40 +0800 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2019-05-29 14:48:59 -0500 |
| commit | 03fc49941aa7e1a35183bf367e55d202cf1aff40 (patch) | |
| tree | 2be5336f0c6dbd4100b6af66870e5148c65aac03 /src/usr | |
| parent | 8bde2e5cb164f08a25aa45dc9d3e991b3d66d9f5 (diff) | |
| download | talos-hostboot-03fc49941aa7e1a35183bf367e55d202cf1aff40.tar.gz talos-hostboot-03fc49941aa7e1a35183bf367e55d202cf1aff40.zip | |
Add trap_adress class in mcbist library
Change-Id: I5f078adb708128629e9e0c4a776cc32387cf84c8
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77095
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77105
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/usr')
| -rw-r--r-- | src/usr/isteps/mss/runtime/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/isteps/mss/runtime/makefile b/src/usr/isteps/mss/runtime/makefile index 6f29ef51a..530a68f8d 100644 --- a/src/usr/isteps/mss/runtime/makefile +++ b/src/usr/isteps/mss/runtime/makefile @@ -89,7 +89,7 @@ OBJS += mcbist.o OBJS += mcbist_workarounds.o OBJS += rank.o OBJS += memory_size.o -OBJS += gen_patterns.o +OBJS += gen_mss_mcbist_patterns.o OBJS += axone_pos.o OBJS += nimbus_pos.o |

