summaryrefslogtreecommitdiffstats
path: root/src/usr/trace/debug.H
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2016-09-23 07:41:11 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-05 10:52:47 -0400
commit4415fb37f923bfeb63f1f81c55fe177d2e0adb95 (patch)
tree292da2c425892ab1583ed04c957f963ca0ad5ad9 /src/usr/trace/debug.H
parent083d6c0b0a1517b0995134822202535ed71b60fd (diff)
downloadtalos-hostboot-4415fb37f923bfeb63f1f81c55fe177d2e0adb95.tar.gz
talos-hostboot-4415fb37f923bfeb63f1f81c55fe177d2e0adb95.zip
Allow Cronus to use debugComm on FSP based systems
-Pass down HRMOR adjusted addr -Provide unique continous trace enable for debugComm Change-Id: I214a6b2e0113ce19b8813e7d4902de4b42b23d11 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30178 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/trace/debug.H')
-rw-r--r--src/usr/trace/debug.H6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/trace/debug.H b/src/usr/trace/debug.H
index 8895da5e4..47e52a610 100644
--- a/src/usr/trace/debug.H
+++ b/src/usr/trace/debug.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2016 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -42,6 +44,8 @@ namespace TRACE
CONT_TRACE_FORCE_DISABLE = 1,
/** Force enable. */
CONT_TRACE_FORCE_ENABLE = 2,
+ /** Force enable on debugComm. */
+ CONT_TRACE_FORCE_ENABLE_DEBUG_COMM = 3,
};
// Continuous Trace:
OpenPOWER on IntegriCloud