summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2017-02-10 13:51:33 -0600
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-02-15 09:08:34 -0500
commit728e32c222f278b223b850040df1c01347812e7e (patch)
tree45d4a049924c392680ace77bdc73a2986b7a71c7 /src/common
parent0852415f6e0b6dcdcb7131a85e83247d394e4368 (diff)
downloadtalos-occ-728e32c222f278b223b850040df1c01347812e7e.tar.gz
talos-occ-728e32c222f278b223b850040df1c01347812e7e.zip
Turn off periodic GPE time stamp traces
Change-Id: I81293497750bc3dc3ec77c74163d97f04b0eda8c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36370 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Wael El-Essawy <welessa@us.ibm.com>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/global_app_cfg.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common/global_app_cfg.h b/src/common/global_app_cfg.h
index 50bbea1..9dddbfa 100644
--- a/src/common/global_app_cfg.h
+++ b/src/common/global_app_cfg.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -31,6 +31,9 @@
#define DEFAULT_NEST_FREQ_HZ 600000000
#define DEFAULT_EXT_CLK_FREQ_HZ 37500000
+// Turn off periodic GPE traces
+#define PK_TRACE_TIMER_OUTPUT 0
+
// If we are using the OCB timebase then assume
// a frequency of 37.5Mhz. Otherwise, the default is to use
// the decrementer as a timebase and assume a frequency of
OpenPOWER on IntegriCloud