1. efc8f79 lcd: calculate line_length after lcd_ctrl_init() by Stephen Warren · Tue Jan 29 16:37:38 2013 +0000
  2. db09c5f Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Mon Mar 18 15:33:47 2013 -0400
  3. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Mon Mar 18 12:31:00 2013 -0400
  4. 44a6ac9 usb:gadget: USB Mass Storage Gadget support by Lukasz Majewski · Tue Mar 05 12:10:17 2013 +0100
  5. 14658c0 dfu: Fix crash when wrong number of arguments given by Pantelis Antoniou · Fri Nov 30 08:01:08 2012 +0000
  6. 4e3aac0 dfu: Only perform DFU board_usb_init() for TRATS by Pantelis Antoniou · Fri Nov 30 08:01:07 2012 +0000
  7. 2e4622d x86: Enable generic board support by Simon Glass · Mon Mar 11 07:40:13 2013 +0000
  8. 6f5567d x86: Adjust board_r.c for x86 by Simon Glass · Tue Mar 05 14:39:53 2013 +0000
  9. 6d17987 x86: Adjust board_f.c for x86 by Simon Glass · Tue Mar 05 14:39:52 2013 +0000
  10. 5af29bd Adjust board_r.c for ppc by Simon Glass · Thu Mar 14 07:20:12 2013 +0000
  11. 50250b5 Adjust board_f.c for ppc by Simon Glass · Mon Mar 11 14:30:42 2013 +0000
  12. 9c9f44a Add CONFIG_SYS_SYM_OFFSETS to support offset symbols by Simon Glass · Mon Mar 11 07:06:48 2013 +0000
  13. 4d2aee8 Add spl load feature by Simon Glass · Tue Mar 05 14:39:45 2013 +0000
  14. db397fa Introduce generic post-relocation board_r.c by Simon Glass · Mon Mar 11 14:30:37 2013 +0000
  15. c45e359 Introduce generic pre-relocation board_f.c by Simon Glass · Mon Mar 11 06:49:53 2013 +0000
  16. 81420c3 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · Fri Mar 15 15:18:31 2013 +0100
  17. c24895e Refactor linker-generated arrays by Albert ARIBAUD · Mon Feb 25 00:59:00 2013 +0000
  18. a5f0270 cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set by Tom Rini · Tue Mar 12 10:07:19 2013 -0400
  19. 66eb8fc CONFIG_BOOTDELAY default should not affect runtime by Joe Hershberger · Fri Feb 08 10:28:00 2013 +0000
  20. 0eb9826 common/main: move set_working_fdt_addr to enable usage of $fdtaddr by Barak Wasserstrom · Wed Feb 27 08:48:41 2013 +0000
  21. 586895d env: fix "env ask" command by Wolfgang Denk · Wed Feb 20 04:53:16 2013 +0000
  22. 9890c68 cmd_fat.c: Note in fatread help about alignment requirements by Tom Rini · Thu Feb 21 06:55:40 2013 +0000
  23. 0e51dd8 cmd_df.c: Delete this clearly unused source file. by Robert P. J. Day · Mon Feb 04 13:57:15 2013 +0000
  24. 02ce716 cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgs by Robert P. J. Day · Mon Feb 04 13:51:10 2013 +0000
  25. 01c2d98 Allow u-boot to be silent without forcing Linux to be by Joe Hershberger · Wed Feb 27 10:20:59 2013 +0000
  26. 5360142 cmd_part: don't print cmd name twice in help by Stephen Warren · Thu Feb 28 15:05:34 2013 +0000
  27. 9d00928 Feature Removal: disable "mtest" command by default by Wolfgang Denk · Fri Mar 08 10:51:32 2013 +0000
  28. 9dbc836 Merge u-boot/master into u-boot-ti/master by Tom Rini · Mon Mar 11 12:02:40 2013 -0400
  29. 2f3e2ca lcd: implement a callback for splashimage by Nikita Kiryanov · Sun Feb 24 21:28:43 2013 +0000
  30. d6b5eed SPL: ONENAND: Support SPL to boot u-boot from OneNAND. by Enric Balletbo i Serra · Thu Feb 07 23:14:48 2013 +0000
  31. e0eba1f lcd: add option for board specific splash screen preparation by Nikita Kiryanov · Wed Jan 30 21:39:57 2013 +0000
  32. 020f261 mmc: add support for write protection by Nikita Kiryanov · Mon Dec 03 02:19:46 2012 +0000
  33. fbd76e8 led: Use STATUS_LED_ON and STATUS_LED_OFF when calling __led_set by Otavio Salvador · Sat Feb 23 02:43:07 2013 +0000
  34. f2f2ec9 bootm: fix conditional compilation for bootm ramdisk subcommand by Daniel Schwierzeck · Tue Feb 26 04:54:19 2013 +0000
  35. 91d1b5f env: Avoid clobbering an edited variable on ctrl-c by Joe Hershberger · Fri Feb 08 10:12:34 2013 +0000
  36. bf6ce79 sandbox: Add 'sb' command to access filesystem features by Simon Glass · Wed Dec 26 09:53:36 2012 +0000
  37. 5b02602 Merge branch 'mem' of git://git.denx.de/u-boot-x86 by Tom Rini · Mon Mar 04 11:14:27 2013 -0500
  38. 7068b32 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Tom Rini · Mon Mar 04 09:44:42 2013 -0500
  39. a99f03e blackfin: bf60x: Port blackfin core architecture code to boot on bf60x. by Sonic Zhang · Thu Aug 16 11:56:14 2012 +0800
  40. 9a50bc1 SPL: Change description for spl command by Stefano Babic · Sat Feb 23 00:53:27 2013 +0000
  41. e22a6fc hash: Use lower case for hash algorithm names by Simon Glass · Sun Feb 24 17:33:32 2013 +0000
  42. 68f1556 sandbox: Allow hash functions to work correctly by Simon Glass · Sun Feb 24 17:33:31 2013 +0000
  43. ad02a01 sandbox: Update mtest to fix crashes by Simon Glass · Thu Feb 28 17:47:14 2013 +0000
  44. 1c6c725 Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file by Simon Glass · Sun Feb 24 17:33:29 2013 +0000
  45. 0bbd76f Roll crc32 into hash infrastructure by Simon Glass · Sun Feb 24 20:30:22 2013 +0000
  46. 80e345a hash: Add a flag to support saving hashes in the environment by Simon Glass · Sun Feb 24 17:33:26 2013 +0000
  47. 9adb686 image: Use crc header file instead of C prototypes by Simon Glass · Sun Feb 24 17:33:25 2013 +0000
  48. 103789d common: Use new numeric setenv functions by Simon Glass · Sun Feb 24 17:33:22 2013 +0000
  49. 044dc9e Update set_working_fdt_addr() to use setenv_addr() by Simon Glass · Sun Feb 24 17:33:21 2013 +0000
  50. 5107525 Reduce casting in mtest by Simon Glass · Sun Feb 24 17:33:20 2013 +0000
  51. eb4598b Bring mtest putc() into common code by Simon Glass · Sun Feb 24 17:33:19 2013 +0000
  52. 130103e Fix mtest indenting by Simon Glass · Sun Feb 24 17:33:18 2013 +0000
  53. 57ee443 Use common mtest iteration counting by Simon Glass · Sun Feb 24 17:33:17 2013 +0000
  54. 8f2c758 Split out the memory tests into separate functions by Simon Glass · Sun Feb 24 17:33:16 2013 +0000
  55. e6d0ca2 sandbox: Change memory commands to use map_physmem by Simon Glass · Sun Feb 24 17:33:15 2013 +0000
  56. 20bc72a Tidy up error checking and fix bug in hash command by Simon Glass · Sun Feb 24 17:33:11 2013 +0000
  57. 6be8b83 common: cmd_sata: Fix usage text for 'sata init' by Fabio Estevam · Wed Feb 20 14:35:35 2013 +0000
  58. 3c51a85 common/env_nand.c: calculate crc only when readenv was OK by Phil Sutter · Thu Feb 21 18:21:56 2013 +0100
  59. 190e58a env_nand.c: clarify log messages when env reading fails by Phil Sutter · Thu Feb 21 18:21:55 2013 +0100
  60. abd3a3b nand: fix nand read.option parsing by Harvey Chapman · Thu Feb 07 11:34:44 2013 +0000
  61. 3df41b1 imls: Add support to list images in NAND device by Vipin Kumar · Sun Dec 16 22:32:48 2012 +0000
  62. 36c06b1 gpt: fix partion size limit by Piotr Wilczek · Sun Jan 27 22:59:25 2013 +0000
  63. dd650f1 led: The gpio_led.c code expects that LED state is from the enum by Holger Hans Peter Freyther · Thu Feb 07 23:41:02 2013 +0000
  64. 41cfa2d cmd_elf: Fix broken bootvx command by Reinhard Arlt · Mon Feb 04 09:37:11 2013 +0000
  65. aec64f0 cmd_load.c: Add #endif comments to reduce confusion by Robert P. J. Day · Sun Feb 03 05:46:13 2013 +0000
  66. 21c9b78 cmd_mem.c: Fix some typoes, no functional changes by Robert P. J. Day · Sun Feb 03 02:29:54 2013 +0000
  67. b3b533c malloc: make malloc_bin_reloc static by Gabor Juhos · Mon Jan 21 21:10:38 2013 +0000
  68. fc3a0f0 spl: support for booting via usbeth by Ilya Yanok · Tue Feb 05 11:36:24 2013 +0000
  69. 6542c07 common/fdt_support.c: sparse fixes by Kim Phillips · Wed Jan 16 14:00:11 2013 +0000
  70. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · Wed Jan 16 13:59:04 2013 +0000
  71. 94f1948 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Mon Feb 04 09:07:34 2013 -0500
  72. 0828cf2 serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI option by Michal Simek · Tue Jan 22 23:40:06 2013 +0000
  73. 94ff067 cmd_time: merge run_command_and_time_it with cmd_process by Richard Genoud · Mon Dec 03 06:28:28 2012 +0000
  74. 56014a4 console: USB: KBD: Fix incorrect autoboot timeout by Jim Lin · Thu Jan 24 01:05:55 2013 +0000
  75. 606b3dd common: env_mmc: Use __weak annotation to simplify code by Fabio Estevam · Tue Jan 08 05:36:11 2013 +0000
  76. 6f732bc common/cmd_bootm.c: prevent running of subcommands before 'bootm start' by Gabor Juhos · Sun Jan 06 23:04:25 2013 +0000
  77. 66d6e63 Only use fb_base if we have a display by Simon Glass · Thu Dec 13 20:49:13 2012 +0000
  78. 971eb34 common: cmd_bdinfo: Fix compilation warning for microblaze by Michal Simek · Wed Jan 23 14:15:35 2013 +0100
  79. c4c248f common: cmd_bdinfo: Fix bdinfo to show all MACs for Microblaze and ARM by Michal Simek · Wed Jan 23 12:21:18 2013 +0100
  80. 34a194f ppc: Move brg_clk to arch_global_data by Simon Glass · Thu Dec 13 20:48:44 2012 +0000
  81. 6b4ee15 arm: Move tlb_addr and tlb_size to arch_global_data by Simon Glass · Thu Dec 13 20:48:39 2012 +0000
  82. 2a7a8ae Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Mon Jan 14 15:41:38 2013 -0700
  83. 8ef7f1f lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDs by Nikita Kiryanov · Thu Dec 20 00:52:34 2012 +0000
  84. 90a4cc8 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · Mon Jan 14 15:21:00 2013 +0100
  85. 6c52916 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Jan 11 14:38:24 2013 -0700
  86. a218709 bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL_RELOC by Daniel Schwierzeck · Mon Jan 07 06:54:52 2013 +0000
  87. eacd14f Add option to display customised memory information by Simon Glass · Fri Nov 30 13:01:20 2012 +0000
  88. b973a29 Sound: Add FDT support to CMD. by Rajeshwari Shinde · Wed Dec 26 20:03:19 2012 +0000
  89. 52d9b90 x86: Add coreboot version to u-boot's version command by Stefan Reinauer · Fri Dec 14 13:05:18 2012 +0000
  90. dcadd25 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Sat Dec 22 05:55:19 2012 -0700
  91. 0af4733 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Fri Dec 21 16:19:29 2012 -0700
  92. 0e640e6 Add a simple load option to setexpr by Joe Hershberger · Thu Nov 01 16:21:14 2012 +0000
  93. 4b5545e spi: Add SPI flash test by Simon Glass · Mon Oct 08 13:16:02 2012 +0000
  94. c0d2f0b spi: Add progress percentage and write speed to `sf update` by James Miller · Fri Sep 28 14:28:00 2012 +0000
  95. bafe41a Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged by Allen Martin · Wed Dec 19 13:02:36 2012 -0800
  96. 976b323 usb: properly detect empty mass storage media reader by Vincent Palatin · Wed Dec 12 17:55:29 2012 -0800
  97. ebb2478 usb: Clean up newly allocated device nodes in case of configuration failure by Milind Choudhary · Wed Dec 12 17:55:28 2012 -0800
  98. a261282 usbh/ehci: Increase timeout for enumeration by Vipin Kumar · Thu Dec 13 16:25:53 2012 +0530
  99. 2289ec1 env: Handle write-once ethaddr and serial# generically by Joe Hershberger · Tue Dec 11 22:16:37 2012 -0600
  100. 8335ce7 env: Implement the env delete command by Joe Hershberger · Tue Dec 11 22:16:36 2012 -0600