summaryrefslogtreecommitdiffstats
path: root/src/usr/trace/HBconfig
diff options
context:
space:
mode:
authorJaymes Wilks <mjwilks@us.ibm.com>2016-02-17 14:08:22 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-10 11:30:41 -0400
commit6b5cbe4f6329a608a916b74cf5a2dff12546827e (patch)
treeabe0d913c7f5d7212c082462133069c168cd602a /src/usr/trace/HBconfig
parent9f8d0889827da64842444c8ba5a0d26e38520b2c (diff)
downloadtalos-hostboot-6b5cbe4f6329a608a916b74cf5a2dff12546827e.tar.gz
talos-hostboot-6b5cbe4f6329a608a916b74cf5a2dff12546827e.zip
Output native trace data to console
Trace data is printed as ascii hex values to console when turned on. Traces can now be recreated using a command line tool and the hbotStringFile. Change-Id: I8e8a95945002a9acbe555d1e75482d289c7ef8fa BackPort: no RTC:143820 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21593 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24218 Reviewed-by: Jay M. Azurin <jmazurin@us.ibm.com>
Diffstat (limited to 'src/usr/trace/HBconfig')
-rw-r--r--src/usr/trace/HBconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/trace/HBconfig b/src/usr/trace/HBconfig
index 6aacf8ddb..9d523d3f1 100644
--- a/src/usr/trace/HBconfig
+++ b/src/usr/trace/HBconfig
@@ -4,6 +4,13 @@ config CONSOLE_OUTPUT_TRACE
help
Enables output of trace to console.
+config CONSOLE_TRACE_LITE
+ default n
+ depends on CONSOLE
+ help
+ Enables lightweight binary trace to console.
+ The binary data can be piped through a tool to make it readable.
+
config CONSOLE_OUTPUT_TRACE_COMP_NAME
default n
depends on CONSOLE_OUTPUT_TRACE
OpenPOWER on IntegriCloud