summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2015-10-01 10:35:00 -0500
committerJennifer A. Stofer <stofer@us.ibm.com>2015-11-09 09:36:54 -0600
commit2adcfa667f42dd0227c0fe4efb51d630ed953c9b (patch)
tree02b2ca333576de8d89db8a807938756d6dce979d
parentf725a5a8ec08371d605dd5c182d5eeca73af605a (diff)
downloadtalos-sbe-2adcfa667f42dd0227c0fe4efb51d630ed953c9b.tar.gz
talos-sbe-2adcfa667f42dd0227c0fe4efb51d630ed953c9b.zip
IfCompiler: Generates libfapi2_ifCompiler.so
Change-Id: Iaf9de7978842e1474d7e8f87fb1494444e4cda6d Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21121 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21765 Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com>
-rw-r--r--import/hwpf/fapi2/include/plat/hw_access.H21
1 files changed, 0 insertions, 21 deletions
diff --git a/import/hwpf/fapi2/include/plat/hw_access.H b/import/hwpf/fapi2/include/plat/hw_access.H
index 80b0493b..ed6c3fb3 100644
--- a/import/hwpf/fapi2/include/plat/hw_access.H
+++ b/import/hwpf/fapi2/include/plat/hw_access.H
@@ -34,11 +34,6 @@
#include <plat_hw_access.H>
#include <fapi2_hw_access.H>
-//@TODO remove with RTC: 133089
-#ifdef TEMPORARY_FOR_INITFILE
- #include <SpyInterface.H>
- #include <iostream>
-#endif
namespace fapi2
{
//--------------------------------------------------------------------------
@@ -488,16 +483,8 @@ inline ReturnCode putSpy(const Target<K>& i_target,
const char* const i_spyId,
const variable_buffer& i_data)
{
-//@TODO remove with RTC: 133089
-#ifdef TEMPORARY_FOR_INITFILE
- uint32_t l_chipId = strtol(getenv("CHIPID"), NULL, 16);
- uint32_t l_chipEc = strtol(getenv("CHIPEC"), NULL, 16);
-
- return (SPY::PutSpy(l_chipId, l_chipEc, i_spyId, i_data ));
-#else
static_assert(K == 0, "implement putSpy (string)");
return ~FAPI2_RC_SUCCESS;
-#endif
}
template< TargetType K >
@@ -505,16 +492,8 @@ inline ReturnCode putSpy(const Target<K>& i_target,
const char* const i_spyId,
const char* i_enum)
{
-//@TODO remove with RTC: 133089
-#ifdef TEMPORARY_FOR_INITFILE
- uint32_t l_chipId = strtol(getenv("CHIPID"), NULL, 16);
- uint32_t l_chipEc = strtol(getenv("CHIPEC"), NULL, 16);
-
- return (SPY::PutSpy(l_chipId, l_chipEc, i_spyId, i_enum ));
-#else
static_assert(K == 0, "implement putSpy (string)");
return ~FAPI2_RC_SUCCESS;
-#endif
}
#endif
/// @brief Writes spy data into a buffer holding ring data image
OpenPOWER on IntegriCloud