diff options
author | Luke Mulkey <lwmulkey@us.ibm.com> | 2018-03-19 10:28:37 -0500 |
---|---|---|
committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2018-04-13 11:07:00 -0400 |
commit | afb0e6a438eeda79822dd1dde73b98e6a87fde5b (patch) | |
tree | 7f412cf4f6bb91d7c8fc944c976b40bc8ef1ed9a /src/usr/isteps/istep12 | |
parent | 0c5b62c1df484f4fd6549f1ba9420a8e24791d9f (diff) | |
download | talos-hostboot-afb0e6a438eeda79822dd1dde73b98e6a87fde5b.tar.gz talos-hostboot-afb0e6a438eeda79822dd1dde73b98e6a87fde5b.zip |
Add unmask errors back to cen_framelock
Change-Id: Ia05fadcd6676f2c076bad14002d6afc26953aaf9
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56027
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Dev-Ready: LUCAS W. MULKEY <lwmulkey@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56037
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/isteps/istep12')
-rw-r--r-- | src/usr/isteps/istep12/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/isteps/istep12/makefile b/src/usr/isteps/istep12/makefile index 4ec7c41f2..dfcd48d7f 100644 --- a/src/usr/isteps/istep12/makefile +++ b/src/usr/isteps/istep12/makefile @@ -80,6 +80,9 @@ OBJS += call_cen_set_inband_addr.o # HWP objects needed to set inband addr in istep 12 OBJS+=p9c_set_inband_addr.o +# HWP objects need to unmask inband errors during framelock +OBJS+=p9c_mss_unmask_errors.o + #Required before all the <procedure>.mk are included include ${ROOTPATH}/procedure.rules.mk |