summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/ccs/ccs.C
diff options
context:
space:
mode:
authorDaniel M. Crowell <dcrowell@us.ibm.com>2018-03-16 09:43:49 -0400
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-03-16 15:33:03 -0400
commit2fd3b08eed597099fbdc2246cdf213072f7a3925 (patch)
tree8485fe764c1bd394e39798da101bfe4a40a02cd4 /src/import/chips/p9/procedures/hwp/memory/lib/ccs/ccs.C
parentd69704d2fd07ee6f14095773c3412aeaf0d14b07 (diff)
downloadtalos-hostboot-2fd3b08eed597099fbdc2246cdf213072f7a3925.tar.gz
talos-hostboot-2fd3b08eed597099fbdc2246cdf213072f7a3925.zip
Revert "Adds self time refresh entry and exit helper functions"
This reverts commit 1d2a738923414693d7c567479c5f85f436b1c416. The original ekb commit was never merged... sigh... Change-Id: Icb43272a14e7c60842f1cd854d06cb1b852b374a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55961 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/ccs/ccs.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/ccs/ccs.C3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/ccs/ccs.C b/src/import/chips/p9/procedures/hwp/memory/lib/ccs/ccs.C
index aa5de6be6..dc0ed4bfc 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/ccs/ccs.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/ccs/ccs.C
@@ -249,9 +249,6 @@ fapi2::ReturnCode execute( const fapi2::Target<TARGET_TYPE_MCBIST>& i_target,
FAPI_INF("executing ccs instructions (%d:%d, %d) for %s",
i_program.iv_instructions.size(), l_inst_count, i_program.iv_poll.iv_initial_delay, mss::c_str(i_target));
- // Sets up the CKE values to be latched for the final CCS command
- l_des.arr0.insertFromRight<TT::ARR0_DDR_CKE, TT::ARR0_DDR_CKE_LEN>(i_program.iv_final_cke_value);
-
// Insert a DES as our last instruction. DES is idle state anyway and having this
// here as an instruction forces the CCS engine to wait the delay specified in
// the last instruction in this array (which it otherwise doesn't do.)
OpenPOWER on IntegriCloud