summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2014-05-02 21:00:43 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-05-04 13:48:02 -0500
commit036f2469150d1024490d824071d4b899a10cb010 (patch)
tree3f6fed1d6bd76443a7ea35c51785eccd0bb08f5d /src
parentebe311eab95449b8e69466ac4d9e14e4b91ab74e (diff)
downloadtalos-hostboot-036f2469150d1024490d824071d4b899a10cb010.tar.gz
talos-hostboot-036f2469150d1024490d824071d4b899a10cb010.zip
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 <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10925 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/hwpf/hwp/proc_hwreconfig/proc_enable_reconfig/proc_enable_reconfig.C9
1 files changed, 8 insertions, 1 deletions
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) {
OpenPOWER on IntegriCloud