summaryrefslogtreecommitdiffstats
path: root/lib_generic/crc32.c
Commit message (Expand)AuthorAgeFilesLines
* Rename lib_generic/ to lib/Peter Tyser2010-04-131-251/+0
* env: fix endian ordering in crc tableJeff Angielski2010-03-211-1/+1
* crc32: Impl. linux optimized crc32()Joakim Tjernlund2009-12-021-88/+112
* Remove legacy NAND and disk on chip code.Scott Wood2009-07-161-3/+1
* rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD2009-04-041-1/+1
* drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-131-1/+1
* Fix Compilation Errors with 'tools/env/fw_printenv'Grant Erickson2008-05-091-0/+2
* Coding Style cleanup, update CHANGELOGWolfgang Denk2008-04-261-2/+2
* Use watchdog-aware functions when calculating hashes of imagesBartlomiej Sieka2008-04-251-1/+1
* lib_generic/crc32.c: add missing #include <watchdog.h>Wolfgang Denk2008-04-251-0/+1
* lib_generic/crc32.c: fix compile problemWolfgang Denk2008-04-251-5/+4
* Add support for calculating hashes with watchdog triggeringBartlomiej Sieka2008-04-251-0/+27
* crc32: use uint32_t rather than unsigned longMike Frysinger2008-04-241-9/+10
* disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-101-2/+2
* lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_...Jon Loeliger2007-07-091-2/+2
* lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-2/+3
* Fix JFFS2 compilation problemStefan Roese2006-10-121-2/+2
* Cleanup of NAND update patch (remove changelog from cmd_nand.c)Stefan Roese2006-10-111-3/+2
* * Several improvements to the new NAND subsystem:Stefan Roese2006-10-101-1/+3
* * Make Ethernet autonegotiation on INCA-IP work for all clock rates;wdenk2003-08-171-1/+0
* * Allow crc32 to be used at address 0x000wdenk2003-07-261-1/+0
* Initial revisionwdenk2002-08-171-0/+199
OpenPOWER on IntegriCloud