Re: [U-Boot] [PATCH] md5: Export step-by-step API

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message <1882962205.333751.1342791280043.javamail.r...@advansee.com> you wrote: > Export the MD5 step-by-step API so that it is possible for the lib users to > digest files by chunks. This is especially useful for very large files that > would not fit into the embedded

Re: [U-Boot] [PATCH] md5: Export step-by-step API

2012-08-10 Thread Benoît Thébaudeau
On Sat, Aug 4, 2012 at 01:09:02 AM, Benoît Thébaudeau wrote: > Dear Wolfgang Denk, > > On Fri, Jul 20, 2012 at 04:44:03 PM, Mike Frysinger wrote: > > Acked-by: Mike Frysinger > > -mike > > Can you apply it now that the merge window is open? > > Thanks in advance. Can someone answer, please? B

Re: [U-Boot] [PATCH] md5: Export step-by-step API

2012-08-03 Thread Benoît Thébaudeau
Dear Wolfgang Denk, On Fri, Jul 20, 2012 at 04:44:03 PM, Mike Frysinger wrote: > Acked-by: Mike Frysinger > -mike Can you apply it now that the merge window is open? Thanks in advance. Best regards, Benoît ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] md5: Export step-by-step API

2012-07-20 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] md5: Export step-by-step API

2012-07-20 Thread Benoît Thébaudeau
Export the MD5 step-by-step API so that it is possible for the lib users to digest files by chunks. This is especially useful for very large files that would not fit into the embedded RAM. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk --- .../include/u-boot/md5.h