Skip to content

Commit

Permalink
LFIR masks changes
Browse files Browse the repository at this point in the history
Change-Id: Ied71d25cab047c44aad0a3b0121ebcdb28907223
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38338
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com>
Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38341
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
Sangeetha T S authored and dcrowell77 committed Apr 4, 2017
1 parent e3d535e commit 3a3d65e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.C
Expand Up @@ -250,8 +250,8 @@ fapi2::ReturnCode pm_occ_fir_init(
"ERROR: Failed to mask bit");
FAPI_TRY(l_occFir.mask(OCC_FW1),
"ERROR: Failed to mask bit");
FAPI_TRY(l_occFir.setMalfAlert(CME_ERR_NOTIFY),
"ERROR: Failed to set Malf alert");
FAPI_TRY(l_occFir.mask(CME_ERR_NOTIFY),
"ERROR: Failed to mask bit");
FAPI_TRY(l_occFir.setRecvAttn(STOP_RCV_NOTIFY_PRD),
"ERROR: Failed to set recoverable attention");
FAPI_TRY(l_occFir.setMalfAlert(OCC_HB_NOTIFY),
Expand All @@ -260,18 +260,18 @@ fapi2::ReturnCode pm_occ_fir_init(
"ERROR: Failed to mask bit");
FAPI_TRY(l_occFir.mask(GPE1_WD_TIMEOUT),
"ERROR: Failed to mask bit");
FAPI_TRY(l_occFir.setMalfAlert(GPE2_WD_TIMEOUT),
"ERROR: Failed to set Malf alert");
FAPI_TRY(l_occFir.mask(GPE2_WD_TIMEOUT),
"ERROR: Failed to mask bit");
FAPI_TRY(l_occFir.mask(GPE3_WD_TIMEOUT),
"ERROR: Failed to mask bit");
FAPI_TRY(l_occFir.setRecvAttn(GPE0_ERR),
"ERROR: Failed to set recoverable attention");
FAPI_TRY(l_occFir.setRecvAttn(GPE1_ERR),
"ERROR: Failed to set recoverable attention");
FAPI_TRY(l_occFir.setRecvIntr(GPE2_ERR),
"ERROR: Failed to set recovery on interrupt");
FAPI_TRY(l_occFir.setMalfAlert(GPE3_ERR),
"ERROR: Failed to set Malf alert");
FAPI_TRY(l_occFir.mask(GPE0_ERR),
"ERROR: Failed to mask bit");
FAPI_TRY(l_occFir.mask(GPE1_ERR),
"ERROR: Failed to mask bit");
FAPI_TRY(l_occFir.mask(GPE2_ERR),
"ERROR: Failed to mask bit");
FAPI_TRY(l_occFir.mask(GPE3_ERR),
"ERROR: Failed to mask bit");
FAPI_TRY(l_occFir.mask(OCB_ERR),
"ERROR: Failed to mask bit");
FAPI_TRY(l_occFir.setRecvAttn(SRT_UE),
Expand Down

0 comments on commit 3a3d65e

Please sign in to comment.