Skip to content

Commit

Permalink
Disable error traces for DD1
Browse files Browse the repository at this point in the history
Change-Id: I18387e3330b29e003580763bf0e85cf312448cb0
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42414
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
sgupta2m committed Jun 26, 2017
1 parent d7f2b0f commit 12e4bb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/build/img_defs.mk
Expand Up @@ -390,6 +390,11 @@ endif
endif

FAPI_TRACE_LEVEL_DEF = 2

ifeq ($(ddlevel), DD1)
FAPI_TRACE_LEVEL_DEF = 0
endif

ifdef FAPI_TRACE_LEVEL_ENV
FAPI_TRACE_LEVEL_DEF = $(FAPI_TRACE_LEVEL_ENV)
endif
Expand Down
5 changes: 4 additions & 1 deletion src/sbefw/pk_app_cfg.h
Expand Up @@ -140,6 +140,9 @@
#ifdef PK_TRACE_SZ
#undef PK_TRACE_SZ
#endif
#ifdef DD2
#define PK_TRACE_SZ 512

#else
#define PK_TRACE_SZ 128
#endif
#endif /*__PK_APP_CFG_H__*/

0 comments on commit 12e4bb3

Please sign in to comment.