aboutsummaryrefslogtreecommitdiff
path: root/lib_generic/crc32.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02crc32: Impl. linux optimized crc32()Joakim Tjernlund1-88/+112
2009-07-16Remove legacy NAND and disk on chip code.Scott Wood1-3/+1
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-05-09Fix Compilation Errors with 'tools/env/fw_printenv'Grant Erickson1-0/+2
2008-04-26Coding Style cleanup, update CHANGELOGWolfgang Denk1-2/+2
2008-04-25Use watchdog-aware functions when calculating hashes of imagesBartlomiej Sieka1-1/+1
2008-04-25lib_generic/crc32.c: add missing #include <watchdog.h>Wolfgang Denk1-0/+1
2008-04-25lib_generic/crc32.c: fix compile problemWolfgang Denk1-5/+4
2008-04-25Add support for calculating hashes with watchdog triggeringBartlomiej Sieka1-0/+27
2008-04-24crc32: use uint32_t rather than unsigned longMike Frysinger1-9/+10
2007-07-10disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-2/+2
2007-07-09lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_...Jon Loeliger1-2/+2
2007-07-04lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-2/+3
2006-10-12Fix JFFS2 compilation problemStefan Roese1-2/+2
2006-10-11Cleanup of NAND update patch (remove changelog from cmd_nand.c)Stefan Roese1-3/+2
2006-10-10* Several improvements to the new NAND subsystem:Stefan Roese1-1/+3
2003-08-17* Make Ethernet autonegotiation on INCA-IP work for all clock rates;U-Boot-0_4_6wdenk1-1/+0
2003-07-26* Allow crc32 to be used at address 0x000wdenk1-1/+0
2002-08-17Initial revisionwdenk1-0/+199