1. b5a9f39 SAMSUNG: serial: modify name from s5pc1xx to s5p by Minkyu Kang · Wed Mar 24 16:59:30 2010 +0900
  2. 1124755 FIX: watchdog timeout, while waiting for input by Jens Scharsig · Fri Apr 09 19:02:38 2010 +0200
  3. 34e5088 malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failure by karl.beldan@gmail.com · Tue Apr 06 22:18:08 2010 +0200
  4. c59bc50 cmd_bmp.c: add standard subcommand handling by Frans Meulenbroeks · Sat Mar 27 11:16:10 2010 +0100
  5. 2e1221e Merge branch 'master' of git://git.denx.de/u-boot-ubi by Wolfgang Denk · Fri Apr 09 21:49:42 2010 +0200
  6. f2dbedc cmd_ubi: Fix uninitialized variable warning by Peter Tyser · Sun Apr 04 22:40:50 2010 -0500
  7. 3d42b8a USB storage probe by Kim B. Heino · Fri Mar 12 10:07:00 2010 +0200
  8. 300ea51 USB storage count by Kim B. Heino · Fri Mar 12 15:46:56 2010 +0200
  9. f4ad4fd fdt: Add fdt_del_node_and_alias helper by Kumar Gala · Tue Mar 30 10:19:26 2010 -0500
  10. 8f16e07 Merge branch 'next' by Wolfgang Denk · Thu Apr 01 11:28:32 2010 +0200
  11. 64ccc83 bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt" by Heiko Schocher · Mon Mar 29 13:15:48 2010 +0200
  12. ae18b41 i2c: made unused function i2c_mux_add_device static by Frans Meulenbroeks · Fri Mar 26 09:46:42 2010 +0100
  13. d388e88 cmd_i2c: introduced get_alen helper function by Frans Meulenbroeks · Fri Mar 26 09:46:41 2010 +0100
  14. 97ea6e9 cmd_i2c: moved a define to before the functions by Frans Meulenbroeks · Fri Mar 26 09:46:40 2010 +0100
  15. 6a08fd1 cmd_i2c: moved mispositioned comment for i2c md by Frans Meulenbroeks · Fri Mar 26 09:46:39 2010 +0100
  16. 3f3748d cmd_i2c.c: declared local functions as static by Frans Meulenbroeks · Fri Mar 26 09:46:38 2010 +0100
  17. d2e6c0f Merge remote branch 'origin/master' into next by Wolfgang Denk · Mon Mar 29 12:33:43 2010 +0200
  18. 2f4d365 cmd_usb.c: print debug messages only when DEBUG is defined by Wolfgang Denk · Thu Mar 25 14:07:23 2010 +0100
  19. 392be2f Merge branch 'next' of git://git.denx.de/u-boot-coldfire into next by Wolfgang Denk · Sun Mar 28 00:04:18 2010 +0100
  20. 004a6ff fix cmd_bdinfo.c:354: warning: 'print_eth' defined but not used by Philippe De Muyter · Mon Sep 21 22:20:29 2009 -0600
  21. 2d68c26 lcd: make 16bpp work by Alessandro Rubini · Sat Mar 13 17:44:08 2010 +0100
  22. adb8eb9 cmd_nand: show nand scrub confirmation character by Florian Fainelli · Sat Mar 20 19:02:58 2010 +0100
  23. d1466d1 Merge remote branch 'origin/master' into next by Wolfgang Denk · Sun Mar 21 22:45:36 2010 +0100
  24. 6c44c38 fdt_support: add partitions fixup in mtd node by Anatolij Gustschin · Tue Mar 16 17:10:05 2010 +0100
  25. c1115d9 cmd history: Match history buffer size to console buffer by John Schmoller · Fri Mar 12 09:49:24 2010 -0600
  26. c01e720 console: Fix console buffer overrun by John Schmoller · Fri Mar 12 09:49:23 2010 -0600
  27. 2347d4e cmd_setexpr: allow memory addresses in expressions by Frans Meulenbroeks · Fri Feb 26 14:00:19 2010 +0100
  28. 290eefb cmd_i2c.c: added i2c read to memory function by Frans Meulenbroeks · Thu Feb 25 10:12:16 2010 +0100
  29. 1c70402 cmd_i2c.c: sorted commands alphabetically by Frans Meulenbroeks · Thu Feb 25 10:12:15 2010 +0100
  30. a5b9522 cmd_i2c.c: reworked subcommand handling by Frans Meulenbroeks · Thu Feb 25 10:12:14 2010 +0100
  31. 6b419fb cmd_bootm.c: made subcommand array static by Frans Meulenbroeks · Thu Feb 25 10:12:13 2010 +0100
  32. 94bf72b cmd_i2c.c: reduced subaddress length to 3 bytes by Frans Meulenbroeks · Thu Feb 25 10:12:12 2010 +0100
  33. ec8744a console.c: fix problem with splashimage by Anatolij Gustschin · Tue Mar 16 15:29:33 2010 +0100
  34. e8943cc cmd_mmc remove \n by Frans Meulenbroeks · Thu Feb 25 14:03:08 2010 +0100
  35. a2cfb24 Prepare v2010.03-rc1 by Wolfgang Denk · Fri Mar 12 23:06:04 2010 +0100
  36. 6dbca5f Cosmetic change - indentation correction. by Michael Zaidman · Sun Feb 28 16:28:25 2010 +0200
  37. 99695c2 cmd_mtdparts.c: prevent printbuffer overflows by Anatolij Gustschin · Wed Feb 24 00:29:44 2010 +0100
  38. ce2dd6e Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOT by Wolfgang Denk · Thu Mar 11 23:56:03 2010 +0100
  39. 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
  40. e67b02f cmd_itest.c: fix pointer dereferencing by Frans Meulenbroeks · Mon Feb 22 22:49:06 2010 +0100
  41. 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
  42. 93cf093 USB: usb_control_msg wait for driver ISR to set status. by Remy Bohmer · Mon Feb 01 19:40:47 2010 +0100
  43. ec3c002 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · Wed Feb 03 20:05:27 2010 +0100
  44. 8fdcb40 Merge branch 'master' of git://git.denx.de/u-boot-video by Wolfgang Denk · Wed Feb 03 20:03:46 2010 +0100
  45. 3207afd cmd_ximg.c: fix error: 'i' undeclared by Wolfgang Denk · Sun Jan 31 21:51:43 2010 +0100
  46. 460c7d2 lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolor by Anatolij Gustschin · Sat Dec 12 21:20:57 2009 +0100
  47. be14eb1 env_nand.c: print error message and fail gracefully by Wolfgang Denk · Sat Jan 16 21:50:26 2010 -0700
  48. 006e2c8 Add support to disable cpu's in multicore processors by Kumar Gala · Tue Jan 12 11:42:43 2010 -0600
  49. 781afa9 add ability to handle compressed images to imxtract by Wolfgang Wegner · Thu Dec 10 10:11:21 2009 +0100
  50. b5125d2 jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZE by Mike Frysinger · Fri Jan 08 08:03:06 2010 -0500
  51. ab427ae gzip/zlib: make features optional by Mike Frysinger · Thu Jan 21 19:30:36 2010 -0500
  52. 7b07f09 mkimage: Add Freescale imx Boot Image support (imximage) by Stefano Babic · Wed Jan 20 18:19:10 2010 +0100
  53. a0dadf8 lmb: only force on arches that use it by Mike Frysinger · Tue Nov 03 11:35:59 2009 -0500
  54. 07b4627 CRAMFS: support cramfs in RAM by Heiko Schocher · Thu Jan 07 08:55:54 2010 +0100
  55. e719363 env, eeprom: add redundant environment support by Heiko Schocher · Thu Jan 07 08:55:44 2010 +0100
  56. 9bb0dd5 cmd_eeprom: I2C updates by Heiko Schocher · Thu Jan 07 08:55:40 2010 +0100
  57. 030c11c cmd_bootm.c: Change interpretation of standalone image parameters. by Detlev Zundel · Tue Dec 22 12:43:02 2009 +0100
  58. 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
  59. 5873331 kgdb: update mem2hex/hex2mem funcs by Robin Getz · Mon Dec 21 18:40:44 2009 -0500
  60. ed9d08e kgdb: add default generic stubs by Robin Getz · Mon Dec 21 18:40:42 2009 -0500
  61. d595458 config_defaults.h: new header for common u-boot config defaults by Mike Frysinger · Wed Dec 02 21:15:03 2009 -0500
  62. b634942 malloc: return NULL if not initialized yet by Wolfgang Denk · Fri Jan 15 11:20:10 2010 +0100
  63. 6173ce8 onenand: Fix compile errors due to FlexOneNAND by Sanjeev Premi · Fri Dec 18 14:55:24 2009 +0530
  64. 32d15b9 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · Wed Dec 09 15:16:47 2009 +0100
  65. d43a0b8 usb: write command for RAW partition. by Mahavir Jain · Tue Nov 03 12:22:10 2009 +0530
  66. 83b9e1d USB Consolidate descriptor definitions by Tom Rix · Sat Oct 31 12:37:38 2009 -0500
  67. 0f602e1 common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · Thu Dec 03 11:21:21 2009 +0100
  68. 3c51641 Merge branch 'master' of ../work into next by Wolfgang Denk · Mon Dec 07 23:42:33 2009 +0100
  69. b9a8d45 i2c: fix dangling comment in do_i2c_mw() by Heiko Schocher · Sat Dec 05 11:59:51 2009 +0100
  70. 12decf4 Merge branch 'master' into next by Wolfgang Denk · Mon Dec 07 22:47:17 2009 +0100
  71. 694a393 bootm: Fix help message's sub-command ordering by Peter Tyser · Wed Nov 18 19:08:59 2009 -0600
  72. e3c1dc5 Merge branch 'master' into next by Wolfgang Denk · Sat Dec 05 02:11:59 2009 +0100
  73. f7440cd add lzop decompression support by Peter Korsgaard · Thu Nov 19 11:37:51 2009 +0100
  74. 93c3060 i386: Fix malloc initialization by Graeme Russ · Tue Nov 24 20:04:13 2009 +1100
  75. 580d641 Remove superfluous preprocessor tests from some cmd_*.c files. by Robert P. J. Day · Thu Nov 19 11:00:28 2009 -0500
  76. 83e3535 Removes dead code in the file common/cmd_i2c.c by Pratap Chandu · Thu Nov 12 19:28:25 2009 +0530
  77. 5599236 cmd_date: Fix spelling in error message. by Magnus Lilja · Wed Nov 11 19:56:36 2009 +0100
  78. 4274443 Move do_irqinfo() to common/cmd_irq.c by Peter Tyser · Wed Nov 11 10:36:28 2009 -0600
  79. 5e9be69 cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSE by Peter Tyser · Wed Nov 11 10:36:19 2009 -0600
  80. e8b39e4 circbuf: Move to lib_generic and conditionally compile by Peter Tyser · Mon Nov 09 15:17:50 2009 -0600
  81. 9a14a5a exports: rewrite jump table init by Mike Frysinger · Wed Nov 04 16:34:42 2009 -0500
  82. 6c1616a bootm: mark local boot_os[] table static by Mike Frysinger · Tue Nov 03 11:36:26 2009 -0500
  83. 00d8656 Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y by Remy Bohmer · Thu Oct 29 14:24:22 2009 +0100
  84. cc35c49 Add 'true' and 'false' commands by Peter Tyser · Fri Oct 16 17:36:27 2009 -0500
  85. 2d2712a cmd_help: General cleanup by Peter Tyser · Fri Oct 16 17:36:26 2009 -0500
  86. eabe6d9 command.c: Break commands out to appropriate cmd_*.c files by Peter Tyser · Fri Oct 16 17:36:25 2009 -0500
  87. 4773566 ENV Variable support for Flex-OneNAND by Amul Kumar Saha · Wed Nov 04 10:38:46 2009 +0530
  88. 1589500 cmd_nand: Move conditional compilation to Makefile by Peter Tyser · Thu Oct 15 10:48:18 2009 -0500
  89. 4fa5688 cmd_nand: Remove duplicate include by Peter Tyser · Thu Oct 15 10:48:17 2009 -0500
  90. 0deafa2 Add 'editenv' command by Peter Tyser · Sun Oct 25 15:12:56 2009 -0500
  91. 9fb48fd setenv(): Delete 0-length environment variables by Peter Tyser · Sun Oct 25 15:12:55 2009 -0500
  92. 8ad15a9 readline(): Add ability to modify a string buffer by Peter Tyser · Sun Oct 25 15:12:54 2009 -0500
  93. 03e46c4 cread_line(): Remove unused variables by Peter Tyser · Sun Oct 25 15:12:53 2009 -0500
  94. c144e01 Check for NULL prompt in readline_into_buffer() by Peter Tyser · Sun Oct 25 15:12:52 2009 -0500
  95. 5cefcbf Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · Tue Oct 27 20:56:31 2009 +0100
  96. 51420fb Revert "env: only build env_embedded and envcrc when needed" by Wolfgang Denk · Tue Oct 27 00:03:32 2009 +0100
  97. 9e9cf60 fdt_support: Add multi-serial support for stdout fixup by Anton Vorontsov · Thu Oct 15 17:47:04 2009 +0400
  98. 22f8b68 sf: add GPL-2 license info by Mike Frysinger · Fri Oct 09 17:12:44 2009 -0400
  99. 59735d3 fdt: Fix fdt padding issue for initrd mem_rsv by Kumar Gala · Wed Oct 21 23:29:51 2009 -0500
  100. 0e78c94 Merge branch 'master-sync' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Sat Oct 24 22:26:09 2009 +0200