Commit b5f319373400d3c7e6820e793a7bb370ad0c8a76

Authored by Simon Glass
Committed by Tom Rini
1 parent d8819f94d5

x86: config: Add tracing options

Add configs to enable tracing when it is needed.

Signed-off-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

include/configs/coreboot.h
... ... @@ -168,6 +168,13 @@
168 168 */
169 169 #include <config_cmd_default.h>
170 170  
  171 +#define CONFIG_TRACE
  172 +#define CONFIG_CMD_TRACE
  173 +#define CONFIG_TRACE_BUFFER_SIZE (16 << 20)
  174 +#define CONFIG_TRACE_EARLY_SIZE (8 << 20)
  175 +#define CONFIG_TRACE_EARLY
  176 +#define CONFIG_TRACE_EARLY_ADDR 0x01400000
  177 +
171 178 #define CONFIG_CMD_BDI
172 179 #define CONFIG_CMD_BOOTD
173 180 #define CONFIG_CMD_CONSOLE