summaryrefslogtreecommitdiff
path: root/lib_generic
AgeCommit message (Expand)Author
2010-11-17Add qsort - add support for sorting data arraysMichael Brandt
2010-08-30Read/write VFAT support from Rockbox-3.3 FAT stackMichael Brandt
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher
2009-12-07Merge branch 'master' into nextWolfgang Denk
2009-12-07zlib.c: avoid build conflicts for cradle boardWolfgang Denk
2009-12-05Merge branch 'master' into nextWolfgang Denk
2009-12-05lzma: ignore unset filesizesMike Frysinger
2009-12-05zlib: Optimize decompressionJoakim Tjernlund
2009-12-05add lzop decompression supportPeter Korsgaard
2009-12-05Generic udelay() with watchdog supportIngo van Lil
2009-12-02crc32: Impl. linux optimized crc32()Joakim Tjernlund
2009-12-02circbuf: Move to lib_generic and conditionally compilePeter Tyser
2009-10-18lib_generic memset: fill one word at a time if possibleAlessandro Rubini
2009-10-18lib_generic memcpy: copy one word at a time if possibleAlessandro Rubini
2009-09-04zlib: fix code when DEBUG is definedGiuseppe CONDORELLI
2009-08-11zlib: add watchdog reset callGiuseppe CONDORELLI
2009-08-11zlib: updated to v.1.2.3Giuseppe CONDORELLI
2009-08-09Fix LZMA string.h header inclusion issue and remove unused variables.Luigi 'Comio' Mantellini
2009-07-27add WATCHDOG_RESET to allow LZMA kernel decompression on slow machinesrhabarber1848@web.de
2009-07-27Use do_div from div64.h for vsprintfDirk Behme
2009-07-24Revert "zlib: updated to v.1.2.3"Wolfgang Denk
2009-07-23Coding Style cleanup; update CHANGELOG.Wolfgang Denk
2009-07-23zlib: updated to v.1.2.3Giuseppe CONDORELLI
2009-07-22Refresh LZMA-lib to v4.65Luigi 'Comio' Mantellini
2009-07-19compiler.h: unify system ifdef cruft hereMike Frysinger
2009-07-16Remove legacy NAND and disk on chip code.Scott Wood
2009-04-30lib_generic: gunzip: New function zunzipRicardo Ribalda Delgado
2009-04-05Update CHANGELOG, coding style cleanup.Wolfgang Denk
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD
2009-03-20Add LZO decompressor supportStefan Roese
2009-03-20vsprintf: pull updates from Linux kernelMike Frysinger
2009-02-11bzip2: move ifdef handling to Makefile COBJS-$(...)Mike Frysinger
2009-01-27Fix gunzip in case of insufficient output bufferMatthias Fuchs
2008-12-15Introduce addr_map libraryKumar Gala
2008-11-19UBI: Add basic UBI support to U-Boot (Part 6/8)Kyungmin Park
2008-10-22Fix strmhz(): avoid printing negative fractionsWolfgang Denk
2008-10-21strmhz(): Round numbers when printing clock frequenciesWolfgang Denk
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-10-18Add Red Black Tree supportKyungmin Park
2008-09-13Coding style cleanup, update CHANGELOGWolfgang Denk
2008-09-13Add support for LZMA uncompression algorithm.Luigi 'Comio' Mantellini
2008-08-29crc16: move to lib_genericJean-Christophe PLAGNIOL-VILLARD
2008-08-29gunzip: move to lib_genericJean-Christophe PLAGNIOL-VILLARD
2008-08-21Consolidate strmhz() implementationHaavard Skinnemoen
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-07-14vsprintf: add z and t optionsJean-Christophe PLAGNIOL-VILLARD
2008-07-11Fix some more print() format errors.Wolfgang Denk
2008-07-10Fix LMB type issuesAndy Fleming
2008-07-09Allow print_size to print in GBBecky Bruce