]> git.sur5r.net Git - u-boot/commit
bootstage: Store boot timings in device tree
authorSimon Glass <sjg@chromium.org>
Fri, 28 Sep 2012 08:56:37 +0000 (08:56 +0000)
committerAnatolij Gustschin <agust@denx.de>
Tue, 2 Oct 2012 20:39:33 +0000 (22:39 +0200)
commit94fd1316b75896b668d22ce846785d92c0340100
tree39d8044fa76e189b0247efc2949895689c92542b
parent0e9967735869a4e2bbc92d5d0eea0e2136180d49
bootstage: Store boot timings in device tree

Add an option, CONFIG_BOOTSTAGE_FDT to pass boot timings to the kernel
in the device tree, if available. To use this, you must have
CONFIG_OF_LIBFDT defined.

Signed-off-by: Simon Glass <sjg@chromium.org>
README
arch/arm/lib/bootm.c
common/bootstage.c
include/bootstage.h