summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/dram_initialization
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-05-05 15:32:53 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-05-08 16:07:00 -0500
commit61e77208b99c4086e9da6b313b9b9e4d9d79348f (patch)
treeeaa0a8fdb18aec8e285bb5e57a99189e3a5da556 /src/usr/hwpf/hwp/dram_initialization
parent679df937c8d61247dfff4c0cbe21d7a8af43e7b0 (diff)
downloadtalos-hostboot-61e77208b99c4086e9da6b313b9b9e4d9d79348f.tar.gz
talos-hostboot-61e77208b99c4086e9da6b313b9b9e4d9d79348f.zip
SW258328: FW820-FTC P8: Apparent hot/cold counter data corrupting memory outside
Change-Id: Ie5561d14998e735dc53d6a79fd72200fc4ae38ae CQ:SW258328 Depends-On:I9276f5e2cabf4fa0cbad294d8d683cf53799f9b4 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10972 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10973 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/dram_initialization')
-rw-r--r--src/usr/hwpf/hwp/dram_initialization/proc_setup_bars/proc_setup_bars.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/hwpf/hwp/dram_initialization/proc_setup_bars/proc_setup_bars.H b/src/usr/hwpf/hwp/dram_initialization/proc_setup_bars/proc_setup_bars.H
index fc991c6a5..de4c39be6 100644
--- a/src/usr/hwpf/hwp/dram_initialization/proc_setup_bars/proc_setup_bars.H
+++ b/src/usr/hwpf/hwp/dram_initialization/proc_setup_bars/proc_setup_bars.H
@@ -20,7 +20,7 @@
/* Origin: 30 */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: proc_setup_bars.H,v 1.15 2014/02/03 18:46:03 jmcgill Exp $
+// $Id: proc_setup_bars.H,v 1.16 2014/04/29 12:48:04 jmcgill Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/proc_setup_bars.H,v $
//------------------------------------------------------------------------------
// *|
@@ -968,7 +968,7 @@ const proc_setup_bars_bar_reg_def hca_nm_bar_reg_def =
0,
14,
31,
- true, // enable: bit 63
+ false, // enable: bit 63 (off for SW258328)
63,
true, // size: bits 33:40
33,
@@ -986,7 +986,7 @@ const proc_setup_bars_bar_reg_def hca_m_bar_reg_def =
0,
14,
32,
- true, // enable: bit 63
+ false, // enable: bit 63 (off for SW258328)
63,
false, // size: other reg
0,
OpenPOWER on IntegriCloud