Skip to content

Commit

Permalink
Add unmask of Explorer Global FIR bit0
Browse files Browse the repository at this point in the history
CQ:SW490643
Change-Id: Id00dbe2084eccb33ed81b701d9737dd0a47e4012
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/96842
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com>
Dev-Ready: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: ANDRE A MARIN <aamarin@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/96863
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>
  • Loading branch information
stermole authored and crgeddes committed May 20, 2020
1 parent 5ff4aa3 commit 37795a2
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -258,7 +258,8 @@ fapi2::ReturnCode after_mc_omi_init<mss::mc_type::EXPLORER>(const fapi2::Target<

// Pull global fir mask state and unmask bits per spec
FAPI_TRY(fapi2::getScom(i_target, EXPLR_TP_MB_UNIT_TOP_FIR_MASK, l_global_fir_mask_reg));
l_global_fir_mask_reg.clearBit<EXPLR_TP_MB_UNIT_TOP_XFIR_IN3>()
l_global_fir_mask_reg.clearBit<EXPLR_TP_MB_UNIT_TOP_XFIR_IN0>()
.clearBit<EXPLR_TP_MB_UNIT_TOP_XFIR_IN3>()
.clearBit<EXPLR_TP_MB_UNIT_TOP_XFIR_IN4>()
.clearBit<EXPLR_TP_MB_UNIT_TOP_XFIR_IN7>()
.clearBit<EXPLR_TP_MB_UNIT_TOP_XFIR_IN8>()
Expand Down

0 comments on commit 37795a2

Please sign in to comment.