[U-Boot] [PATCH 0/2] update from FIT image: add optional address, new command fitupd
Andreas Pretzsch
apr at cn-eng.de
Tue Apr 19 23:01:56 CEST 2011
Create new command "fitupd", so an update from a FIT-image can also be
triggered from U-Boot shell, in addition to the automatic update after
bootup when 'updatefile' is set.
Also provide a way to use a FIT image in memory (e.g. loaded from MMC)
instead of always load from a TFTP server.
See doc/README.update for more information.
Adhere to present coding style => checkpatch warnings discarded.
Andreas Pretzsch (2):
automatic update from FIT image: add optional address parameter
add command fitupd to run an update from a FIT image
common/Makefile | 1 +
common/cmd_fitupd.c | 37 +++++++++++++++++++++++++++++++++++++
common/main.c | 4 ++--
common/update.c | 8 ++++++--
doc/README.update | 5 +++++
5 files changed, 51 insertions(+), 4 deletions(-)
create mode 100644 common/cmd_fitupd.c
--
1.7.4.1
More information about the U-Boot
mailing list