projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5397d80
)
x86: Add coreboot timestamps
author
Simon Glass
<sjg@chromium.org>
Wed, 17 Apr 2013 16:13:48 +0000
(16:13 +0000)
committer
Simon Glass
<sjg@chromium.org>
Mon, 13 May 2013 20:33:22 +0000
(13:33 -0700)
Add selected coreboot timestamps into bootstage to get a unified view of
the boot timings.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/coreboot/coreboot.c
patch
|
blob
|
history
diff --git
a/arch/x86/cpu/coreboot/coreboot.c
b/arch/x86/cpu/coreboot/coreboot.c
index
4a7dae4
..
14cb699
100644
(file)
--- a/
arch/x86/cpu/coreboot/coreboot.c
+++ b/
arch/x86/cpu/coreboot/coreboot.c
@@
-91,6
+91,9
@@
void show_boot_progress(int val)
int last_stage_init(void)
{
+ if (gd->flags & GD_FLG_COLD_BOOT)
+ timestamp_add_to_bootstage();
+
return 0;
}