1. d0eb940 Allow newlines within command environment vars by Simon Glass · Fri Mar 30 21:30:56 2012 +0000
  2. a6642e0 Add run_command_list() to run a list of commands by Simon Glass · Fri Mar 30 21:30:55 2012 +0000
  3. 80bd6da env_onenand: set ONENAND_MAX_ENV_SIZE to CONFIG_ENV_SIZE by David du Colombier · Wed Jun 13 23:24:35 2012 +0200
  4. 575c037 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · Tue Jul 31 22:07:42 2012 +0200
  5. d9a028a i2c: deblock i2c bus also if accessed before realocation by Holger Brunck · Thu Jun 28 04:30:22 2012 +0000
  6. 77f385a usb_storage: fix ehci driver max transfer size by Stefan Herbrechtsmeier · Mon Jul 09 09:52:29 2012 +0000
  7. b7161dd usb: check return value of submit_{control, bulk}_msg by Ilya Yanok · Sun Jul 15 04:43:51 2012 +0000
  8. da87587 usb: pass cache-aligned buffer to usb_get_descriptor() by Ilya Yanok · Sun Jul 15 04:43:50 2012 +0000
  9. 1f82841 common lcd: minor coding style changes by Nikita Kiryanov · Thu May 24 01:42:38 2012 +0000
  10. 42a3f52 Minor Coding Style cleanup by Wolfgang Denk · Tue Jul 10 09:18:33 2012 +0200
  11. 1465d5f Add env vars describing U-Boot target board by Stephen Warren · Tue May 22 09:21:54 2012 +0000
  12. 39cd355 SPL: common/Makefile: Add image.c to SPL build by Stefan Roese · Thu Jan 05 10:53:09 2012 +0100
  13. 42a3c44 env_mmc: align buffers using ALLOC_CACHE_ALIGN_BUFFER by Stephen Warren · Thu May 24 11:38:33 2012 +0000
  14. eee675f pxe: add support for parsing local syslinux files by Rob Herring · Fri May 25 10:47:39 2012 +0000
  15. d8fceec pxe: parse initrd file from append string by Rob Herring · Wed Mar 28 05:51:37 2012 +0000
  16. dc410cd pxe: support absolute paths by Rob Herring · Wed Mar 28 05:51:36 2012 +0000
  17. c93f74a pxe: support linux entries for labels by Rob Herring · Wed Mar 28 05:51:35 2012 +0000
  18. a6b7417 pxe: add support for label menu text by Rob Herring · Wed Mar 28 05:51:34 2012 +0000
  19. 8e5abb0 pxe: support include files at top-level by Rob Herring · Fri May 25 10:43:16 2012 +0000
  20. dd42a5a menu: only timeout when menu is displayed by Rob Herring · Wed Mar 28 05:51:32 2012 +0000
  21. 36437bc Block: Remove MG DISK support by Marek Vasut · Sun Mar 04 15:11:32 2012 +0000
  22. 584c0ea hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c by Tom Rini · Tue Jun 19 15:54:35 2012 -0700
  23. a66afbd cmd_mem: cmp: convert while() to for() loop by Mike Frysinger · Fri Jan 20 09:07:22 2012 +0000
  24. 62a7ea7 cmd_mem: cmp: unify size code paths by Mike Frysinger · Fri Jan 20 09:07:21 2012 +0000
  25. 3afa803 cmd_mem: replace custom PRINTF() with debug() by Mike Frysinger · Fri Jan 20 09:07:20 2012 +0000
  26. 736d325 cmd_nand: fix crashing bug in nand read/write by Steve Sakoman · Thu Jun 07 10:19:18 2012 -0700
  27. bf345a1 LCD: display 32bpp decompressed bitmap image by Donghwa Lee · Wed May 09 19:23:37 2012 +0000
  28. 6f1378f common/lcd.c: reduce one CONFIG_LCD_LOGO ifdef by Anatolij Gustschin · Fri Apr 27 04:41:27 2012 +0000
  29. 81b99b8 common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefs by Anatolij Gustschin · Fri Apr 27 04:41:16 2012 +0000
  30. 218e6a0 common/lcd.c: use ARRAY_SIZE by Anatolij Gustschin · Fri Apr 27 04:41:06 2012 +0000
  31. 7a49e6f cmd_bmp.c: make bmp_display() usable by drivers or board code by Anatolij Gustschin · Fri Apr 27 04:38:06 2012 +0000
  32. b35a3a6 net: Add link-local addressing support by Joe Hershberger · Wed May 23 08:00:12 2012 +0000
  33. d476204 net: Don't write the "serverip" env var if configured not to by Joe Hershberger · Wed May 23 07:59:17 2012 +0000
  34. 4facb98 common/cmd_nand.c: Fix GCC 4.6 warning by Anatolij Gustschin · Sun May 20 11:52:47 2012 +0000
  35. ae5dfde common/cmd_nvedit.c: Fix GCC 4.6 warning by Anatolij Gustschin · Sun May 20 11:52:39 2012 +0000
  36. c1f87ad common/cmd_bootm.c: Fix GCC 4.6 warning by Anatolij Gustschin · Sat May 19 05:38:19 2012 +0000
  37. 2920add Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · Sun May 20 22:51:41 2012 +0200
  38. 460b156 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · Sun May 20 22:47:40 2012 +0200
  39. 7be5b04 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · Sun May 20 22:33:44 2012 +0200
  40. 6c9bb60 USB: Align buffers at cacheline by Puneet Saxena · Tue Apr 03 14:56:06 2012 +0530
  41. 6d31114 usb: use noinline define by Mike Frysinger · Wed Apr 04 18:44:53 2012 +0000
  42. 733fb02 nand: extend .raw accesses to work on multiple pages by Scott Wood · Fri Mar 02 14:01:57 2012 -0600
  43. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · Wed Apr 04 18:53:40 2012 +0000
  44. 77001b43 net: cosmetic: net.c checkpatch compliance by Joe Hershberger · Tue May 15 08:59:08 2012 +0000
  45. f889c33 SATA: check for return value from sata functions by Stefano Babic · Wed Feb 22 00:24:37 2012 +0000
  46. 629f718 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Wolfgang Denk · Mon Apr 30 18:19:28 2012 +0200
  47. 11d1a09 linux/compat.h: rename from linux/mtd/compat.h by Mike Frysinger · Mon Apr 09 13:39:55 2012 +0000
  48. d3b43d9 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · Mon Apr 30 16:45:59 2012 +0200
  49. a0c2ae1 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · Mon Apr 30 16:45:56 2012 +0200
  50. 711453d image/fit: drop inline markings on parser code by Mike Frysinger · Sun Apr 22 06:59:06 2012 +0000
  51. dea93b8 GCC47: Fix warning in cmd_nand.c by Marek Vasut · Sun Apr 29 00:28:39 2012 +0200
  52. 1587daa cmd_bdinfo: display the address map size (32-bit vs. 36-bit) by Timur Tabi · Thu Mar 15 11:42:26 2012 +0000
  53. 85bcd73 powerpc/corenet_ds: Slave reads ENV from master when boot from SRIO by Liu Gang · Thu Mar 08 00:33:20 2012 +0000
  54. 9ba5472 Fix the behaviour of the 'run' command by Timo Ketola · Sun Apr 22 23:57:27 2012 +0000
  55. fd0b644 Move bootstage timer out of lib/time.c by Simon Glass · Thu Apr 05 12:05:17 2012 +0000
  56. ac15cad LMB: Fix undefined lmb_reserve() on non-lmb platforms by Marek Vasut · Sun Apr 01 03:59:46 2012 +0000
  57. 94fdf99 cmd_sf: add size checking to spi flash commands by Gerlando Falauto · Tue Apr 03 04:34:13 2012 +0000
  58. 6988d13 RAMDISK: Fix unused variable issue caused by raw rd support by Marek Vasut · Fri Mar 30 23:19:10 2012 +0200
  59. 28850d0 BOOT: Add RAW ramdisk support to bootz by Marek Vasut · Sun Mar 18 11:47:58 2012 +0000
  60. cf41a9b BOOT: Add "bootz" command to boot Linux zImage on ARM by Marek Vasut · Wed Mar 14 21:52:45 2012 +0000
  61. 9765c08 Add support for loading and saving the environment to a FAT partition by Maximilian Schwerin · Mon Mar 12 23:57:50 2012 +0000
  62. 650ebc0 cmd_log: print log->v2.con value in the "log info" command by Heiko Schocher · Tue Feb 14 22:21:07 2012 +0000
  63. 3102012 command, log: Coding Style cleanup by Heiko Schocher · Tue Feb 14 22:21:06 2012 +0000
  64. e5f7869 command, log: print with "log show" a full logbuffer by Heiko Schocher · Thu Feb 16 01:02:21 2012 +0000
  65. 43dbcdf Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Wolfgang Denk · Fri Mar 30 20:17:02 2012 +0200
  66. af775a0 Add cmd_spl command by Simon Schwarz · Thu Mar 15 04:01:34 2012 +0000
  67. 9135c79 cmd_pxe.c: fix strict-aliasing warnings by Jason Hobbs · Mon Mar 05 08:12:28 2012 +0000
  68. 79bfa73 SPL: Add YMODEM over UART load support by Matt Porter · Tue Jan 31 12:03:57 2012 +0000
  69. b44c8ab cmd_fat: add FAT write command by Donggeun Kim · Thu Mar 22 04:38:56 2012 +0000
  70. 89aa5c9 Revert "Add board_pre_console_putc to deal with early console output" by Simon Glass · Mon Mar 19 21:59:14 2012 -0700
  71. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · Mon Mar 05 13:47:00 2012 +0000
  72. 768cbf0 bootstage: Plumb in bootstage calls for basic operations by Simon Glass · Sat Dec 10 11:08:06 2011 +0000
  73. 31a870e bootstage: Implement core microsecond boot time measurement by Simon Glass · Mon Feb 13 13:51:19 2012 +0000
  74. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · Mon Feb 13 13:51:18 2012 +0000
  75. 52823fd bootstage: Convert FIT progress numbers to enums by Simon Glass · Sat Dec 10 11:08:02 2011 +0000
  76. 964d1d4 bootstage: Convert net progress numbers to enums by Simon Glass · Sat Jan 14 15:24:52 2012 +0000
  77. 9acfb15 bootstage: Convert NAND progress numbers to enums by Simon Glass · Sat Dec 10 11:08:00 2011 +0000
  78. 1b659cf bootstage: Convert IDE progress numbers to enums by Simon Glass · Sat Dec 10 11:07:59 2011 +0000
  79. 3038f80 bootstage: Convert progress numbers 10-19 to enums by Simon Glass · Sat Dec 10 11:07:57 2011 +0000
  80. 53624e0 bootstage: Convert progress numbers 1-9 into enums by Simon Glass · Sat Jan 14 15:24:47 2012 +0000
  81. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · Sat Dec 10 11:07:55 2011 +0000
  82. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · Sat Dec 10 11:07:54 2011 +0000
  83. 4fa117c bootvx: Clear and disable data cache, and call vxWorks with parameter. by Reinhard Arlt · Fri Nov 18 09:06:52 2011 +0000
  84. 84d6228 image: Support FDTs already loaded at their load address by Stephen Warren · Tue Nov 01 06:28:21 2011 +0000
  85. a741605 cmd_cache: use cache/invalidate functions available in common.h by Stefan Kristiansson · Mon Oct 31 18:21:12 2011 +0000
  86. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  87. 1727b94 Add cmd_process() to process commands in one place by Simon Glass · Tue Feb 14 19:59:25 2012 +0000
  88. e79731e Remove interleave of non-U-Boot code in hush by Simon Glass · Tue Dec 06 19:47:53 2011 +0000
  89. 2176d60 Create a single cmd_call() function to handle command execution by Simon Glass · Tue Feb 14 19:59:23 2012 +0000
  90. 82c2132 Don't include standard parser if hush is used by Simon Glass · Tue Feb 14 19:59:22 2012 +0000
  91. bf8c5b0 Stop using builtin_run_command() by Simon Glass · Tue Feb 14 19:59:21 2012 +0000
  92. 8161d04 Rename run_command2() to run_command() by Simon Glass · Tue Feb 14 19:59:20 2012 +0000
  93. c023a89 Rename run_command() to builtin_run_command() by Simon Glass · Tue Feb 14 19:59:19 2012 +0000
  94. 388d223 Remove CMD_PXE's static on run_command() by Simon Glass · Tue Feb 14 19:59:18 2012 +0000
  95. 9bb46e0 USB: relax usbcore reset timings by Wolfgang Grandegger · Wed Dec 21 00:01:09 2011 +0000
  96. 185da95 USB: move keyboard polling into kbd driver by amartin@nvidia.com · Tue Dec 20 14:56:16 2011 +0000
  97. c9d6202 USB: reevaluate iomux stdin on USB kbd detect by amartin@nvidia.com · Fri Dec 23 10:29:48 2011 +0000
  98. 92f6a62 usb: add numeric keypad support to HID driver by Vincent Palatin · Mon Jan 09 12:59:36 2012 +0000
  99. f3f3a5d USB: fix USB keyboard polling parameter by Vincent Palatin · Mon Jan 09 08:35:09 2012 +0000
  100. f16090f USB: Make struct devrequest setup_packet local by Marek Vasut · Mon Feb 13 18:58:18 2012 +0000