提交 8f0278ea 编写于 作者: S Simon Glass

x86: Add coreboot timestamps

Add selected coreboot timestamps into bootstage to get a unified view of
the boot timings.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 5397d805
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册