summaryrefslogtreecommitdiff
path: root/lib_generic
AgeCommit message (Expand)AuthorFilesLines
2009-12-03circbuf: Move to lib_generic and conditionally compilePeter Tyser2-0/+111
2009-10-19lib_generic memset: fill one word at a time if possibleAlessandro Rubini1-3/+19
2009-10-19lib_generic memcpy: copy one word at a time if possibleAlessandro Rubini1-4/+15
2009-09-05zlib: fix code when DEBUG is definedGiuseppe CONDORELLI1-2/+3
2009-08-12zlib: add watchdog reset callGiuseppe CONDORELLI1-1/+7
2009-08-12zlib: updated to v.1.2.3Giuseppe CONDORELLI1-1958/+1975
2009-08-10Fix 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-24Coding 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-17Remove legacy NAND and disk on chip code.Scott Wood1-3/+1
2009-05-01lib_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-21Add LZO decompressor supportStefan Roese3-0/+334
2009-03-21vsprintf: pull updates from Linux kernelMike Frysinger1-106/+373
2009-02-12bzip2: 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-16Introduce 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
2008-07-14vsprintf: add z and t optionsJean-Christophe PLAGNIOL-VILLARD1-3/+9
2008-07-11Fix some more print() format errors.Wolfgang Denk1-9/+11
2008-07-10Fix LMB type issuesAndy Fleming1-3/+3
2008-07-10Allow print_size to print in GBBecky Bruce1-13/+21
2008-07-01add SHA256 supportJean-Christophe PLAGNIOL-VILLARD2-0/+263
2008-06-29Fix an underflow bug in __lmb_alloc_baseAndy Fleming1-15/+19
2008-06-29Add lmb_freeAndy Fleming1-0/+49
2008-06-12Fix build issue with string.h and linux/string.hAndy Fleming2-2/+2
2008-06-12Change lmb to use phys_size_t/phys_addr_tBecky Bruce1-34/+35
2008-06-12Change print_size to take phys_size_tBecky Bruce1-1/+1
2008-06-06tools/mkimage: fix compiler warnings on some systems.Wolfgang Denk2-0/+4
2008-05-21Big white-space cleanup.Wolfgang Denk3-3/+3
2008-05-10Fix 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 images - take twoBartlomiej Sieka2-0/+8
2008-04-25Use watchdog-aware functions when calculating hashes of imagesBartlomiej Sieka1-1/+1