summaryrefslogtreecommitdiff
path: root/lib_generic/crc32.c
Commit message (Expand)AuthorAgeLines
* Fix Compilation Errors with 'tools/env/fw_printenv'Grant Erickson2008-05-09-0/+2
* Coding Style cleanup, update CHANGELOGWolfgang Denk2008-04-26-2/+2
* Use watchdog-aware functions when calculating hashes of imagesBartlomiej Sieka2008-04-25-1/+1
* lib_generic/crc32.c: add missing #include <watchdog.h>Wolfgang Denk2008-04-25-0/+1
* lib_generic/crc32.c: fix compile problemWolfgang Denk2008-04-25-5/+4
* Add support for calculating hashes with watchdog triggeringBartlomiej Sieka2008-04-25-0/+27
* crc32: use uint32_t rather than unsigned longMike Frysinger2008-04-24-9/+10
* disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-2/+2
* lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_...Jon Loeliger2007-07-09-2/+2
* lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-2/+3
* Fix JFFS2 compilation problemStefan Roese2006-10-12-2/+2
* Cleanup of NAND update patch (remove changelog from cmd_nand.c)Stefan Roese2006-10-11-3/+2
* * Several improvements to the new NAND subsystem:Stefan Roese2006-10-10-1/+3
* * Make Ethernet autonegotiation on INCA-IP work for all clock rates;wdenk2003-08-17-1/+0
* * Allow crc32 to be used at address 0x000wdenk2003-07-26-1/+0
* Initial revisionwdenk2002-08-17-0/+199