Re: [U-Boot] [PATCH] Add md5sum and sha1 commands...

2009-08-12 Thread Mike Frysinger
On Tuesday 11 August 2009 15:36:26 Robin Getz wrote: > On Tue 11 Aug 2009 15:21, Wolfgang Denk pondered: > > Robin Getz wrote: > > > > Now that we have sha1 and md5 in lib_generic, allow people to use > > > > them on the command line, for checking downloaded files > > > > > > > > Signed-off-by: Rob

Re: [U-Boot] [PATCH] Add md5sum and sha1 commands...

2009-08-12 Thread Robin Getz
On Mon 27 Jul 2009 00:07, Robin Getz pondered: > From: Robin Getz > > Now that we have sha1 and md5 in lib_generic, allow people to use them > on the command line, for checking downloaded files > > Signed-off-by: Robin Getz > > README |4 ++ > common/cmd_mem.c | 68 ++

Re: [U-Boot] [PATCH] Add md5sum and sha1 commands...

2009-08-12 Thread Wolfgang Denk
Dear Robin Getz, In message <200908111357.25007.rg...@blackfin.uclinux.org> you wrote: > > > Now that we have sha1 and md5 in lib_generic, allow people to use them > > on the command line, for checking downloaded files > > > > Signed-off-by: Robin Getz > > > > README |4 ++ > >

Re: [U-Boot] [PATCH] Add md5sum and sha1 commands...

2009-08-12 Thread Robin Getz
On Tue 11 Aug 2009 15:21, Wolfgang Denk pondered: > Dear Robin Getz, > > In message <200908111357.25007.rg...@blackfin.uclinux.org> you wrote: > > > > > Now that we have sha1 and md5 in lib_generic, allow people to use them > > > on the command line, for checking downloaded files > > > > > > Sig

Re: [U-Boot] [PATCH] Add md5sum and sha1 commands...

2009-07-26 Thread Robin Getz
From: Robin Getz Now that we have sha1 and md5 in lib_generic, allow people to use them on the command line, for checking downloaded files Signed-off-by: Robin Getz README |4 ++ common/cmd_mem.c | 68 + 2 files changed, 72 insertio