1. 4ed1eca fastboot: move FASTBOOT_FLASH options into Kconfig by Petr Kulhavy · Fri Sep 09 10:27:18 2016 +0200
  2. ce3cf6a Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Fri Sep 30 21:58:44 2016 -0400
  3. 603a4c1 common: dfu: saperate the dfu common functionality by B, Ravi · Thu Jul 28 17:39:15 2016 +0530
  4. 5f6e22e Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · Tue Sep 27 10:47:37 2016 -0400
  5. 265c7da dfu: Migrate to Kconfig by Tom Rini · Mon Sep 19 13:31:30 2016 -0400
  6. 39370f1 cmd: ubi: add option to specify volume id by Ladislav Michl · Tue Sep 13 07:14:01 2016 +0200
  7. 09dbb85 kconfig: introduce kconfig for UBI by Heiko Schocher · Wed Sep 21 07:58:19 2016 +0200
  8. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  9. 95dbded cmd/fat: Do not crash on write when <bytes> is not specified by Stefan Brüns · Sun Sep 11 22:51:42 2016 +0200
  10. 72acc65 sandbox: Add "host size" hostfs command for fs test by Stefan Brüns · Thu Aug 11 22:52:04 2016 +0200
  11. 194d3df sf: fix sf probe by Cyrille Pitchen · Wed Aug 17 15:19:39 2016 +0800
  12. 1301186 cmd: Rework disk.c usage by Tom Rini · Thu Sep 08 21:26:39 2016 -0400
  13. 2566fd9 pxe: Fix pxe boot with FIT image by York Sun · Thu Sep 01 16:28:21 2016 +0800
  14. 84f4148 nand: Fix some more NULL name tests by Scott Wood · Thu Sep 01 17:31:31 2016 -0500
  15. 094d1a8 nand: Fix nand info for no device by Tony Lindgren · Mon Aug 29 09:11:43 2016 -0700
  16. bccdfb5 nand: Fix set_dev checks for no device by Tony Lindgren · Wed Aug 24 09:46:32 2016 -0700
  17. 437689f fastboot: implement Kconfig by Steve Rae · Mon Aug 15 17:26:26 2016 -0700
  18. da800ff cmd: efi_loader: Return CMD_RET_USAGE in case of not enough arguments by Bin Meng · Sat Aug 13 04:02:06 2016 -0700
  19. 04cf155 cmd: booti: move CONFIG_CMD_BOOTI to Kconfig by Masahiro Yamada · Fri Aug 12 08:31:16 2016 -0400
  20. 36f067f cmd: Split 'bootz' and 'booti' out from 'bootm' by Tom Rini · Fri Aug 12 08:31:15 2016 -0400
  21. 5a680aa cmd: fdt: add fdt overlay application subcommand by Maxime Ripard · Tue Jul 05 10:26:45 2016 +0200
  22. 09caa01 cmd: fdt: Narrow the check for fdt addr by Maxime Ripard · Tue Jul 05 10:26:34 2016 +0200
  23. c68caf8 x86: bdinfo: Drop meaningless values by Simon Glass · Fri Aug 05 21:57:28 2016 -0600
  24. cf16168 bdinfo: Don't print out empty DRAM banks by Simon Glass · Fri Aug 05 21:57:27 2016 -0600
  25. 41e3737 xtensa: add support for the xtensa processor architecture [1/2] by Chris Zankel · Wed Aug 10 18:36:43 2016 +0300
  26. 34118e7 efi_loader: disk: Fix CONFIG_BLK breakage by Alexander Graf · Fri Aug 05 14:49:53 2016 +0200
  27. f1d070d cmd: gpt: fix the wrong size parse for the last partition by Kever Yang · Fri Jul 29 11:12:18 2016 +0800
  28. adb5163 cmd/bdinfo: extract print_std_bdinfo by Max Filippov · Thu Jul 28 03:57:24 2016 +0300
  29. 914ad44 cmd/bdinfo: extract print_baudrate by Max Filippov · Thu Jul 28 03:57:23 2016 +0300
  30. 2ca4827 cmd/bdinfo: extract print_eth_ip_addr by Max Filippov · Thu Jul 28 03:57:22 2016 +0300
  31. 7e1f260 cmd/bdinfo: extract print_bi_flash by Max Filippov · Thu Jul 28 03:57:21 2016 +0300
  32. ba21c79 cmd/bdinfo: extract print_bi_dram by Max Filippov · Thu Jul 28 03:57:20 2016 +0300
  33. 45d952f cmd/bdinfo: extract print_bi_mem by Max Filippov · Thu Jul 28 03:57:19 2016 +0300
  34. ed8b067 cmd/bdinfo: extract print_bi_boot_params by Max Filippov · Thu Jul 28 03:57:18 2016 +0300
  35. ff9eb05 crypto/fsl: Update blob cmd to accept 64bit addresses by Sumit Garg · Thu Jul 14 13:27:50 2016 -0400
  36. 5ee5796 dm: usb: Use blk_dread/write() instead of direct calls by Simon Glass · Tue Jul 05 17:10:17 2016 -0600
  37. f97a7e7 arm: Show early-malloc() usage in bdinfo by Simon Glass · Tue Jul 05 17:10:11 2016 -0600
  38. 3c6f489 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · Mon Jul 25 14:49:54 2016 -0400
  39. 345fd88 lzmadec: Use the same type as the lzma call by Simon Glass · Fri Jul 22 09:22:46 2016 -0600
  40. 45e437d efi_loader: Make exposed image loader path absolute by Alexander Graf · Thu Jul 21 01:44:46 2016 +0200
  41. ae2eba6 cmd: misc: Add support for fractions in sleep by mario.six@gdsys.cc · Tue Jul 19 16:20:13 2016 +0200
  42. 6eb14ff mtd: fix compiler warnings by Steve Rae · Wed Jun 29 13:50:59 2016 -0700
  43. a7468e2 cmd, nand: add an option to disable the verification when writing in raw mode by Boris Brezillon · Wed Jun 15 10:42:18 2016 +0200
  44. 207350b cmd: mtdparts: support runtime generated mtdparts by Ladislav Michl · Tue Jul 12 20:28:26 2016 +0200
  45. a91260e cmd: mtdparts: use defaults by default by Ladislav Michl · Tue Jul 12 20:28:25 2016 +0200
  46. 02c2d6a cmd: mtdparts: consolidate mtdparts reading from env by Ladislav Michl · Tue Jul 12 20:28:24 2016 +0200
  47. 760042a cmd: mtdparts: fix null pointer dereference in parse_mtdparts by Ladislav Michl · Tue Jul 12 20:28:23 2016 +0200
  48. 07fdfb5 cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_init by Ladislav Michl · Tue Jul 12 20:28:22 2016 +0200
  49. 99777bd Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Tue Jul 19 16:38:57 2016 -0400
  50. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · Fri Jul 15 13:44:45 2016 -0400
  51. 1ef95cc armv8: Move secure_ram variable out of generic global data by York Sun · Fri Jun 24 16:46:18 2016 -0700
  52. d2ef0fc Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Mon Jul 11 18:50:29 2016 -0400
  53. ae56979 dm: spi: Read default speed and mode values from DT by Vignesh R · Wed Jul 06 10:04:28 2016 +0530
  54. f88d6fa usb: dm: Make "usb info" use usb_for_each_root_dev() by Hans de Goede · Sun Jul 03 20:22:05 2016 +0200
  55. f4451d9 usb: dm: Add a usb_for_each_root_dev() helper function by Hans de Goede · Sun Jul 03 20:22:04 2016 +0200
  56. 17a48e4 hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER by Masahiro Yamada · Tue Jun 21 02:11:19 2016 +0900
  57. 44af20b common: image: minimal android image iminfo support by Michael Trimarchi · Fri Jun 10 19:54:37 2016 +0200
  58. 268f19e cmd: bootefi: cosmetic by Sergey Kubushyn · Tue Jun 07 11:14:31 2016 -0700
  59. 622a01c autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c by Masahiro Yamada · Mon Jun 20 17:33:39 2016 +0900
  60. 521240c Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · Mon Jun 20 05:15:52 2016 -0400
  61. c65c7fa nand: extend nand torture by Max Krummenacher · Mon Jun 13 10:15:48 2016 +0200
  62. 52a0551 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Sat Jun 18 23:46:21 2016 -0400
  63. 57a7220 cmd: usb: check if_type before using this device by Peng Fan · Fri Jun 17 14:18:11 2016 +0800
  64. 853445f cmd: gpt: add - partition size parsing by Michael Trimarchi · Wed Jun 08 10:18:16 2016 +0200
  65. 8b4b05f ubi: add new ubi command "ubi detach" by Heiko Schocher · Tue Jun 07 08:55:40 2016 +0200
  66. 62a6748 efi_loader: Move to normal debug infrastructure by Alexander Graf · Thu Jun 02 11:38:27 2016 +0200
  67. 988c066 efi_loader: Add exit support by Alexander Graf · Fri May 20 23:28:23 2016 +0200
  68. 17fed14 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · Mon May 30 13:57:56 2016 -0500
  69. 2c1b7e1 nand: Embed mtd_info in struct nand_chip by Scott Wood · Mon May 30 13:57:55 2016 -0500
  70. 08364d9 mtd: nand: Remove nand_info_t typedef by Scott Wood · Mon May 30 13:57:54 2016 -0500
  71. 9a8f4cf Merge git://git.denx.de/u-boot-dm by Tom Rini · Fri May 27 15:49:43 2016 -0400
  72. 94c4b99 efi_loader: Add network access support by Alexander Graf · Fri May 06 21:01:01 2016 +0200
  73. 7e7c877 cmd: replace the cast of the memory access to a fixed bit type in itest by Kunihiko Hayashi · Wed May 04 14:20:04 2016 +0900
  74. 74fcb4f cmd: disk: Fix unused variable warning by Marek Vasut · Sun May 01 00:35:54 2016 +0200
  75. 2821d91 mmc: Drop dead mmc code for non-generic MMC by Simon Glass · Sat May 14 14:02:56 2016 -0600
  76. 92d5301 arm64: fix arm64 Linux boot image header field sizes by Andre Przywara · Wed May 25 09:48:14 2016 +0100
  77. 70eacf2 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · Mon May 23 18:32:47 2016 -0400
  78. b858b6b Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Fri May 20 20:43:27 2016 -0400
  79. 2ffced1 cmd: qfw: do not depend on x86 by Miao Yan · Sun May 22 19:37:19 2016 -0700
  80. 4362676 cmd: qfw: do not require default macros when building qfw command by Miao Yan · Sun May 22 19:37:18 2016 -0700
  81. 9210627 cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h] by Miao Yan · Sun May 22 19:37:17 2016 -0700
  82. 4fcd7f2 x86: qemu: split qfw command interface and qfw core by Miao Yan · Sun May 22 19:37:14 2016 -0700
  83. 73b7e18 cmd: qfw: make fwcfg_present and fwcfg_dma_present public by Miao Yan · Sun May 22 19:37:13 2016 -0700
  84. b603eb1 cmd: qfw: remove qemu_fwcfg_free_files() by Miao Yan · Sun May 22 19:37:12 2016 -0700
  85. 1dcb0f1 cmd: qfw: add API to iterate firmware list by Miao Yan · Sun May 22 19:37:11 2016 -0700
  86. bcb3c8d x86: qemu: Move qfw command over to cmd and add Kconfig entry by Tom Rini · Fri May 06 10:40:22 2016 -0400
  87. 9e559fd eeprom: merge cmdline parsing of eeprom commands by Nikita Kiryanov · Sat Apr 16 17:55:13 2016 +0300
  88. 91f226a eeprom: use eeprom_execute_command for all eeprom functions by Nikita Kiryanov · Sat Apr 16 17:55:12 2016 +0300
  89. c1ca710 mips: Report reloc information in bdinfo by developer · Thu Mar 31 12:51:20 2016 +0100
  90. adb62f0 eeprom: refactor i2c bus and devaddr parsing by Nikita Kiryanov · Sat Apr 16 17:55:11 2016 +0300
  91. 37dda1c cmd: eeprom: add support for layout aware commands by Nikita Kiryanov · Sat Apr 16 17:55:03 2016 +0300
  92. 1bdbe2d cmd: eeprom: add bus switching support for all i2c drivers by Nikita Kiryanov · Sat Apr 16 17:55:02 2016 +0300
  93. e5db115 dm: mmc: Move the device list into a separate file by Simon Glass · Sun May 01 13:52:35 2016 -0600
  94. 11f2bb6 dm: mmc: Use the new select_hwpart() API by Simon Glass · Sun May 01 13:52:29 2016 -0600
  95. fa25511 dm: mmc: Drop the get_dev() function by Simon Glass · Sun May 01 11:36:15 2016 -0600
  96. cf43778 dm: usb: Drop the get_dev() function by Simon Glass · Sun May 01 11:36:13 2016 -0600
  97. 3665a40 dm: sata: Separate the non-command code into its own file by Simon Glass · Sun May 01 11:36:11 2016 -0600
  98. e11f0ef dm: ide: Separate the non-command code into its own file by Simon Glass · Sun May 01 11:36:10 2016 -0600
  99. c8e89ab dm: scsi: Separate the non-command code into its own file by Simon Glass · Sun May 01 11:36:09 2016 -0600
  100. 8706b81 dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · Sun May 01 11:36:02 2016 -0600