[U-Boot] [PATCH v2 5/6] Automatic software update from TFTP server

Wolfgang Denk wd at denx.de
Tue Oct 14 00:37:48 CEST 2008


Dear Bartlomiej Sieka,

In message <1222867592-58285-6-git-send-email-tur at semihalf.com> you wrote:
> The auto-update feature allows to automatically download software updates
> from a TFTP server and store them in Flash memory during boot. Updates are
> contained in a FIT file and protected with SHA-1 checksum.
> 
> More detailed description can be found in doc/README.update.
> 
> Signed-off-by: Rafal Czubak <rcz at semihalf.com>
> Signed-off-by: Bartlomiej Sieka <tur at semihalf.com>
> ---
>  README                          |   12 ++
>  common/Makefile                 |    1 +
>  common/main.c                   |    7 +
>  common/update.c                 |  315 +++++++++++++++++++++++++++++++++++++++
>  doc/README.update               |   90 +++++++++++
>  doc/uImage.FIT/update3.its      |   41 +++++
>  doc/uImage.FIT/update_uboot.its |   21 +++
>  7 files changed, 487 insertions(+), 0 deletions(-)
>  create mode 100644 common/update.c
>  create mode 100644 doc/README.update
>  create mode 100644 doc/uImage.FIT/update3.its
>  create mode 100644 doc/uImage.FIT/update_uboot.its

Applied to "next" branch. Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Syntactic sugar causes cancer of the semicolon.
                - Epigrams in Programming, ACM SIGPLAN Sept. 1982


More information about the U-Boot mailing list