1. 64ccc83 bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt" by Heiko Schocher · Mon Mar 29 13:15:48 2010 +0200
  2. 2f4d365 cmd_usb.c: print debug messages only when DEBUG is defined by Wolfgang Denk · Thu Mar 25 14:07:23 2010 +0100
  3. 2d68c26 lcd: make 16bpp work by Alessandro Rubini · Sat Mar 13 17:44:08 2010 +0100
  4. ec8744a console.c: fix problem with splashimage by Anatolij Gustschin · Tue Mar 16 15:29:33 2010 +0100
  5. e8943cc cmd_mmc remove \n by Frans Meulenbroeks · Thu Feb 25 14:03:08 2010 +0100
  6. a2cfb24 Prepare v2010.03-rc1 by Wolfgang Denk · Fri Mar 12 23:06:04 2010 +0100
  7. 6dbca5f Cosmetic change - indentation correction. by Michael Zaidman · Sun Feb 28 16:28:25 2010 +0200
  8. 99695c2 cmd_mtdparts.c: prevent printbuffer overflows by Anatolij Gustschin · Wed Feb 24 00:29:44 2010 +0100
  9. ce2dd6e Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOT by Wolfgang Denk · Thu Mar 11 23:56:03 2010 +0100
  10. 92bc263 PPC: Record U-Boot's relocated address in RAM and show in bdinfo. by Richard Retanubun · Fri Jan 15 10:06:06 2010 -0500
  11. e67b02f cmd_itest.c: fix pointer dereferencing by Frans Meulenbroeks · Mon Feb 22 22:49:06 2010 +0100
  12. 2e53636 net: Use 0.5 sec timeout in miiphy_reset() instead of counting loop by Stefan Roese · Tue Feb 02 13:43:48 2010 +0100
  13. 93cf093 USB: usb_control_msg wait for driver ISR to set status. by Remy Bohmer · Mon Feb 01 19:40:47 2010 +0100
  14. ec3c002 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · Wed Feb 03 20:05:27 2010 +0100
  15. 8fdcb40 Merge branch 'master' of git://git.denx.de/u-boot-video by Wolfgang Denk · Wed Feb 03 20:03:46 2010 +0100
  16. 3207afd cmd_ximg.c: fix error: 'i' undeclared by Wolfgang Denk · Sun Jan 31 21:51:43 2010 +0100
  17. 460c7d2 lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolor by Anatolij Gustschin · Sat Dec 12 21:20:57 2009 +0100
  18. be14eb1 env_nand.c: print error message and fail gracefully by Wolfgang Denk · Sat Jan 16 21:50:26 2010 -0700
  19. 006e2c8 Add support to disable cpu's in multicore processors by Kumar Gala · Tue Jan 12 11:42:43 2010 -0600
  20. 781afa9 add ability to handle compressed images to imxtract by Wolfgang Wegner · Thu Dec 10 10:11:21 2009 +0100
  21. b5125d2 jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZE by Mike Frysinger · Fri Jan 08 08:03:06 2010 -0500
  22. ab427ae gzip/zlib: make features optional by Mike Frysinger · Thu Jan 21 19:30:36 2010 -0500
  23. 7b07f09 mkimage: Add Freescale imx Boot Image support (imximage) by Stefano Babic · Wed Jan 20 18:19:10 2010 +0100
  24. a0dadf8 lmb: only force on arches that use it by Mike Frysinger · Tue Nov 03 11:35:59 2009 -0500
  25. 07b4627 CRAMFS: support cramfs in RAM by Heiko Schocher · Thu Jan 07 08:55:54 2010 +0100
  26. e719363 env, eeprom: add redundant environment support by Heiko Schocher · Thu Jan 07 08:55:44 2010 +0100
  27. 9bb0dd5 cmd_eeprom: I2C updates by Heiko Schocher · Thu Jan 07 08:55:40 2010 +0100
  28. 030c11c cmd_bootm.c: Change interpretation of standalone image parameters. by Detlev Zundel · Tue Dec 22 12:43:02 2009 +0100
  29. 4e46ab3 cmd_bootm.c: Do not load a ramdisk when not booting a kernel. by Detlev Zundel · Tue Dec 22 12:43:01 2009 +0100
  30. 5873331 kgdb: update mem2hex/hex2mem funcs by Robin Getz · Mon Dec 21 18:40:44 2009 -0500
  31. ed9d08e kgdb: add default generic stubs by Robin Getz · Mon Dec 21 18:40:42 2009 -0500
  32. d595458 config_defaults.h: new header for common u-boot config defaults by Mike Frysinger · Wed Dec 02 21:15:03 2009 -0500
  33. b634942 malloc: return NULL if not initialized yet by Wolfgang Denk · Fri Jan 15 11:20:10 2010 +0100
  34. 6173ce8 onenand: Fix compile errors due to FlexOneNAND by Sanjeev Premi · Fri Dec 18 14:55:24 2009 +0530
  35. 32d15b9 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · Wed Dec 09 15:16:47 2009 +0100
  36. d43a0b8 usb: write command for RAW partition. by Mahavir Jain · Tue Nov 03 12:22:10 2009 +0530
  37. 83b9e1d USB Consolidate descriptor definitions by Tom Rix · Sat Oct 31 12:37:38 2009 -0500
  38. 0f602e1 common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · Thu Dec 03 11:21:21 2009 +0100
  39. 3c51641 Merge branch 'master' of ../work into next by Wolfgang Denk · Mon Dec 07 23:42:33 2009 +0100
  40. b9a8d45 i2c: fix dangling comment in do_i2c_mw() by Heiko Schocher · Sat Dec 05 11:59:51 2009 +0100
  41. 12decf4 Merge branch 'master' into next by Wolfgang Denk · Mon Dec 07 22:47:17 2009 +0100
  42. 694a393 bootm: Fix help message's sub-command ordering by Peter Tyser · Wed Nov 18 19:08:59 2009 -0600
  43. e3c1dc5 Merge branch 'master' into next by Wolfgang Denk · Sat Dec 05 02:11:59 2009 +0100
  44. f7440cd add lzop decompression support by Peter Korsgaard · Thu Nov 19 11:37:51 2009 +0100
  45. 93c3060 i386: Fix malloc initialization by Graeme Russ · Tue Nov 24 20:04:13 2009 +1100
  46. 580d641 Remove superfluous preprocessor tests from some cmd_*.c files. by Robert P. J. Day · Thu Nov 19 11:00:28 2009 -0500
  47. 83e3535 Removes dead code in the file common/cmd_i2c.c by Pratap Chandu · Thu Nov 12 19:28:25 2009 +0530
  48. 5599236 cmd_date: Fix spelling in error message. by Magnus Lilja · Wed Nov 11 19:56:36 2009 +0100
  49. 4274443 Move do_irqinfo() to common/cmd_irq.c by Peter Tyser · Wed Nov 11 10:36:28 2009 -0600
  50. 5e9be69 cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSE by Peter Tyser · Wed Nov 11 10:36:19 2009 -0600
  51. e8b39e4 circbuf: Move to lib_generic and conditionally compile by Peter Tyser · Mon Nov 09 15:17:50 2009 -0600
  52. 9a14a5a exports: rewrite jump table init by Mike Frysinger · Wed Nov 04 16:34:42 2009 -0500
  53. 6c1616a bootm: mark local boot_os[] table static by Mike Frysinger · Tue Nov 03 11:36:26 2009 -0500
  54. 00d8656 Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y by Remy Bohmer · Thu Oct 29 14:24:22 2009 +0100
  55. cc35c49 Add 'true' and 'false' commands by Peter Tyser · Fri Oct 16 17:36:27 2009 -0500
  56. 2d2712a cmd_help: General cleanup by Peter Tyser · Fri Oct 16 17:36:26 2009 -0500
  57. eabe6d9 command.c: Break commands out to appropriate cmd_*.c files by Peter Tyser · Fri Oct 16 17:36:25 2009 -0500
  58. 4773566 ENV Variable support for Flex-OneNAND by Amul Kumar Saha · Wed Nov 04 10:38:46 2009 +0530
  59. 1589500 cmd_nand: Move conditional compilation to Makefile by Peter Tyser · Thu Oct 15 10:48:18 2009 -0500
  60. 4fa5688 cmd_nand: Remove duplicate include by Peter Tyser · Thu Oct 15 10:48:17 2009 -0500
  61. 0deafa2 Add 'editenv' command by Peter Tyser · Sun Oct 25 15:12:56 2009 -0500
  62. 9fb48fd setenv(): Delete 0-length environment variables by Peter Tyser · Sun Oct 25 15:12:55 2009 -0500
  63. 8ad15a9 readline(): Add ability to modify a string buffer by Peter Tyser · Sun Oct 25 15:12:54 2009 -0500
  64. 03e46c4 cread_line(): Remove unused variables by Peter Tyser · Sun Oct 25 15:12:53 2009 -0500
  65. c144e01 Check for NULL prompt in readline_into_buffer() by Peter Tyser · Sun Oct 25 15:12:52 2009 -0500
  66. 5cefcbf Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · Tue Oct 27 20:56:31 2009 +0100
  67. 51420fb Revert "env: only build env_embedded and envcrc when needed" by Wolfgang Denk · Tue Oct 27 00:03:32 2009 +0100
  68. 9e9cf60 fdt_support: Add multi-serial support for stdout fixup by Anton Vorontsov · Thu Oct 15 17:47:04 2009 +0400
  69. 22f8b68 sf: add GPL-2 license info by Mike Frysinger · Fri Oct 09 17:12:44 2009 -0400
  70. 59735d3 fdt: Fix fdt padding issue for initrd mem_rsv by Kumar Gala · Wed Oct 21 23:29:51 2009 -0500
  71. 0e78c94 Merge branch 'master-sync' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Sat Oct 24 22:26:09 2009 +0200
  72. a0f10c9 fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtb by Stefan Roese · Wed Oct 21 11:59:52 2009 +0200
  73. ab1a6e9 lcd: remove '#if 0' 32-bit scroll, now memcpy does it by Alessandro Rubini · Sat Oct 10 11:51:26 2009 +0200
  74. 5d4d06c setenv: do console redirection even if previously unset by Alessandro Rubini · Thu Oct 08 14:29:14 2009 +0200
  75. cb47b4f mem_mtest: fix error reporting, allow escape with ^C by Paul Gortmaker · Fri Oct 02 18:18:33 2009 -0400
  76. 71ecabf env: only build env_embedded and envcrc when needed by Mike Frysinger · Wed Sep 30 15:29:58 2009 -0400
  77. 23f55e8 Cleanup: use constant by Niklaus Giger · Wed Sep 23 08:12:14 2009 +0200
  78. fca3084 s5pc1xx: support serial driver by Minkyu Kang · Thu Oct 01 17:20:28 2009 +0900
  79. c8f071a Merge branch 'reloc' by Wolfgang Denk · Fri Oct 09 00:03:18 2009 +0200
  80. d4c6154 ppc4xx: Rework cmd reginfo by Niklaus Giger · Sun Oct 04 20:04:21 2009 +0200
  81. 4a6a663 arm/microblaze/nios/nios2/sh: Remove relocation fixups by Peter Tyser · Tue Sep 22 09:27:55 2009 -0500
  82. 9057cbf Conditionally perform common relocation fixups by Peter Tyser · Mon Sep 21 11:20:36 2009 -0500
  83. 477a5fe Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · Wed Sep 30 23:26:59 2009 +0200
  84. 6987e65 ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper case by Stefan Roese · Thu Sep 24 13:59:57 2009 +0200
  85. 707fd36 ppc4xx: Convert PPC4xx UIC defines from lower case to upper case by Stefan Roese · Thu Sep 24 09:55:50 2009 +0200
  86. d028afa cmd_fdt.c: fix parse of byte streams and strings by Ken MacLeod · Fri Sep 11 15:16:18 2009 -0500
  87. ffb293a mucmc52, uc101: delete ata@3a00 node, if no CF card is detected by Heiko Schocher · Wed Sep 23 07:56:08 2009 +0200
  88. d78876c Remove deprecated 'autoscr' command/variables by Peter Tyser · Wed Sep 16 21:38:10 2009 -0500
  89. 918010a ppc4xx: Big cleanup of PPC4xx defines by Stefan Roese · Wed Sep 09 16:25:29 2009 +0200
  90. 0732941 mkimage: Add Kirkwood Boot Image support (kwbimage) by Prafulla Wadaskar · Mon Sep 07 15:05:02 2009 +0530
  91. 4454c9e mkimage: Make table_entry code global by Prafulla Wadaskar · Mon Sep 07 14:59:08 2009 +0530
  92. 49432ab mkimage: Make genimg_print_size() global by Prafulla Wadaskar · Mon Sep 07 14:59:07 2009 +0530
  93. 3b50677 tools/mkimage: fix compiler warnings, use "const" by Wolfgang Denk · Wed Aug 19 11:42:56 2009 +0200
  94. 9c1a9cd cmd_mtdparts.c: fix compiler warning in debug code by Wolfgang Denk · Wed Sep 02 10:21:20 2009 +0200
  95. 5e72669 Add ability for arch code to make changes before we boot by Kumar Gala · Thu Aug 27 08:23:55 2009 -0500
  96. 781c9b8 Consolidate arch-specific mem_malloc_init() implementations by Peter Tyser · Fri Aug 21 23:05:21 2009 -0500
  97. a78ded6 Consolidate arch-specific sbrk() implementations by Peter Tyser · Fri Aug 21 23:05:19 2009 -0500
  98. 6ac6e7d Merge branch 'next' of ../next by Wolfgang Denk · Mon Aug 31 22:21:47 2009 +0200
  99. a2bbf4e bugfix CONFIG_SYS_CONSOLE_INFO_QUIET by David Brownell · Sun Aug 30 11:05:29 2009 -0700
  100. 4baef82 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx by Poonam Aggrwal · Fri Jul 31 12:08:14 2009 +0530