summaryrefslogtreecommitdiffstats
path: root/include/configs/coreboot.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-06-11 11:14:53 -0700
committerTom Rini <trini@ti.com>2013-06-26 10:18:56 -0400
commitb5f319373400d3c7e6820e793a7bb370ad0c8a76 (patch)
tree5e2427f09858915ad8e08f17055e720d5809ba1c /include/configs/coreboot.h
parentd8819f94d58d8c94c619431bc34232a52b2d9a6b (diff)
downloadtalos-obmc-uboot-b5f319373400d3c7e6820e793a7bb370ad0c8a76.tar.gz
talos-obmc-uboot-b5f319373400d3c7e6820e793a7bb370ad0c8a76.zip
x86: config: Add tracing options
Add configs to enable tracing when it is needed. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/coreboot.h')
-rw-r--r--include/configs/coreboot.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 2fefdc80db..288ef8df74 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -168,6 +168,13 @@
*/
#include <config_cmd_default.h>
+#define CONFIG_TRACE
+#define CONFIG_CMD_TRACE
+#define CONFIG_TRACE_BUFFER_SIZE (16 << 20)
+#define CONFIG_TRACE_EARLY_SIZE (8 << 20)
+#define CONFIG_TRACE_EARLY
+#define CONFIG_TRACE_EARLY_ADDR 0x01400000
+
#define CONFIG_CMD_BDI
#define CONFIG_CMD_BOOTD
#define CONFIG_CMD_CONSOLE
OpenPOWER on IntegriCloud