Re: [U-Boot] [PATCH v3 17/22] Roll crc32 into hash infrastructure

2013-02-24 Thread Simon Glass
Hi, On Sun, Feb 24, 2013 at 7:33 PM, Simon Glass 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 > returning it as a 32-bit value. > >

[U-Boot] [PATCH v3 17/22] Roll crc32 into hash infrastructure

2013-02-24 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