summaryrefslogtreecommitdiffstats
path: root/sbe/image
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2015-10-14 06:41:37 -0500
committerGregory S. Still <stillgs@us.ibm.com>2016-02-01 10:33:43 -0600
commit0f6e3e26ae2fe0df51b228b79c48823c7634334c (patch)
tree2838a57fce23e0330cda4d0ee1ad789a46b67913 /sbe/image
parent369f1c55b12e568b4cd96d9c8bd131ef6ae9b964 (diff)
downloadtalos-sbe-0f6e3e26ae2fe0df51b228b79c48823c7634334c.tar.gz
talos-sbe-0f6e3e26ae2fe0df51b228b79c48823c7634334c.zip
PPE FAPI2 Delay support
- Addressed comments - Updated simulation delay to account for PPE simulation cycle rate - Fix simulation cycle equation to properly group the numerator Change-Id: I97050f96fdbe726a9216070cd4892dfb266052cf Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21157 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'sbe/image')
-rw-r--r--sbe/image/img_defs.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbe/image/img_defs.mk b/sbe/image/img_defs.mk
index dca2b5cd..84025fcc 100644
--- a/sbe/image/img_defs.mk
+++ b/sbe/image/img_defs.mk
@@ -120,7 +120,6 @@ ifndef PLAT_FAPI2_DIR
export PLAT_FAPI2_DIR = $(abspath ../hwpf)
endif
-
ifndef PPE_FAPI2_DIR
export PPE_FAPI2_DIR = $(abspath ../../hwpf)
endif
@@ -193,6 +192,10 @@ ifdef SBE_ISTEP_STUBBED
GCC-DEFS += -DSBE_ISTEP_STUBBED=1
endif
+ifdef __FAPI_DELAY_SIM__
+GCC-DEFS += -D__FAPI_DELAY_SIM__=1
+endif
+
# Generate a 16bit trace string hash prefix value based on the name of this image. This will form
# the upper 16 bits of the 32 bit trace hash values.
ifndef PK_TRACE_HASH_PREFIX
OpenPOWER on IntegriCloud