projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8819f9
)
x86: config: Add tracing options
author
Simon Glass
<sjg@chromium.org>
Tue, 11 Jun 2013 18:14:53 +0000
(11:14 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/include/configs/coreboot.h
b/include/configs/coreboot.h
index 2fefdc80db68e7ea5b72d6493c32ef8add701c44..288ef8df74f9493c23d6af67aac3797f079438f5 100644
(file)
--- 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