]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Automatic software update from TFTP server
authorBartlomiej Sieka <tur@semihalf.com>
Wed, 1 Oct 2008 13:26:31 +0000 (15:26 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 18 Oct 2008 19:54:00 +0000 (21:54 +0200)
commit4bae90904b69ce3deb9f7c334ef12ed74e18a275
tree609ddd18652c6289cfd43dfd6447377bd3fb12fc
parent3f0cf51dabacc2724731c5079a60ea989103bb8f
Automatic software update from TFTP server

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
common/Makefile
common/main.c
common/update.c [new file with mode: 0644]
doc/README.update [new file with mode: 0644]
doc/uImage.FIT/update3.its [new file with mode: 0644]
doc/uImage.FIT/update_uboot.its [new file with mode: 0644]