]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
bootstage: Plumb in bootstage calls for basic operations
authorSimon Glass <sjg@chromium.org>
Sat, 10 Dec 2011 11:08:06 +0000 (11:08 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 18 Mar 2012 20:42:56 +0000 (21:42 +0100)
commit573f14fe4ed5b803207824be9e3147e894b68f8b
treebc6f50c9210dc98f8eceb90ced6b518864a6317b
parent3a608ca01d76e8cb90dcc8dc1a22cde98cdca3ab
bootstage: Plumb in bootstage calls for basic operations

This inserts bootstage calls into tftp, usb start and bootm. We
could go further, but this is a reasonable start to illustrate
the concept.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cmd_bootm.c
common/cmd_net.c
common/cmd_usb.c
net/bootp.c
net/net.c