Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make getenv_IPaddr() global | Dirk Behme | 2010-01-17 | 2 | -0/+51 |
* | move prototypes for gunzip() and zunzip() to common.h | Wolfgang Wegner | 2009-12-21 | 1 | -3/+0 |
* | common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL | Heiko Schocher | 2009-12-08 | 1 | -17/+1 |
* | Merge branch 'master' into next | Wolfgang Denk | 2009-12-07 | 1 | -0/+2 |
|\ | |||||
| * | zlib.c: avoid build conflicts for cradle board | Wolfgang Denk | 2009-12-07 | 1 | -0/+2 |
* | | Merge branch 'master' into next | Wolfgang Denk | 2009-12-05 | 3 | -3/+117 |
|\| | |||||
| * | lzma: ignore unset filesizes | Mike Frysinger | 2009-12-05 | 1 | -3/+6 |
| * | circbuf: Move to lib_generic and conditionally compile | Peter Tyser | 2009-12-02 | 2 | -0/+111 |
* | | zlib: Optimize decompression | Joakim Tjernlund | 2009-12-05 | 1 | -12/+44 |
* | | add lzop decompression support | Peter Korsgaard | 2009-12-05 | 1 | -0/+87 |
* | | Generic udelay() with watchdog support | Ingo van Lil | 2009-12-05 | 2 | -0/+44 |
* | | crc32: Impl. linux optimized crc32() | Joakim Tjernlund | 2009-12-02 | 1 | -88/+112 |
|/ | |||||
* | lib_generic memset: fill one word at a time if possible | Alessandro Rubini | 2009-10-18 | 1 | -3/+19 |
* | lib_generic memcpy: copy one word at a time if possible | Alessandro Rubini | 2009-10-18 | 1 | -4/+15 |
* | zlib: fix code when DEBUG is defined | Giuseppe CONDORELLI | 2009-09-04 | 1 | -2/+3 |
* | zlib: add watchdog reset call | Giuseppe CONDORELLI | 2009-08-11 | 1 | -1/+7 |
* | zlib: updated to v.1.2.3 | Giuseppe CONDORELLI | 2009-08-11 | 1 | -1958/+1975 |
* | Fix LZMA string.h header inclusion issue and remove unused variables. | Luigi 'Comio' Mantellini | 2009-08-09 | 3 | -3/+2 |
* | add WATCHDOG_RESET to allow LZMA kernel decompression on slow machines | rhabarber1848@web.de | 2009-07-27 | 2 | -0/+30 |
* | Use do_div from div64.h for vsprintf | Dirk Behme | 2009-07-27 | 1 | -3/+4 |
* | Revert "zlib: updated to v.1.2.3" | Wolfgang Denk | 2009-07-24 | 1 | -1959/+1944 |
* | Coding Style cleanup; update CHANGELOG. | Wolfgang Denk | 2009-07-23 | 1 | -944/+944 |
* | zlib: updated to v.1.2.3 | Giuseppe CONDORELLI | 2009-07-23 | 1 | -1958/+1973 |
* | Refresh LZMA-lib to v4.65 | Luigi 'Comio' Mantellini | 2009-07-22 | 15 | -1845/+1996 |
* | compiler.h: unify system ifdef cruft here | Mike Frysinger | 2009-07-19 | 1 | -5/+3 |
* | Remove legacy NAND and disk on chip code. | Scott Wood | 2009-07-16 | 1 | -3/+1 |
* | lib_generic: gunzip: New function zunzip | Ricardo Ribalda Delgado | 2009-04-30 | 1 | -7/+20 |
* | Update CHANGELOG, coding style cleanup. | Wolfgang Denk | 2009-04-05 | 1 | -7/+9 |
* | rename include/zlib.h to include/u-boot/zlib.h | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | 3 | -3/+3 |
* | Add LZO decompressor support | Stefan Roese | 2009-03-20 | 3 | -0/+334 |
* | vsprintf: pull updates from Linux kernel | Mike Frysinger | 2009-03-20 | 1 | -106/+373 |
* | bzip2: move ifdef handling to Makefile COBJS-$(...) | Mike Frysinger | 2009-02-11 | 6 | -20/+5 |
* | Fix gunzip in case of insufficient output buffer | Matthias Fuchs | 2009-01-27 | 1 | -1/+2 |
* | Introduce addr_map library | Kumar Gala | 2008-12-15 | 2 | -0/+82 |
* | UBI: Add basic UBI support to U-Boot (Part 6/8) | Kyungmin Park | 2008-11-19 | 1 | -0/+23 |
* | Fix strmhz(): avoid printing negative fractions | Wolfgang Denk | 2008-10-22 | 1 | -1/+1 |
* | strmhz(): Round numbers when printing clock frequencies | Wolfgang Denk | 2008-10-21 | 1 | -2/+4 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | 1 | -6/+6 |
* | Add Red Black Tree support | Kyungmin Park | 2008-10-18 | 2 | -0/+391 |
* | Coding style cleanup, update CHANGELOG | Wolfgang Denk | 2008-09-13 | 3 | -118/+118 |
* | Add support for LZMA uncompression algorithm. | Luigi 'Comio' Mantellini | 2008-09-13 | 11 | -0/+2397 |
* | crc16: move to lib_generic | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-29 | 2 | -0/+108 |
* | gunzip: move to lib_generic | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-29 | 2 | -0/+114 |
* | Consolidate strmhz() implementation | Haavard Skinnemoen | 2008-08-21 | 2 | -0/+37 |
* | drivers/mtd/nand: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | 1 | -1/+1 |
* | vsprintf: add z and t options | Jean-Christophe PLAGNIOL-VILLARD | 2008-07-14 | 1 | -3/+9 |
* | Fix some more print() format errors. | Wolfgang Denk | 2008-07-11 | 1 | -9/+11 |
* | Fix LMB type issues | Andy Fleming | 2008-07-10 | 1 | -3/+3 |
* | Allow print_size to print in GB | Becky Bruce | 2008-07-09 | 1 | -13/+21 |
* | add SHA256 support | Jean-Christophe PLAGNIOL-VILLARD | 2008-06-30 | 2 | -0/+263 |