Skip to content
Snippets Groups Projects
Commit 2e65959b authored by Simon Glass's avatar Simon Glass
Browse files

x86: Enable bootstage for coreboot


This is a convenient way of finding out where boottime is going. Enable
it for coreboot.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 158e7d05
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,15 @@ ...@@ -48,6 +48,15 @@
#define CONFIG_OF_SEPARATE #define CONFIG_OF_SEPARATE
#define CONFIG_DEFAULT_DEVICE_TREE link #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 * Watchdog Configuration
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment