1. b1b4e89 Add LZO decompressor support by Stefan Roese · 16 years ago
  2. 6c6166f vsprintf: pull updates from Linux kernel by Mike Frysinger · 16 years ago
  3. ab76e98 bzip2: move ifdef handling to Makefile COBJS-$(...) by Mike Frysinger · 16 years ago
  4. 107b801 Fix gunzip in case of insufficient output buffer by Matthias Fuchs · 16 years ago
  5. 63240ba Introduce addr_map library by Kumar Gala · 16 years ago
  6. 7e6ee7a UBI: Add basic UBI support to U-Boot (Part 6/8) by Kyungmin Park · 16 years ago
  7. d9d8c7c Fix strmhz(): avoid printing negative fractions by Wolfgang Denk · 16 years ago
  8. d50c7d4 strmhz(): Round numbers when printing clock frequencies by Wolfgang Denk · 16 years ago
  9. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  10. 7ba890b Add Red Black Tree support by Kyungmin Park · 16 years ago
  11. f12e454 Coding style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  12. fc9c172 Add support for LZMA uncompression algorithm. by Luigi 'Comio' Mantellini · 16 years ago
  13. bbf52df crc16: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  14. 717a222 gunzip: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  15. 0768b7a Consolidate strmhz() implementation by Haavard Skinnemoen · 16 years ago
  16. cc4a0ce drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  17. f354b73 vsprintf: add z and t options by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  18. 9b55a25 Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  19. 98874ff Fix LMB type issues by Andy Fleming · 16 years ago
  20. 417faf2 Allow print_size to print in GB by Becky Bruce · 16 years ago
  21. b571afd add SHA256 support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  22. 7570a99 Fix an underflow bug in __lmb_alloc_base by Andy Fleming · 16 years ago
  23. 63796c4 Add lmb_free by Andy Fleming · 16 years ago
  24. a94f22f Fix build issue with string.h and linux/string.h by Andy Fleming · 16 years ago
  25. 391fd93 Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  26. 61b09fc Change print_size to take phys_size_t by Becky Bruce · 16 years ago
  27. 338cc03 tools/mkimage: fix compiler warnings on some systems. by Wolfgang Denk · 16 years ago
  28. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  29. f3b6d52 Fix Compilation Errors with 'tools/env/fw_printenv' by Grant Erickson · 16 years ago
  30. 7ed4011 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  31. 7590378 Use watchdog-aware functions when calculating hashes of images - take two by Bartlomiej Sieka · 16 years ago
  32. 1de6b28 Use watchdog-aware functions when calculating hashes of images by Bartlomiej Sieka · 16 years ago
  33. aff4f86 lib_generic/crc32.c: add missing #include <watchdog.h> by Wolfgang Denk · 16 years ago
  34. 03ccdbc lib_generic/crc32.c: fix compile problem by Wolfgang Denk · 16 years ago
  35. 215b01b Add support for calculating hashes with watchdog triggering by Bartlomiej Sieka · 16 years ago
  36. 89cdab7 crc32: use uint32_t rather than unsigned long by Mike Frysinger · 16 years ago
  37. 20a14a4 Rename include/md5.h to include/u-boot/md5.h by Andy Fleming · 16 years ago
  38. 0ede0c3 Add the MD5 algorithm by Bartlomiej Sieka · 17 years ago
  39. 4ed6552 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images by Kumar Gala · 17 years ago
  40. 321359f [new uImage] Move gunzip() common code to common/gunzip.c by Marian Balakowicz · 17 years ago
  41. bf05293 Fix 64-bit vsprintf. by James Yang · 17 years ago
  42. f0037c5 Build: split COBJS value into multiple lines by Grant Likely · 17 years ago
  43. f7c086e Move 64bit division from avr32 to generic lib by Dirk Behme · 17 years ago
  44. 6bf6f11 Merge branch 'testing' into working by Andy Fleming · 17 years ago
  45. b3aff0c disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  46. 6735056 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  47. 4ef218f Coding style cleanup; update CHANGELOG. by Wolfgang Denk · 17 years ago
  48. 0c505db lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  49. 566a494 [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · 17 years ago
  50. c95c428 [PATCH 3_9] Move buffer print code from md command to common function by Grant Likely · 18 years ago
  51. 5c34eee Fix JFFS2 compilation problem Patch by Stefan Roese, 12 Oct 2006 by Stefan Roese · 18 years ago
  52. 752d683 Cleanup of NAND update patch (remove changelog from cmd_nand.c) by Stefan Roese · 18 years ago
  53. 2255b2d * Several improvements to the new NAND subsystem: by Stefan Roese · 18 years ago
  54. 2b208f5 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  55. 511d0c7 Coding style cleanup by Wolfgang Denk · 18 years ago
  56. f932863 Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  57. 983bebb Scheduled for removal: strnicmp() which is unused by Wolfgang Denk · 18 years ago
  58. e5e98ed Fix loop end test in lib_generic/string.c:strswab() by Wolfgang Denk · 19 years ago
  59. 389db1f Fix strswab() to reliably find end of string Patch by Andrew Dyer, 08 Feb 2005 by Wolfgang Denk · 19 years ago
  60. 2ee6653 * Patch by Pantelis Antoniou, 14 Sep 2004: by wdenk · 20 years ago
  61. 42dfe7a Code cleanup; make several boards compile & link. by wdenk · 21 years ago
  62. c3f9d49 * Patch by Yuli Barcohen, 4 Mar 2004: by wdenk · 21 years ago
  63. c40b295 * Patch by Rune Torgersen, 27 Feb 2004: by wdenk · 21 years ago
  64. 42d1f03 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · 21 years ago
  65. c29fdfc Patch by Yuli Barcohen, 14 Aug 2003: add support for bzip2 uncompression by wdenk · 21 years ago
  66. e0ac62d * Make Ethernet autonegotiation on INCA-IP work for all clock rates; by wdenk · 21 years ago
  67. 7784674 * Allow crc32 to be used at address 0x000 by wdenk · 21 years ago
  68. 0d49839 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  69. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  70. 6dd652f Patches by Murray Jensen, 17 Jun 2003: by wdenk · 21 years ago
  71. b2184c3 * Patch by Daniel Engström, 18 Nov 2002: by wdenk · 22 years ago
  72. c609719 Initial revision by wdenk · 22 years ago
  73. 20e0e23 Initial revision by wdenk · 22 years ago
  74. 153d511 Initial revision by wdenk · 22 years ago
  75. affae2b Initial revision by wdenk · 22 years ago
  76. 87e33a6 Initial revision by wdenk · 22 years ago
  77. 4a5b6a3 Initial revision by wdenk · 23 years ago
  78. 40c8555 Initial revision by wdenk · 24 years ago