summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2017-02-03 06:01:02 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2017-02-03 08:51:53 -0500
commitb63692979c318015b6132a26d94de5ab51d5ac83 (patch)
tree3cbb23cf043b42085f0acffa569cbcf2ddf9a50e
parent8079ff5b9c6ced7c47190d5f17c86a6fdca2c7aa (diff)
downloadtalos-sbe-b63692979c318015b6132a26d94de5ab51d5ac83.tar.gz
talos-sbe-b63692979c318015b6132a26d94de5ab51d5ac83.zip
Fastarray HWP enable
Change-Id: Ib25bb139ad1f6b098a18fbb9fc8ebf829dfc711b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35892 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
-rw-r--r--src/sbefw/sbecmdfastarray.C12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/sbefw/sbecmdfastarray.C b/src/sbefw/sbecmdfastarray.C
index c60af7a9..84319ff2 100644
--- a/src/sbefw/sbecmdfastarray.C
+++ b/src/sbefw/sbecmdfastarray.C
@@ -31,8 +31,6 @@
#include "sbefapiutil.H"
#include "fapi2.H"
-// TODO via RTC:120758 - Enable once fast array procedures are in ekb
-/*
#include "p9_sbe_fastarray_setup.H"
#include "p9_sbe_fastarray_cleanup.H"
#include "p9_sbe_fastarray_abist_catchup.H"
@@ -46,7 +44,6 @@ p9_sbe_fastarray_cleanup_FP_t p9_sbe_fastarray_cleanup_hwp =
p9_sbe_fastarray_abist_catchup_FP_t p9_sbe_fastarray_abist_catchup_hwp =
&p9_sbe_fastarray_abist_catchup;
#endif
-*/
using namespace fapi2;
@@ -99,34 +96,25 @@ uint32_t sbeControlFastArray(uint8_t *i_pArg)
SBE_INFO(SBE_FUNC" setup:clockregion [0x%08X%08X]",
static_cast<uint32_t>(SBE::higher32BWord(l_clock_regions)),
static_cast<uint32_t>(SBE::lower32BWord(l_clock_regions)));
- // TODO via RTC:120758 - Enable once fast array procedures are in ekb
- /*
SBE_EXEC_HWP(l_fapiRc,
p9_sbe_fastarray_setup_hwp,
l_tgtHndl,
l_clock_regions);
- */
break;
case FASTARRAY_SKIPCYCLES:
l_clock_cycles = l_req.lData;
SBE_INFO(SBE_FUNC" abist catchup:skipcycles [0x%08X]",
static_cast<uint32_t>(l_clock_cycles));
- // TODO via RTC:120758 - Enable once fast array procedures are in ekb
- /*
SBE_EXEC_HWP(l_fapiRc,
p9_sbe_fastarray_abist_catchup_hwp,
l_tgtHndl,
l_clock_cycles);
- */
break;
case FASTARRAY_CLEANUP:
SBE_INFO(SBE_FUNC" cleanup");
- // TODO via RTC:120758 - Enable once fast array procedures are in ekb
- /*
SBE_EXEC_HWP(l_fapiRc,
p9_sbe_fastarray_cleanup_hwp,
l_tgtHndl);
- */
break;
}
if(l_fapiRc != FAPI2_RC_SUCCESS)
OpenPOWER on IntegriCloud