From 0f6e3e26ae2fe0df51b228b79c48823c7634334c Mon Sep 17 00:00:00 2001 From: Greg Still Date: Wed, 14 Oct 2015 06:41:37 -0500 Subject: 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 Reviewed-by: Gregory S. Still --- sbe/image/img_defs.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sbe/image') 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 -- cgit v1.2.1