summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2018-01-30 02:44:39 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-01-30 09:38:50 -0500
commit4ca643fc6cbb414b088ef82189b678f488e883b7 (patch)
treec0f6db8da63476ba9415dd70200464c831bf30ab /src/build
parent3c633a6c2cd626dafef63f40bfd611016b05ecc7 (diff)
downloadtalos-sbe-4ca643fc6cbb414b088ef82189b678f488e883b7.tar.gz
talos-sbe-4ca643fc6cbb414b088ef82189b678f488e883b7.zip
Added flag for AWAN testing
Change-Id: I6ba7b90488e0ba483e2f538f72ca624b892c1d5c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52913 Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Pretty M. Jacob <prettymjacob@in.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/build')
-rw-r--r--src/build/img_defs.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/build/img_defs.mk b/src/build/img_defs.mk
index cd922d66..f49ece4b 100644
--- a/src/build/img_defs.mk
+++ b/src/build/img_defs.mk
@@ -395,6 +395,13 @@ ifdef __FAPI_DELAY_SIM__
GCC-DEFS += -D__FAPI_DELAY_SIM__=1
endif
+ifdef __AWAN_SIM_ENV__
+GCC-DEFS += -D__FAPI_DELAY_SIM__=1
+# allow invalid scoms in AWAN run to let regression test cases run
+GCC-DEFS += -D__ALLOW_INVALID_SCOMS__=1
+GCC-DEFS += -DSIM_DPLL_LOCK_CHK=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