summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/dram_initialization
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-01-15 08:00:21 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-01-15 13:40:26 -0600
commitcff943a32de452b82f5796eca242c6975aed2585 (patch)
treef7bdab3158bdb6052f681c08dba2fe171ee51fc2 /src/usr/hwpf/hwp/dram_initialization
parent6edbadc455c9d18b5b956f0204de5d9cba359da2 (diff)
downloadtalos-hostboot-cff943a32de452b82f5796eca242c6975aed2585.tar.gz
talos-hostboot-cff943a32de452b82f5796eca242c6975aed2585.zip
INITPROC: Hostboot SW240531 Week 01/07/14
Change-Id: I700995a588d71f08eb31f11d5d895bb535891629 CQ:SW240531 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8075 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/dram_initialization')
-rwxr-xr-xsrc/usr/hwpf/hwp/dram_initialization/proc_throttle_sync/proc_throttle_sync.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/hwpf/hwp/dram_initialization/proc_throttle_sync/proc_throttle_sync.C b/src/usr/hwpf/hwp/dram_initialization/proc_throttle_sync/proc_throttle_sync.C
index e25330ce7..c04d86632 100755
--- a/src/usr/hwpf/hwp/dram_initialization/proc_throttle_sync/proc_throttle_sync.C
+++ b/src/usr/hwpf/hwp/dram_initialization/proc_throttle_sync/proc_throttle_sync.C
@@ -20,7 +20,7 @@
/* Origin: 30 */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: proc_throttle_sync.C,v 1.5 2013/12/13 18:55:31 bellows Exp $
+// $Id: proc_throttle_sync.C,v 1.6 2013/12/19 22:22:03 bellows Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/proc_throttle_sync.C,v $
//------------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2013
@@ -44,6 +44,7 @@
//------------------------------------------------------------------------------
// Version:| Author: | Date: | Comment:
//---------|----------|---------|-----------------------------------------------
+// 1.6 | bellows |19-DEC-13| Fixed the minor (not functional) setting of rc_ecmd = for next set of data buffer commands
// 1.5 | bellows |13-DEC-13| One missed firmware review comment
// 1.4 | bellows |13-DEC-13| Firmware review updates
// 1.3 | bellows |06-DEC-13| Handle the MCS functional but no centaur case
@@ -204,8 +205,7 @@ extern "C" {
// 4.) Generate the Sync Command to Centaur from the master MCS
// Bit 0 of MCS Mode3 Register (Scom addr 201180A)
// (This bit needs a reset before another set, it does not reset automatically)
- rc_ecmd = ECMD_DBUF_SUCCESS;
- rc_ecmd |= data_buffer_64.clearBit(0,64);
+ rc_ecmd = data_buffer_64.clearBit(0,64);
rc_ecmd |= data_buffer_64.setBit(0);
rc_ecmd |= mask_buffer_64.clearBit(0,64);
rc_ecmd |= mask_buffer_64.setBit(0);
OpenPOWER on IntegriCloud