
Hi Wolfgang,
On Sun, Feb 17, 2013 at 12:53 PM, Wolfgang Denk wd@denx.de wrote:
Dear Simon Glass,
In message CAPnjgZ0hKP-Lr9TiUXCQEa-JhOGEB_6JXuBsCJq-FtAYhDJnww@mail.gmail.com you wrote:
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass sjg@chromium.org 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.
Signed-off-by: Simon Glass sjg@chromium.org
Applied to x86/master.
common/cmd_mem.c | 73 ++++--------------------------------------------- common/hash.c | 6 ++++ include/hash.h | 2 +- include/u-boot/crc.h | 11 +++++++ lib/crc32.c | 9 ++++++ 5 files changed, 33 insertions(+), 68 deletions(-)
Umm... this (and a lot of the other things) is all common stuff. This is not supposed to go through the x86 repository.
The x86 tree should ONLY be used for x86 spoecific stuff.
Please do no use this for pull requests. Tom has to pick up these directly.
OK, understood, have replied on your other thread and will await further instructions.
Regards, Simon
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: wd@denx.de Use C++ to confuse your enemies; use C to produce stable code.