
Dear Bartlomiej Sieka,
In message 1222867592-58285-6-git-send-email-tur@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@semihalf.com Signed-off-by: Bartlomiej Sieka tur@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