]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootstage: Add bootstage command
authorSimon Glass <sjg@chromium.org>
Fri, 28 Sep 2012 08:56:39 +0000 (08:56 +0000)
committerAnatolij Gustschin <agust@denx.de>
Tue, 2 Oct 2012 22:52:44 +0000 (00:52 +0200)
commit2eba38cf849c9804aac6cf75a6aea590e8d7bf35
treef47b5a754f74f8f0f55685bce0a537d4f85558f5
parentfcf509b80760156fe146aeb11510ffb0278b7b74
bootstage: Add bootstage command

Now that there are a few features, add a bootstage command to access them.

bootstage report - prints a report
bootstage stash/unstash - stashes bootstage records in memory, reads them back

Signed-off-by: Simon Glass <sjg@chromium.org>
README
common/Makefile
common/cmd_bootstage.c [new file with mode: 0644]