summaryrefslogtreecommitdiffstats
path: root/lib_generic
Commit message (Expand)AuthorAgeFilesLines
* common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-081-17/+1
* Merge branch 'master' into nextWolfgang Denk2009-12-071-0/+2
|\
| * zlib.c: avoid build conflicts for cradle boardWolfgang Denk2009-12-071-0/+2
* | Merge branch 'master' into nextWolfgang Denk2009-12-053-3/+117
|\ \ | |/
| * lzma: ignore unset filesizesMike Frysinger2009-12-051-3/+6
| * circbuf: Move to lib_generic and conditionally compilePeter Tyser2009-12-022-0/+111
* | zlib: Optimize decompressionJoakim Tjernlund2009-12-051-12/+44
* | add lzop decompression supportPeter Korsgaard2009-12-051-0/+87
* | Generic udelay() with watchdog supportIngo van Lil2009-12-052-0/+44
* | crc32: Impl. linux optimized crc32()Joakim Tjernlund2009-12-021-88/+112
|/
* lib_generic memset: fill one word at a time if possibleAlessandro Rubini2009-10-181-3/+19
* lib_generic memcpy: copy one word at a time if possibleAlessandro Rubini2009-10-181-4/+15
* zlib: fix code when DEBUG is definedGiuseppe CONDORELLI2009-09-041-2/+3
* zlib: add watchdog reset callGiuseppe CONDORELLI2009-08-111-1/+7
* zlib: updated to v.1.2.3Giuseppe CONDORELLI2009-08-111-1958/+1975
* Fix LZMA string.h header inclusion issue and remove unused variables.Luigi 'Comio' Mantellini2009-08-093-3/+2
* add WATCHDOG_RESET to allow LZMA kernel decompression on slow machinesrhabarber1848@web.de2009-07-272-0/+30
* Use do_div from div64.h for vsprintfDirk Behme2009-07-271-3/+4
* Revert "zlib: updated to v.1.2.3"Wolfgang Denk2009-07-241-1959/+1944
* Coding Style cleanup; update CHANGELOG.Wolfgang Denk2009-07-231-944/+944
* zlib: updated to v.1.2.3Giuseppe CONDORELLI2009-07-231-1958/+1973
* Refresh LZMA-lib to v4.65Luigi 'Comio' Mantellini2009-07-2215-1845/+1996
* compiler.h: unify system ifdef cruft hereMike Frysinger2009-07-191-5/+3
* Remove legacy NAND and disk on chip code.Scott Wood2009-07-161-3/+1
* lib_generic: gunzip: New function zunzipRicardo Ribalda Delgado2009-04-301-7/+20
* Update CHANGELOG, coding style cleanup.Wolfgang Denk2009-04-051-7/+9
* rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD2009-04-043-3/+3
* Add LZO decompressor supportStefan Roese2009-03-203-0/+334
* vsprintf: pull updates from Linux kernelMike Frysinger2009-03-201-106/+373
* bzip2: move ifdef handling to Makefile COBJS-$(...)Mike Frysinger2009-02-116-20/+5
* Fix gunzip in case of insufficient output bufferMatthias Fuchs2009-01-271-1/+2
* Introduce addr_map libraryKumar Gala2008-12-152-0/+82
* UBI: Add basic UBI support to U-Boot (Part 6/8)Kyungmin Park2008-11-191-0/+23
* Fix strmhz(): avoid printing negative fractionsWolfgang Denk2008-10-221-1/+1
* strmhz(): Round numbers when printing clock frequenciesWolfgang Denk2008-10-211-2/+4
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-6/+6
* Add Red Black Tree supportKyungmin Park2008-10-182-0/+391
* Coding style cleanup, update CHANGELOGWolfgang Denk2008-09-133-118/+118
* Add support for LZMA uncompression algorithm.Luigi 'Comio' Mantellini2008-09-1311-0/+2397
* crc16: move to lib_genericJean-Christophe PLAGNIOL-VILLARD2008-08-292-0/+108
* gunzip: move to lib_genericJean-Christophe PLAGNIOL-VILLARD2008-08-292-0/+114
* Consolidate strmhz() implementationHaavard Skinnemoen2008-08-212-0/+37
* drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-131-1/+1
* vsprintf: add z and t optionsJean-Christophe PLAGNIOL-VILLARD2008-07-141-3/+9
* Fix some more print() format errors.Wolfgang Denk2008-07-111-9/+11
* Fix LMB type issuesAndy Fleming2008-07-101-3/+3
* Allow print_size to print in GBBecky Bruce2008-07-091-13/+21
* add SHA256 supportJean-Christophe PLAGNIOL-VILLARD2008-06-302-0/+263
* Fix an underflow bug in __lmb_alloc_baseAndy Fleming2008-06-281-15/+19
* Add lmb_freeAndy Fleming2008-06-281-0/+49
OpenPOWER on IntegriCloud