From 61e77208b99c4086e9da6b313b9b9e4d9d79348f Mon Sep 17 00:00:00 2001 From: Thi Tran Date: Mon, 5 May 2014 15:32:53 -0500 Subject: 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 Tested-by: Thi N. Tran Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10973 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- .../hwpf/hwp/dram_initialization/proc_setup_bars/proc_setup_bars.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usr/hwpf/hwp/dram_initialization') 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, -- cgit v1.2.1