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

2008-10-13 Thread Wolfgang Denk
Dear Bartlomiej Sieka, In message <[EMAIL PROTECTED]> 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

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

2008-10-01 Thread Bartlomiej Sieka
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