Re: [U-Boot] [PATCH v2 17/21] Roll crc32 into hash infrastructure

2013-02-21 Thread Wolfgang Denk
Dear Simon Glass, In message <1361379515-23802-18-git-send-email-...@chromium.org> you wrote: > Add the CRC32 algorithm to the list of available hashes, and make > the crc32 command use hash_command(). Add a new crc32_wd_buf() to > make this possible, which puts its result in a buffer rather than

[U-Boot] [PATCH v2 17/21] Roll crc32 into hash infrastructure

2013-02-20 Thread Simon Glass
Add the CRC32 algorithm to the list of available hashes, and make the crc32 command use hash_command(). Add a new crc32_wd_buf() to make this possible, which puts its result in a buffer rather than returning it as a 32-bit value. Note: For some boards the hash command is not enabled, neither are s