]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add a 'fake' go command to the bootm command
authorSimon Glass <sjg@chromium.org>
Tue, 11 Jun 2013 18:14:48 +0000 (11:14 -0700)
committerTom Rini <trini@ti.com>
Wed, 26 Jun 2013 14:18:56 +0000 (10:18 -0400)
commitd0ae31eb0714a8b44dcdb644f8b68dafdbc1c197
tree4ff4510bdf06010ad4a13a563e6571262aac753c
parent35fc84fa1ff51e15ecd3e464dac87eb105ffed30
Add a 'fake' go command to the bootm command

For tracing it is useful to run as much of U-Boot as possible so as to get
a complete picture. Quite a bit of work happens in bootm, and we don't want
to have to stop tracing before bootm starts.

Add a way of doing a 'fake' boot of the OS - which does everything up to
the point where U-Boot is about to jump to the OS image. This allows
tracing to record right until the end.

This requires arch support to work.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cmd_bootm.c
include/image.h