diff options
| author | Caleb Palmer <cnpalmer@us.ibm.com> | 2018-01-23 10:47:09 -0600 |
|---|---|---|
| committer | Zane C. Shelley <zshelle@us.ibm.com> | 2018-03-27 15:46:14 -0400 |
| commit | 08b8dd518da9c48a2e0cf64106210902a34a8008 (patch) | |
| tree | 19ce8ee415a1fbd4640ec9047b9158e7cfdcceda /src/usr/fapi2/fapi2.mk | |
| parent | 92069bbfeb10b93364a9a984564594be3bc251f5 (diff) | |
| download | talos-hostboot-08b8dd518da9c48a2e0cf64106210902a34a8008.tar.gz talos-hostboot-08b8dd518da9c48a2e0cf64106210902a34a8008.zip | |
Add accessor functions for row repair attr
Change-Id: I2344a947a46c0e04d53e95b6fbd3af7f02f5ed03
RTC: 174670
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52556
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>
CI-Ready: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/fapi2.mk')
| -rwxr-xr-x | src/usr/fapi2/fapi2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/fapi2/fapi2.mk b/src/usr/fapi2/fapi2.mk index 3447c5d12..9417f9603 100755 --- a/src/usr/fapi2/fapi2.mk +++ b/src/usr/fapi2/fapi2.mk @@ -78,7 +78,7 @@ OBJS += plat_mbvpd_access.o OBJS += plat_vpd_access.o OBJS += plat_wof_access.o OBJS += dimmBadDqBitmapFuncs.o - +OBJS += rowRepairsFuncs.o #Required include before all the procedure.mk are included include ${ROOTPATH}/procedure.rules.mk |

