aboutsummaryrefslogtreecommitdiff
path: root/lib_generic
AgeCommit message (Expand)Author
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
2008-06-30add SHA256 supportJean-Christophe PLAGNIOL-VILLARD
2008-06-28Fix an underflow bug in __lmb_alloc_baseAndy Fleming
2008-06-28Add lmb_freeAndy Fleming
2008-06-12Fix build issue with string.h and linux/string.hAndy Fleming
2008-06-12Change lmb to use phys_size_t/phys_addr_tBecky Bruce
2008-06-12Change print_size to take phys_size_tBecky Bruce
2008-06-06tools/mkimage: fix compiler warnings on some systems.Wolfgang Denk
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-05-09Fix Compilation Errors with 'tools/env/fw_printenv'Grant Erickson
2008-04-26Coding Style cleanup, update CHANGELOGWolfgang Denk
2008-04-25Use watchdog-aware functions when calculating hashes of images - take twoBartlomiej Sieka
2008-04-25Use watchdog-aware functions when calculating hashes of imagesBartlomiej Sieka
2008-04-25lib_generic/crc32.c: add missing #include <watchdog.h>Wolfgang Denk
2008-04-25lib_generic/crc32.c: fix compile problemWolfgang Denk
2008-04-25Add support for calculating hashes with watchdog triggeringBartlomiej Sieka
2008-04-24crc32: use uint32_t rather than unsigned longMike Frysinger