1. 4e6d1b2 Merge branch 'master' of /home/wd/git/u-boot/master by Wolfgang Denk · Wed Aug 18 21:19:00 2010 +0200
  2. 3dc4ccd env_nand: return error when no device is found by Mike Frysinger · Wed Aug 11 23:42:26 2010 -0400
  3. 92cb940 Merge branch 'master' of git://git.denx.de/u-boot-ti by Wolfgang Denk · Thu Aug 12 23:08:05 2010 +0200
  4. 95b57aa Fixed clobbered output of the "help usb" command by Sergei Poselenov · Mon Aug 09 16:01:42 2010 +0400
  5. 63c36f5 ARM: Add support for MB86R0x SoCs by Matthias Weisser · Mon Aug 09 13:31:49 2010 +0200
  6. b238801 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Tue Aug 10 23:03:15 2010 +0200
  7. 298cf39 Merge branch 'master' of git://git.denx.de/u-boot-imx by Wolfgang Denk · Tue Aug 10 22:49:09 2010 +0200
  8. d7ea561 Merge branch 'master' of git://git.denx.de/u-boot-marvell by Wolfgang Denk · Tue Aug 10 22:37:27 2010 +0200
  9. 2a212b6 fix cmd_mmc.c, line 136 missing " by Reinhard Meyer · Mon Aug 09 17:30:51 2010 +0200
  10. bd17e7a miiphy: leverage current_mii cache more by Mike Frysinger · Tue Jul 27 18:35:10 2010 -0400
  11. 24a9008 miiphy: unify device list lookup by Mike Frysinger · Tue Jul 27 18:35:09 2010 -0400
  12. 5ff5fdb miiphy: constify device name by Mike Frysinger · Tue Jul 27 18:35:08 2010 -0400
  13. ba31fb6 fdt: Fix bug in size calculation in fdt_resize() with initrd use by Feng Wang · Tue Aug 03 16:22:43 2010 +0200
  14. 7675a09 various cmd_* files: fixed layout a little bit by Frans Meulenbroeks · Sat Jul 31 15:01:53 2010 +0200
  15. 0dddc00 various cmd_* files: remove the command name from the help message by Frans Meulenbroeks · Sat Jul 31 15:01:52 2010 +0200
  16. e0726db flash_protect: check for NULL flash info by Mike Frysinger · Wed Jul 28 23:45:03 2010 -0400
  17. 7a060a7 getenv_f(): fix handling of too short buffers by Wolfgang Denk · Sat Jul 24 22:16:20 2010 +0200
  18. 7b5bf77 dataflash mmc mux: use common cmd_usage function by Mike Frysinger · Thu Jul 29 13:42:10 2010 -0400
  19. e799e98 mflash: use common cmd_usage function by Mike Frysinger · Thu Jul 29 13:42:29 2010 -0400
  20. 3952bea cmd editing: optimize/shrink output blanking by Mike Frysinger · Fri Jul 23 05:28:15 2010 -0400
  21. 1c4361d fdt relocate: have more attention to use a bootmap or not by Stephan Linz · Fri Jun 25 18:04:59 2010 +0200
  22. 9b81e64 cmd_ide: add support for Kirkwood by Prafulla Wadaskar · Sat Aug 07 17:29:44 2010 +0530
  23. 4502755 cmd_ide: add support for orion5x by Albert Aribaud · Sun Aug 08 05:17:06 2010 +0530
  24. 036c6b4 ide: add configuration by Albert Aribaud · Sun Aug 08 05:17:05 2010 +0530
  25. c8bb963 LZMA and LZO causes compile error by Matthias Weisser · Thu Aug 05 13:17:30 2010 +0200
  26. 6fc7d3a Fix condition where bootm_size not set and wrong memory size reported by Matthew McClintock · Thu Jul 08 10:11:08 2010 -0500
  27. 76af278 Rename getenv_r() into getenv_f() by Wolfgang Denk · Sat Jul 24 21:55:43 2010 +0200
  28. b41ad24 bootm: fix pointer warning with lzma by Mike Frysinger · Sun Jul 25 15:54:17 2010 -0400
  29. b7afb11 fdt: Add function to alloc phandle values by Kumar Gala · Fri Jul 09 16:18:58 2010 -0500
  30. 927b8ce fs/fat: Big code cleanup. by Wolfgang Denk · Mon Jul 19 11:37:00 2010 +0200
  31. 660e9a4 usb_storage.c: change progress output in debug() message by Wolfgang Denk · Mon Jul 19 11:36:59 2010 +0200
  32. 1896bf1 usb_storage.c: initialize device type by Wolfgang Denk · Mon Jul 19 11:36:56 2010 +0200
  33. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  34. 800d1d1 fdt: Add fdt_node_offset_by_compat_reg helper by Kumar Gala · Sun Jul 04 12:48:21 2010 -0500
  35. b87e793 fdt: Add fdt_translate_address to convert reg node to cpu phys addr by Kumar Gala · Wed Jun 16 14:27:38 2010 -0500
  36. 30c3add Drop support for GTH board by Wolfgang Denk · Mon Jul 05 22:46:33 2010 +0200
  37. fe8190b Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · Fri Jul 16 23:15:01 2010 +0200
  38. ee888da mpc85xx: Add reginfo command by Becky Bruce · Thu Jun 17 11:37:25 2010 -0500
  39. 6578bae fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.c by Kim Phillips · Fri May 28 08:00:14 2010 +0000
  40. 23cf8e4 Enable PXAFB for PXA27X and PXA3XX by Marek Vasut · Sat Nov 28 13:57:43 2009 +0100
  41. 0268da0 NAND: formatting cleanups from env.oob support by Scott Wood · Mon Jul 12 18:17:40 2010 -0500
  42. 5fc8b7f NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB) by Ben Gardiner · Mon Jul 05 13:27:07 2010 -0400
  43. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  44. 89f5df9 Redundant environment: move flag definitions to header file by Wolfgang Denk · Tue Jun 22 15:44:16 2010 +0200
  45. 318ef5c Make *printf() return "int" instead of "void" by Wolfgang Denk · Sun Jun 20 17:14:14 2010 +0200
  46. b569361 exports.c: fix warning: 'dummy' defined but not used by Wolfgang Denk · Sun Jun 20 23:33:02 2010 +0200
  47. 49f57c5 cmd_ide.c: fix unused variable warning for SC3 board by Wolfgang Denk · Sun Jun 20 20:10:46 2010 +0200
  48. d9f22d1 shannon/INFERNO: fix special handling of environment configuration by Wolfgang Denk · Sun Jun 20 21:26:20 2010 +0200
  49. 0cae3d4 add redundant environment for env_sf.c by Wolfgang Wegner · Fri Apr 23 17:22:55 2010 +0200
  50. d848058 Merge branch 'master' into next by Wolfgang Denk · Wed Jun 30 01:02:11 2010 +0200
  51. 0f8337b Fix #if chain and added AVR32 case in cmd_bdinfo.c by Reinhard Meyer · Sun Jun 06 19:01:59 2010 +0200
  52. 7b96373 hwconfig: Add some unit tests by Anton Vorontsov · Fri Jun 18 15:08:27 2010 +0400
  53. fe98ce9 hwconfig: Fix stop characters parsing for subkeys by Anton Vorontsov · Fri Jun 18 15:08:12 2010 +0400
  54. 0618686 Fix console_buffer size conflict error. by Remy Bohmer · Thu Jun 17 21:17:08 2010 +0200
  55. b0b104a Remove AmigaOneG3SE board by Wolfgang Denk · Sun Jun 13 18:28:54 2010 +0200
  56. 9a183d2 Prepare v2010.06-rc3 by Wolfgang Denk · Wed Jun 23 20:50:54 2010 +0200
  57. 3c13806 fdt_support: add entry for sec3.1 and fix sec3.3 by Kim Phillips · Fri Apr 23 12:20:11 2010 -0500
  58. 56fff49 nios: remove nios-32 arch by Thomas Chou · Fri May 28 10:56:50 2010 +0800
  59. 161bfc5 Fix "par[t]ition" typo. by Wolfgang Denk · Tue Nov 17 21:27:39 2009 +0100
  60. be329c1 Enabled support for Rev 1.3 SPD for DDR2 DIMMs by York Sun · Fri May 07 09:12:01 2010 -0500
  61. 84e20a2 cmd_usb.c: show cmd usage if no args given by Serge Ziryukin · Sun Apr 25 21:32:36 2010 +0300
  62. e455100 Move test for unnecessary memmove to memmove_wd() by Larry Johnson · Tue Apr 20 08:09:43 2010 -0400
  63. ad10080 command.c: Enable auto tab for the editenv command by Trübenbach, Ralf · Wed Apr 14 11:15:16 2010 +0200
  64. 06dfe37 x86: Use CONFIG_SERIAL_MULTI by Graeme Russ · Sat Apr 24 00:05:47 2010 +1000
  65. 889ef81 cmd_onenand.c: moved to standard subcommand handling by Frans Meulenbroeks · Sat Mar 27 17:14:36 2010 +0100
  66. 231550b Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Tue May 04 22:49:15 2010 +0200
  67. baa3688 SAMSUNG: serial: modify name from s5pc1xx to s5p by Minkyu Kang · Wed Mar 24 16:59:30 2010 +0900
  68. 58daebd mtdparts: get rid of custom DEBUG macro, use debug() by Wolfgang Denk · Wed Apr 28 10:58:10 2010 +0200
  69. dc6e65c mtdparts: fix write through NULL pointer by Wolfgang Denk · Wed Apr 28 10:53:47 2010 +0200
  70. ee4aac8 mpc512x: add multi serial PSC support by Anatolij Gustschin · Sat Apr 24 19:27:05 2010 +0200
  71. 88fbf93 Move arch/ppc to arch/powerpc by Stefan Roese · Thu Apr 15 16:07:28 2010 +0200
  72. 1124755 FIX: watchdog timeout, while waiting for input by Jens Scharsig · Fri Apr 09 19:02:38 2010 +0200
  73. 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
  74. c59bc50 cmd_bmp.c: add standard subcommand handling by Frans Meulenbroeks · Sat Mar 27 11:16:10 2010 +0100
  75. 2e1221e Merge branch 'master' of git://git.denx.de/u-boot-ubi by Wolfgang Denk · Fri Apr 09 21:49:42 2010 +0200
  76. f2dbedc cmd_ubi: Fix uninitialized variable warning by Peter Tyser · Sun Apr 04 22:40:50 2010 -0500
  77. 3d42b8a USB storage probe by Kim B. Heino · Fri Mar 12 10:07:00 2010 +0200
  78. 300ea51 USB storage count by Kim B. Heino · Fri Mar 12 15:46:56 2010 +0200
  79. f4ad4fd fdt: Add fdt_del_node_and_alias helper by Kumar Gala · Tue Mar 30 10:19:26 2010 -0500
  80. 8f16e07 Merge branch 'next' by Wolfgang Denk · Thu Apr 01 11:28:32 2010 +0200
  81. 64ccc83 bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt" by Heiko Schocher · Mon Mar 29 13:15:48 2010 +0200
  82. ae18b41 i2c: made unused function i2c_mux_add_device static by Frans Meulenbroeks · Fri Mar 26 09:46:42 2010 +0100
  83. d388e88 cmd_i2c: introduced get_alen helper function by Frans Meulenbroeks · Fri Mar 26 09:46:41 2010 +0100
  84. 97ea6e9 cmd_i2c: moved a define to before the functions by Frans Meulenbroeks · Fri Mar 26 09:46:40 2010 +0100
  85. 6a08fd1 cmd_i2c: moved mispositioned comment for i2c md by Frans Meulenbroeks · Fri Mar 26 09:46:39 2010 +0100
  86. 3f3748d cmd_i2c.c: declared local functions as static by Frans Meulenbroeks · Fri Mar 26 09:46:38 2010 +0100
  87. d2e6c0f Merge remote branch 'origin/master' into next by Wolfgang Denk · Mon Mar 29 12:33:43 2010 +0200
  88. 2f4d365 cmd_usb.c: print debug messages only when DEBUG is defined by Wolfgang Denk · Thu Mar 25 14:07:23 2010 +0100
  89. 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
  90. 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
  91. 2d68c26 lcd: make 16bpp work by Alessandro Rubini · Sat Mar 13 17:44:08 2010 +0100
  92. adb8eb9 cmd_nand: show nand scrub confirmation character by Florian Fainelli · Sat Mar 20 19:02:58 2010 +0100
  93. d1466d1 Merge remote branch 'origin/master' into next by Wolfgang Denk · Sun Mar 21 22:45:36 2010 +0100
  94. 6c44c38 fdt_support: add partitions fixup in mtd node by Anatolij Gustschin · Tue Mar 16 17:10:05 2010 +0100
  95. c1115d9 cmd history: Match history buffer size to console buffer by John Schmoller · Fri Mar 12 09:49:24 2010 -0600
  96. c01e720 console: Fix console buffer overrun by John Schmoller · Fri Mar 12 09:49:23 2010 -0600
  97. 2347d4e cmd_setexpr: allow memory addresses in expressions by Frans Meulenbroeks · Fri Feb 26 14:00:19 2010 +0100
  98. 290eefb cmd_i2c.c: added i2c read to memory function by Frans Meulenbroeks · Thu Feb 25 10:12:16 2010 +0100
  99. 1c70402 cmd_i2c.c: sorted commands alphabetically by Frans Meulenbroeks · Thu Feb 25 10:12:15 2010 +0100
  100. a5b9522 cmd_i2c.c: reworked subcommand handling by Frans Meulenbroeks · Thu Feb 25 10:12:14 2010 +0100