From 59f86015f9fe5578c99b4d0b5e4e93c02bd77180 Mon Sep 17 00:00:00 2001 From: Matt Ploetz Date: Thu, 9 Oct 2014 13:58:33 -0500 Subject: SW281484: INITPROC: Hostboot - PTS_ERR_NOTIFY_PHYP CQ:SW281484 Change-Id: I6a4c995b5f5512ca4e893f8def16c6d5d1893421 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13845 Reviewed-by: Thi N. Tran Reviewed-by: PRACHI GUPTA Tested-by: PRACHI GUPTA Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13913 Tested-by: Jenkins Server Reviewed-by: MATTHEW A. PLOETZ Reviewed-by: A. Patrick Williams III --- src/usr/hwpf/hwp/occ/occ_procedures/p8_pm_pmc_firinit.C | 6 ++++-- src/usr/hwpf/hwp/occ/occ_procedures/p8_pm_pmc_firinit.H | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/usr/hwpf/hwp/occ/occ_procedures/p8_pm_pmc_firinit.C b/src/usr/hwpf/hwp/occ/occ_procedures/p8_pm_pmc_firinit.C index c1fc19e3b..d8ed3f0af 100644 --- a/src/usr/hwpf/hwp/occ/occ_procedures/p8_pm_pmc_firinit.C +++ b/src/usr/hwpf/hwp/occ/occ_procedures/p8_pm_pmc_firinit.C @@ -23,7 +23,7 @@ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: p8_pm_pmc_firinit.C,v 1.24 2014/07/09 14:49:32 daviddu Exp $ +// $Id: p8_pm_pmc_firinit.C,v 1.25 2014/08/06 20:01:27 cmolsen Exp $ // $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/p8_pm_pmc_firinit.C,v $ //------------------------------------------------------------------------------ // *! (C) Copyright International Business Machines Corp. 2011 @@ -316,6 +316,7 @@ p8_pm_pmc_firinit(const fapi::Target& i_target , uint32_t mode ) SET_FIR_MASKED(OCI_SLAVE_ERR ); // 35 oci_slave_err SET_MALF_ALERT(IF_COMP_PARITY_ERR ); // 36 if_comp_parity_err SET_RECOV_ATTN(IDLE_RECOVERY_NOTIFY_PRD ); // 37 idle_recovery_notify_prd + SET_MALF_ALERT(PTS_ERR_NOTIFY_PHYP ); // 38 pts_err_notify_phyp SET_FIR_MASKED(FIR_PARITY_ERR_DUP ); // 47 fir_parity_err_dup SET_FIR_MASKED(FIR_PARITY_ERR ); // 48 fir_parity_err @@ -442,7 +443,8 @@ p8_pm_pmc_firinit(const fapi::Target& i_target , uint32_t mode ) e_rc |= pmc_ocb_mask_lo.setBit(O2P_FSM_ERR - 32 ); // 34 o2p_fsm_err e_rc |= pmc_ocb_mask_lo.setBit(OCI_SLAVE_ERR - 32 ); // 35 oci_slave_err // (IF_COMP_PARITY_ERR ); // 36 if_comp_parity_err -// IDLE_RECOVERY_NOTIFY_PRD ); // 37 idle_recovery_notify_prd +// (IDLE_RECOVERY_NOTIFY_PRD ); // 37 idle_recovery_notify_prd +// (PTS_ERR_NOTIFY_PHYP ); // 38 pts_error_notify_phyp // Left 0 (FIR_PARITY_ERR_DUP ); // 47 fir_parity_err_dup // Left 0 (FIR_PARITY_ERR ); // 48 fir_parity_err diff --git a/src/usr/hwpf/hwp/occ/occ_procedures/p8_pm_pmc_firinit.H b/src/usr/hwpf/hwp/occ/occ_procedures/p8_pm_pmc_firinit.H index 4e7c4628c..49c83fbcd 100755 --- a/src/usr/hwpf/hwp/occ/occ_procedures/p8_pm_pmc_firinit.H +++ b/src/usr/hwpf/hwp/occ/occ_procedures/p8_pm_pmc_firinit.H @@ -22,9 +22,8 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ - -// $Id: p8_pm_pmc_firinit.H,v 1.7 2014/01/14 17:13:34 stillgs Exp $ -// $Source: /archive/shadow/ekb/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/p8_pm_pmc_firinit.H,v $ +// $Id: p8_pm_pmc_firinit.H,v 1.8 2014/08/06 19:45:08 cmolsen Exp $ +// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/p8_pm_pmc_firinit.H,v $ //------------------------------------------------------------------------------ // *| // *! (C) Copyright International Business Machines Corp. 2011 @@ -91,6 +90,7 @@ enum PMC_FIRS OCI_SLAVE_ERR = 35, IF_COMP_PARITY_ERR = 36, IDLE_RECOVERY_NOTIFY_PRD = 37, + PTS_ERR_NOTIFY_PHYP = 38, FIR_PARITY_ERR_DUP = 47, FIR_PARITY_ERR = 48 }; @@ -117,4 +117,4 @@ p8_pm_pmc_firinit(const fapi::Target& i_target, uint32_t mode ); } // extern "C" -#endif // _P8_PM_PMC_FIRINIT_H_ \ No newline at end of file +#endif // _P8_PM_PMC_FIRINIT_H_ -- cgit v1.2.1