summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2018-01-21 23:33:40 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-01-22 04:13:09 -0500
commit3a65f5252ab54db988e359962ae38fdf40cba261 (patch)
tree531238d2cf6679dce08829d10da0a81deb0b37e0 /src/build
parent3f49215b05faad977abce306fc607f06c1d8c528 (diff)
downloadtalos-sbe-3a65f5252ab54db988e359962ae38fdf40cba261.tar.gz
talos-sbe-3a65f5252ab54db988e359962ae38fdf40cba261.zip
Allow Invalid scoms for simulation regression testing
Change-Id: I66cd2e0e41072e607f741231bc09088dbec66815 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52319 Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.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.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/build/img_defs.mk b/src/build/img_defs.mk
index 2da96d25..189a3104 100644
--- a/src/build/img_defs.mk
+++ b/src/build/img_defs.mk
@@ -390,6 +390,12 @@ 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
+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