In message <[EMAIL PROTECTED]> you wrote:
> Implement watchodg-aware variants of hash calculation functions:
> - crc32_wd()
> - md5_wd()
> - sha1_csum_wd()
> The above functions calculate the hash of the input buffer in chunks,
> triggering the watchdog after processing each chunk. The chunk size is given
> as a function call parameter.
> 
> Signed-off-by: Bartlomiej Sieka <[EMAIL PROTECTED]>
> ---
> 
>  include/common.h    |    1 +
>  include/md5.h       |    8 ++++++++
>  include/sha1.h      |   11 +++++++++++
>  lib_generic/crc32.c |   27 +++++++++++++++++++++++++++
>  lib_generic/md5.c   |   36 ++++++++++++++++++++++++++++++++++++
>  lib_generic/sha1.c  |   33 +++++++++++++++++++++++++++++++++
>  6 files changed, 116 insertions(+), 0 deletions(-)

This doesn't apply any more - for example, include/md5.h does not
exist any more.

Please rebase against current top of tree and resubmit.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
It is not best to swap horses while crossing the river.
- Abraham Lincoln

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to