From 036f2469150d1024490d824071d4b899a10cb010 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Fri, 2 May 2014 21:00:43 -0500 Subject: SW259625: IPL deconfig of logical DIMM causes a 2nd error - pu(n0p2) (PBAFIR[4]) CQ:SW259625 Change-Id: Ia3c466bcb6a18abd9e32c66cad094d96b47ac259 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10915 Reviewed-by: Daniel M. Crowell Tested-by: Daniel M. Crowell Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10925 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- .../proc_hwreconfig/proc_enable_reconfig/proc_enable_reconfig.C | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/usr') diff --git a/src/usr/hwpf/hwp/proc_hwreconfig/proc_enable_reconfig/proc_enable_reconfig.C b/src/usr/hwpf/hwp/proc_hwreconfig/proc_enable_reconfig/proc_enable_reconfig.C index 971343062..546d1f23e 100644 --- a/src/usr/hwpf/hwp/proc_hwreconfig/proc_enable_reconfig/proc_enable_reconfig.C +++ b/src/usr/hwpf/hwp/proc_hwreconfig/proc_enable_reconfig/proc_enable_reconfig.C @@ -20,7 +20,7 @@ /* Origin: 30 */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: proc_enable_reconfig.C,v 1.7 2014/03/25 21:42:37 jdsloat Exp $ +// $Id: proc_enable_reconfig.C,v 1.9 2014/05/03 01:10:01 dcrowell Exp $ // $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/proc_enable_reconfig.C,v $ //------------------------------------------------------------------------------ // *! (C) Copyright International Business Machines Corp. 2013 @@ -44,6 +44,8 @@ //------------------------------------------------------------------------------ // Version:| Author: | Date: | Comment: //---------|----------|---------|----------------------------------------------- +/// 1.9 | dcrowell |02-MAY-14| Corrected comment in previous commit +// 1.8 | jdsloat |02-MAY-14| Added initializing of MCS_MCFGPR_0x02011802 to all 0s according to SW259625 by Dan Crowell // 1.7 | jdsloat |25-MAR-14| Added return rc to the end of the code // 1.6 | jdsloat |14-MAR-14| Commented out INIT_STATE set at the end of procedure. SW245901 // 1.5 | bellows |17-FEB-14| Deconfig a proc if error found - SW246059 @@ -225,6 +227,11 @@ extern "C" { // #dmi fir rc = fapiPutScom(l_target_pu, MC1_BUSCNTL_FIR_0x02011E00, data_buffer_64); if(rc) return rc; + + //Turn off indication of valid MCS for OCC + rc = fapiPutScom( i_target_pu_mcs, MCS_MCFGPR_0x02011802, data_buffer_64); + if(rc) return rc; + } if(dmi_active) { -- cgit v1.2.1