aboutsummaryrefslogtreecommitdiff
path: root/lib_generic
AgeCommit message (Expand)AuthorFilesLines
2010-04-13Rename lib_generic/ to lib/Peter Tyser41-12756/+0
2010-03-21env: fix endian ordering in crc tableJeff Angielski1-1/+1
2010-01-26gzip/zlib: make features optionalMike Frysinger1-2/+2
2010-01-21lmb: only force on arches that use itMike Frysinger2-1/+13
2010-01-21sha1: add dedicated config optionMike Frysinger1-1/+1
2010-01-17Make getenv_IPaddr() globalDirk Behme2-0/+51
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner1-3/+0
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher1-17/+1
2009-12-07Merge branch 'master' into nextWolfgang Denk1-0/+2
2009-12-07zlib.c: avoid build conflicts for cradle boardWolfgang Denk1-0/+2
2009-12-05Merge branch 'master' into nextWolfgang Denk3-3/+117
2009-12-05lzma: ignore unset filesizesMike Frysinger1-3/+6
2009-12-05zlib: Optimize decompressionJoakim Tjernlund1-12/+44
2009-12-05add lzop decompression supportPeter Korsgaard1-0/+87
2009-12-05Generic udelay() with watchdog supportIngo van Lil2-0/+44
2009-12-02crc32: Impl. linux optimized crc32()Joakim Tjernlund1-88/+112
2009-12-02circbuf: Move to lib_generic and conditionally compilePeter Tyser2-0/+111
2009-10-18lib_generic memset: fill one word at a time if possibleAlessandro Rubini1-3/+19
2009-10-18lib_generic memcpy: copy one word at a time if possibleAlessandro Rubini1-4/+15
2009-09-04zlib: fix code when DEBUG is definedGiuseppe CONDORELLI1-2/+3
2009-08-11zlib: add watchdog reset callGiuseppe CONDORELLI1-1/+7
2009-08-11zlib: updated to v.1.2.3Giuseppe CONDORELLI1-1958/+1975
2009-08-09Fix LZMA string.h header inclusion issue and remove unused variables.Luigi 'Comio' Mantellini3-3/+2
2009-07-27add WATCHDOG_RESET to allow LZMA kernel decompression on slow machinesrhabarber1848@web.de2-0/+30
2009-07-27Use do_div from div64.h for vsprintfDirk Behme1-3/+4
2009-07-24Revert "zlib: updated to v.1.2.3"Wolfgang Denk1-1959/+1944
2009-07-23Coding Style cleanup; update CHANGELOG.Wolfgang Denk1-944/+944
2009-07-23zlib: updated to v.1.2.3Giuseppe CONDORELLI1-1958/+1973
2009-07-22Refresh LZMA-lib to v4.65Luigi 'Comio' Mantellini15-1845/+1996
2009-07-19compiler.h: unify system ifdef cruft hereMike Frysinger1-5/+3
2009-07-16Remove legacy NAND and disk on chip code.Scott Wood1-3/+1
2009-04-30lib_generic: gunzip: New function zunzipRicardo Ribalda Delgado1-7/+20
2009-04-05Update CHANGELOG, coding style cleanup.Wolfgang Denk1-7/+9
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD3-3/+3
2009-03-20Add LZO decompressor supportStefan Roese3-0/+334
2009-03-20vsprintf: pull updates from Linux kernelMike Frysinger1-106/+373
2009-02-11bzip2: move ifdef handling to Makefile COBJS-$(...)Mike Frysinger6-20/+5
2009-01-27Fix gunzip in case of insufficient output bufferMatthias Fuchs1-1/+2
2008-12-15Introduce addr_map libraryKumar Gala2-0/+82
2008-11-19UBI: Add basic UBI support to U-Boot (Part 6/8)Kyungmin Park1-0/+23
2008-10-22Fix strmhz(): avoid printing negative fractionsWolfgang Denk1-1/+1
2008-10-21strmhz(): Round numbers when printing clock frequenciesWolfgang Denk1-2/+4
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-6/+6
2008-10-18Add Red Black Tree supportKyungmin Park2-0/+391
2008-09-13Coding style cleanup, update CHANGELOGWolfgang Denk3-118/+118
2008-09-13Add support for LZMA uncompression algorithm.Luigi 'Comio' Mantellini11-0/+2397
2008-08-29crc16: move to lib_genericJean-Christophe PLAGNIOL-VILLARD2-0/+108
2008-08-29gunzip: move to lib_genericJean-Christophe PLAGNIOL-VILLARD2-0/+114
2008-08-21Consolidate strmhz() implementationHaavard Skinnemoen2-0/+37
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-1/+1