]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: config: Add tracing options
authorSimon Glass <sjg@chromium.org>
Tue, 11 Jun 2013 18:14:53 +0000 (11:14 -0700)
committerTom Rini <trini@ti.com>
Wed, 26 Jun 2013 14:18:56 +0000 (10:18 -0400)
Add configs to enable tracing when it is needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/coreboot.h

index 2fefdc80db68e7ea5b72d6493c32ef8add701c44..288ef8df74f9493c23d6af67aac3797f079438f5 100644 (file)
  */
 #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