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