1. 5b9a6c5 Merge branch 'master' of git://www.denx.de/git/u-boot-usb by Tom Rini · Fri Nov 08 15:25:29 2013 -0500
  2. d8d51f8 env: fix the env export varname by Pierre Aubert · Tue Oct 08 14:20:27 2013 +0200
  3. c301226 autoboot: add an option to override keyed autoboot by Mark Langsdorf · Tue Sep 10 15:20:23 2013 -0500
  4. e077389 cmd_zfs: normalize 'file not found' errors by Luka Perkov · Thu Oct 10 01:32:28 2013 +0200
  5. 94a4a1f cmd_reiser: normalize 'file not found' errors by Luka Perkov · Thu Oct 10 01:32:27 2013 +0200
  6. 8d66edc cmd_ubifs: normalize 'file not found' errors by Tim Harvey · Thu Oct 10 01:32:26 2013 +0200
  7. bfd4a71 cmd/gpt: Support gpt command for all devices by Egbert Eich · Fri Oct 04 18:53:04 2013 +0200
  8. 06ef7cc usb: ums: add ums exit feature by ctrl+c or by detach usb cable by Przemyslaw Marczak · Wed Oct 23 14:30:46 2013 +0200
  9. 0e1e709 usb: ums: allows using every mmc device with ums. by Przemyslaw Marczak · Wed Oct 23 14:30:43 2013 +0200
  10. 674b1a6 usb: ums: code refactoring to improve reusability on other boards. by Przemyslaw Marczak · Wed Oct 23 14:30:42 2013 +0200
  11. c4f6353 common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() functions by Miao Yan · Mon Nov 04 11:18:14 2013 +0800
  12. 9446340 cmd_nvedit.c: Add env exists command by Andrew Ruder · Tue Oct 22 19:07:34 2013 -0500
  13. ead2d42 fpga: Add support for gzip images with bitstreams by Michal Simek · Fri Oct 04 10:51:01 2013 +0200
  14. 759456e pxe: fix handling of absolute paths by Rob Herring · Fri Oct 18 13:04:42 2013 -0500
  15. 55c745d common: convert makefiles to Kbuild style by Masahiro Yamada · Thu Oct 17 17:34:59 2013 +0900
  16. 75dbc3a Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Mon Oct 21 08:10:36 2013 -0400
  17. 8f9c49d usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · Thu Oct 10 15:27:56 2013 -0700
  18. de8ae7b usb: rename board_usb_init_type to usb_init_type by Troy Kisky · Thu Oct 10 15:27:55 2013 -0700
  19. 32dc389 cmd:thor: Support for TIZEN's download command (thordown) by Lukasz Majewski · Tue Oct 08 14:30:44 2013 +0200
  20. d862f89 usb: new board-specific USB init interface by Mateusz Zalega · Fri Oct 04 19:22:26 2013 +0200
  21. 4912dcc USB: xHCI: Add stack support for xHCI by Vivek Gautam · Sat Sep 14 14:02:45 2013 +0530
  22. a661290 i2c: fix init on generic board by trem · Sat Sep 21 18:13:34 2013 +0200
  23. 9140ae5 common: fsl: Fix broken SPDX-License-Identifier change by Michal Simek · Wed Oct 16 09:06:31 2013 +0200
  24. efe7f30 mtd: fix warnings due to 64-bit partition support by Scott Wood · Tue Oct 15 17:41:27 2013 -0500
  25. d145270 sf: Add GPL-2.0+ SPDX-License-Identifier for missing ones by Jagannadha Sutradharudu Teki · Thu Oct 10 22:32:55 2013 +0530
  26. 089078a cmd_sandbox.c: Update for do_(load|save) not taking a number base by Tom Rini · Thu Oct 10 10:46:22 2013 -0400
  27. 7de0fa8 Prevent null pointer dereference originating in cmd_pxe.c by Steven Falco · Mon Oct 07 09:51:48 2013 -0400
  28. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · Fri Oct 04 17:43:24 2013 +0200
  29. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  30. 6ef41fd env_mmc: fix buffer allocation for armv7 by Markus Niebel · Fri Oct 04 15:48:03 2013 +0200
  31. 5c7bad5 env: dataflash: fix env_init issue by Bo Shen · Tue Oct 08 16:30:21 2013 +0800
  32. 6627aa3 cmd_ubi: add write.part command, to write a volume in multiple parts by Paul Burton · Wed Sep 04 15:16:59 2013 +0100
  33. df68616 cmd_ubi: use int64_t volume size for 'ubi create' by Paul Burton · Wed Sep 04 15:16:58 2013 +0100
  34. 5f578df cmd_mtdparts: use 64 bits for flash size, partition size & offset by Paul Burton · Wed Sep 04 15:16:57 2013 +0100
  35. a10c7a5 Fix number base handling of "load" command by Wolfgang Denk · Sat Oct 05 21:07:25 2013 +0200
  36. 6bd89e4 mtd: Fix function description in part_validate comment by Otavio Salvador · Thu Oct 03 08:04:38 2013 -0300
  37. 7221cc2 usb:gadget:Remove redundant #includes for USB composite gadget and its functions by Lukasz Majewski · Tue Sep 17 15:58:22 2013 +0200
  38. 35e591e dfu: Extract common DFU code to handle "dfu_alt_info" environment variable by Lukasz Majewski · Wed Sep 11 14:53:35 2013 +0200
  39. 5b5b176 cmd_pxe.c: Pass along 'cmdtp' to do_bootm()/do_bootz() by Tom Rini · Tue Sep 24 09:05:08 2013 -0400
  40. 1008dc2 cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPS by Tom Rini · Mon Sep 23 14:20:37 2013 -0400
  41. 732ace3 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · Fri Sep 20 14:06:10 2013 -0400
  42. bc2a07d FIT: delete unnecessary casts by Masahiro Yamada · Thu Sep 19 12:10:18 2013 +0900
  43. 4ac739a cosmetic: FIT: fix typos in comments by Masahiro Yamada · Wed Sep 18 09:36:38 2013 +0900
  44. 832d36e Cosmetic: Fix a number of typos, no functional changes. by Robert P. J. Day · Mon Sep 16 07:15:45 2013 -0400
  45. d7ea47c Fix loading freeze when netconsole is active by Frederic Leroy · Tue Sep 10 12:02:31 2013 +0200
  46. e3f2c2e Fix some obvious typos across multiple subsystems. by Robert P. J. Day · Wed Aug 21 11:39:19 2013 -0400
  47. 8a39e8d bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootm by Paul Burton · Fri Sep 06 11:23:55 2013 +0100
  48. a8015fd spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT by Paul Burton · Wed Sep 04 16:12:24 2013 +0100
  49. be50452 spl: remove unnecessary (& ARM specific) include of asm/utils.h by Paul Burton · Wed Sep 04 16:12:23 2013 +0100
  50. b8c6e6a6 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Mon Sep 16 20:02:50 2013 -0400
  51. 36f3e65 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Sep 06 20:25:35 2013 -0400
  52. b143210 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · Thu Sep 05 11:15:26 2013 +0200
  53. 81003da bootm: allow correct bounds-check of destination by Kees Cook · Fri Aug 16 07:59:16 2013 -0700
  54. 208d8e8 sandbox: Correct compiler warnings in cmd_bootm/cmd_ximg by Simon Glass · Fri Aug 30 11:00:09 2013 -0600
  55. 4a0e05d ARM: mxs: tools: Add mkimage support for MXS bootstream by Marek Vasut · Mon Aug 26 20:43:33 2013 +0200
  56. cb898d8 cmd_sf: let "sf update" preserve the final part of the last sector by Gerlando Falauto · Tue Aug 27 19:13:57 2013 +0530
  57. 9240fb5 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Tue Aug 27 09:49:43 2013 -0400
  58. 52fe2bf i2c: fix i2c dev command for not using new framework by Heiko Schocher · Fri Aug 23 09:39:16 2013 +0200
  59. e2ebec8 console: usb: kbd: To fix slow TFTP booting by Jim Lin · Mon Aug 26 20:21:09 2013 +0800
  60. c562f97 console: usb: kbd: To improve TFTP booting performance by Jim Lin · Tue Aug 13 19:04:22 2013 +0800
  61. fc4ec49 usb: Use well-known descriptor sizes when parsing configuration by Julius Werner · Fri Jul 19 13:12:08 2013 -0700
  62. 2666bb1 USB: usb-hub: Add a weak function for resetting devices by Dan Murphy · Thu Aug 01 14:06:01 2013 -0500
  63. c0d0ef4 env_nand.c: support falling back to redundant env when writing by Phil Sutter · Fri Jul 19 12:20:26 2013 +0200
  64. 19f9c97 cmd_nand: Do not show usage when scrub is aborted by Masahiro Yamada · Thu Jul 11 17:29:57 2013 +0900
  65. 3f97e27 cmd_nand: slight optimization of nand_dump function by Masahiro Yamada · Thu Jul 11 17:27:13 2013 +0900
  66. 756e51c cmd_nand: fix a memory leak in nand_dump function by Masahiro Yamada · Thu Jul 11 17:27:12 2013 +0900
  67. a4903f3 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · Wed Aug 21 16:27:47 2013 -0400
  68. 6d8bfcb spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import by Ying Zhang · Thu Jun 20 16:04:24 2013 +0800
  69. e54a67f ppc4xx: Remove support for PPC405CR CPUs by Matthias Fuchs · Wed Aug 07 12:10:38 2013 +0200
  70. c57eadc SPDX-License-Identifier: convert BSD-3-Clause files by Wolfgang Denk · Sun Jul 28 22:12:47 2013 +0200
  71. 68e005c Merge branch 'master' of git://88.191.163.10/u-boot-arm by Tom Rini · Sun Aug 18 14:14:34 2013 -0400
  72. 749a6e7 image: Display FIT timestamp when booting by Simon Glass · Tue Jul 16 20:10:01 2013 -0700
  73. 63f9525 bootm: fix conditional controlling call to fixup_silent_linux by Paul B. Henson · Sat Aug 03 21:29:09 2013 -0700
  74. 5db3f93 RFC: bootm: Add silent_linux environment variable by Simon Glass · Tue Jul 16 20:10:00 2013 -0700
  75. 42b7673 SPL: Limit image name print length by Taras Kondratiuk · Tue Jul 16 14:45:01 2013 +0300
  76. f283bd0 Enable xmodem support by Angus Ainslie · Wed Jun 26 16:54:24 2013 -0600
  77. b069950 Merge branch 'dcc' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Tue Aug 13 16:49:44 2013 -0400
  78. a2a1735 serial: arm_dcc: Remove stdio structure support by Jagannadha Sutradharudu Teki · Sun Aug 04 01:22:24 2013 +0530
  79. 54c8e1a Merge branch 'master' of git://www.denx.de/git/u-boot-video by Tom Rini · Mon Aug 12 18:06:30 2013 -0400
  80. 1e000f8 video: Encapsulate font in video_font_data.h by Marek Vasut · Tue Jul 30 23:37:57 2013 +0200
  81. 609d1e3 cmd_sf: let "sf update" erase last sector as a whole by Gerlando Falauto · Wed Jul 03 20:33:57 2013 +0200
  82. b1df922 cmd_sf|env_sf: Fix code cleanup by Jagannadha Sutradharudu Teki · Mon Jul 29 22:12:52 2013 +0530
  83. 749c6d8 usb_hub: fix power cycling logic by Nikita Kiryanov · Mon Jul 29 13:27:39 2013 +0300
  84. 2968aa2 dfu: Implementation of target reset after communication with dfu-util's -R switch by Lukasz Majewski · Thu Jul 18 13:19:14 2013 +0200
  85. 1530e8a spl_mmc.c: Detect missing kernel image in RAW MMC by Tom Rini · Fri Jun 28 14:43:01 2013 -0400
  86. be314fa powerpc/ppc4xx: Convert new gdsys files to SPDX license tags by Tom Rini · Fri Jul 26 15:32:59 2013 -0400
  87. 0d63f7c powerpc/ppc4xx: Add fpgad command for dumping gdsys fpga registers by Dirk Eibach · Wed Jun 26 16:04:28 2013 +0200
  88. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Wed Jul 24 09:22:28 2013 -0400
  89. fb7f006 Add eCos-2.0 SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 12:11:35 2013 +0200
  90. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  91. 95f1d7e cmd_i2c: Use ARRAY_SIZE instead of reinventing it by Axel Lin · Sat Jun 22 21:56:35 2013 +0800
  92. a4ea445 i2c, multibus: get rid of CONFIG_I2C_MUX by Heiko Schocher · Thu Oct 25 10:32:14 2012 +0200
  93. 479a4cf i2c, soft-i2c: switch to new multibus/multiadapter support by Heiko Schocher · Tue Jan 29 08:53:15 2013 +0100
  94. e0e55bc i2c: common changes for multibus/multiadapter support by Heiko Schocher · Mon Jan 16 21:12:24 2012 +0000
  95. b73b1f3 bootm: Move fixup_silent_linux() earlier in the bootm stages by Simon Glass · Tue Jul 16 20:09:59 2013 -0700
  96. 4fece43 tpm: add AUTH1 cmds for LoadKey2 and GetPubKey by Reinhard Pfau · Wed Jun 26 15:55:13 2013 +0200
  97. e7ee028 Fix ext2/ext4 filesystem accesses beyond 2TiB by Frederic Leroy · Wed Jun 26 18:11:25 2013 +0200
  98. 981c7e0 common: remove unaligned access error in bootmenu_getoption() by Lan Yixun (dlan) · Thu Jun 27 18:58:53 2013 +0800
  99. 0d996a8 scsi: Correct types of scsi_read/write() by Simon Glass · Wed Jul 03 07:11:41 2013 -0700
  100. b856713 bootm: Handle errors consistently by Simon Glass · Wed Jul 10 09:25:33 2013 -0400