1. 4dc9fa6 lib_generic: gunzip: New function zunzip by Ricardo Ribalda Delgado · 16 years ago
  2. e366f15 Update CHANGELOG, coding style cleanup. by Wolfgang Denk · 16 years ago
  3. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  4. 371abe8 Add LZO decompressor support by Stefan Roese · 16 years ago
  5. 2b745dc vsprintf: pull updates from Linux kernel by Mike Frysinger · 16 years ago
  6. 7c1555f bzip2: move ifdef handling to Makefile COBJS-$(...) by Mike Frysinger · 16 years ago
  7. 1f2b05a Fix gunzip in case of insufficient output buffer by Matthias Fuchs · 16 years ago
  8. 0949bd1 Introduce addr_map library by Kumar Gala · 16 years ago
  9. ad7ae36 UBI: Add basic UBI support to U-Boot (Part 6/8) by Kyungmin Park · 16 years ago
  10. fc8bc87 Fix strmhz(): avoid printing negative fractions by Wolfgang Denk · 16 years ago
  11. 709e85d strmhz(): Round numbers when printing clock frequencies by Wolfgang Denk · 16 years ago
  12. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  13. 06be5b9 Add Red Black Tree support by Kyungmin Park · 16 years ago
  14. 9dbbd7b Coding style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  15. 35afc06 Add support for LZMA uncompression algorithm. by Luigi 'Comio' Mantellini · 16 years ago
  16. 9ec67ee crc16: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  17. b8ec24c gunzip: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  18. b644d6b Consolidate strmhz() implementation by Haavard Skinnemoen · 16 years ago
  19. 719bb5f drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  20. 0f72069 vsprintf: add z and t options by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  21. 12cec0a Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  22. 09d2a71 Fix LMB type issues by Andy Fleming · 16 years ago
  23. e9954d4 Allow print_size to print in GB by Becky Bruce · 16 years ago
  24. c58a6b8 add SHA256 support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  25. 78bd5a7 Fix an underflow bug in __lmb_alloc_base by Andy Fleming · 16 years ago
  26. 1ae346c Add lmb_free by Andy Fleming · 16 years ago
  27. 2126482 Fix build issue with string.h and linux/string.h by Andy Fleming · 16 years ago
  28. d26d67c Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  29. 6b468aa Change print_size to take phys_size_t by Becky Bruce · 16 years ago
  30. a1ef057 tools/mkimage: fix compiler warnings on some systems. by Wolfgang Denk · 16 years ago
  31. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  32. 9989ed6 Fix Compilation Errors with 'tools/env/fw_printenv' by Grant Erickson · 17 years ago
  33. 7f39a01 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 17 years ago
  34. 222e2ca Use watchdog-aware functions when calculating hashes of images - take two by Bartlomiej Sieka · 17 years ago
  35. ab8c9f1 Use watchdog-aware functions when calculating hashes of images by Bartlomiej Sieka · 17 years ago
  36. faa7c54 lib_generic/crc32.c: add missing #include <watchdog.h> by Wolfgang Denk · 17 years ago
  37. 3be46b8 lib_generic/crc32.c: fix compile problem by Wolfgang Denk · 17 years ago
  38. da5045d Add support for calculating hashes with watchdog triggering by Bartlomiej Sieka · 17 years ago
  39. a2c67e9 crc32: use uint32_t rather than unsigned long by Mike Frysinger · 17 years ago
  40. 72c23be Rename include/md5.h to include/u-boot/md5.h by Andy Fleming · 17 years ago
  41. b0ce352 Add the MD5 algorithm by Bartlomiej Sieka · 17 years ago
  42. 6d7bfa8 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images by Kumar Gala · 17 years ago
  43. be946ba [new uImage] Move gunzip() common code to common/gunzip.c by Marian Balakowicz · 17 years ago
  44. 7fc4015 Fix 64-bit vsprintf. by James Yang · 17 years ago
  45. 1179ad1 Build: split COBJS value into multiple lines by Grant Likely · 17 years ago
  46. fb1dacd Move 64bit division from avr32 to generic lib by Dirk Behme · 17 years ago
  47. 7e5e09f Merge branch 'testing' into working by Andy Fleming · 17 years ago
  48. 1670a5b disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  49. 1207797 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  50. a0453aa Coding style cleanup; update CHANGELOG. by Wolfgang Denk · 17 years ago
  51. 2f7ec43 lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  52. 633e03a [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · 17 years ago
  53. 02a0078 [PATCH 3_9] Move buffer print code from md command to common function by Grant Likely · 18 years ago
  54. 5b62c8b Fix JFFS2 compilation problem Patch by Stefan Roese, 12 Oct 2006 by Stefan Roese · 18 years ago
  55. f7b4f19 Cleanup of NAND update patch (remove changelog from cmd_nand.c) by Stefan Roese · 18 years ago
  56. d351b2b * Several improvements to the new NAND subsystem: by Stefan Roese · 18 years ago
  57. 6a65e42 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  58. 4df0da5 Coding style cleanup by Wolfgang Denk · 18 years ago
  59. d62379d Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  60. af8c4ca Scheduled for removal: strnicmp() which is unused by Wolfgang Denk · 19 years ago
  61. df70a42 Fix loop end test in lib_generic/string.c:strswab() by Wolfgang Denk · 19 years ago
  62. c7ca7cf Fix strswab() to reliably find end of string Patch by Andrew Dyer, 08 Feb 2005 by Wolfgang Denk · 19 years ago
  63. 8f08c5b * Patch by Pantelis Antoniou, 14 Sep 2004: by wdenk · 20 years ago
  64. c35ba4e Code cleanup; make several boards compile & link. by wdenk · 21 years ago
  65. acd9b10 * Patch by Yuli Barcohen, 4 Mar 2004: by wdenk · 21 years ago
  66. f602aa0 * Patch by Rune Torgersen, 27 Feb 2004: by wdenk · 21 years ago
  67. 9c53f40 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · 21 years ago
  68. 710e350 Patch by Yuli Barcohen, 14 Aug 2003: add support for bzip2 uncompression by wdenk · 21 years ago
  69. 5d84173 * Make Ethernet autonegotiation on INCA-IP work for all clock rates; by wdenk · 21 years ago
  70. b846356 * Allow crc32 to be used at address 0x000 by wdenk · 21 years ago
  71. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  72. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  73. b00ec16 Patches by Murray Jensen, 17 Jun 2003: by wdenk · 21 years ago
  74. 67ff36c * Patch by Daniel Engström, 18 Nov 2002: by wdenk · 22 years ago
  75. c609719 Initial revision by wdenk · 22 years ago
  76. 20e0e23 Initial revision by wdenk · 22 years ago
  77. 153d511 Initial revision by wdenk · 22 years ago
  78. affae2b Initial revision by wdenk · 22 years ago
  79. 87e33a6 Initial revision by wdenk · 22 years ago
  80. 4a5b6a3 Initial revision by wdenk · 24 years ago
  81. 40c8555 Initial revision by wdenk · 24 years ago