]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: Enable bootstage for coreboot
authorSimon Glass <sjg@chromium.org>
Wed, 17 Apr 2013 16:13:43 +0000 (16:13 +0000)
committerSimon Glass <sjg@chromium.org>
Mon, 13 May 2013 20:33:21 +0000 (13:33 -0700)
This is a convenient way of finding out where boottime is going. Enable
it for coreboot.

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

index 7953ec6154daf09e80cacc344bb445e958d8a74f..743fb958dae300ad7e2351981e1e4909547c86da 100644 (file)
 #define CONFIG_OF_SEPARATE
 #define CONFIG_DEFAULT_DEVICE_TREE     link
 
+#define CONFIG_BOOTSTAGE
+#define CONFIG_BOOTSTAGE_REPORT
+#define CONFIG_BOOTSTAGE_FDT
+#define CONFIG_CMD_BOOTSTAGE
+/* Place to stash bootstage data from first-stage U-Boot */
+#define CONFIG_BOOTSTAGE_STASH         0x0110f000
+#define CONFIG_BOOTSTAGE_STASH_SIZE    0x7fc
+#define CONFIG_BOOTSTAGE_USER_COUNT    60
+
 /*-----------------------------------------------------------------------
  * Watchdog Configuration
  */