1. 3bb01f1 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · Sun Jun 12 23:28:57 2016 -0400
  2. 1d9e409 autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves by Masahiro Yamada · Sat Jun 11 18:44:09 2016 +0900
  3. dd6427f ARM: stm32: remove unused CONFIG_AUTOBOOT by Masahiro Yamada · Sat Jun 11 18:44:08 2016 +0900
  4. 8cc84e7 tools: fix define2mk.sed to not add quotes around negative integers by Masahiro Yamada · Sat Jun 11 18:44:10 2016 +0900
  5. b1a570f tools: moveconfig: Add a new --git-ref option by Joe Hershberger · Fri Jun 10 14:53:32 2016 -0500
  6. 93f1c2d tools: moveconfig: New color used for changed defconfig by Joe Hershberger · Fri Jun 10 14:53:30 2016 -0500
  7. 640de87 tools: moveconfig: Fix another typo by Joe Hershberger · Fri Jun 10 14:53:29 2016 -0500
  8. cb256cb tools: moveconfig: make Slot.poll() more readable with helper methods by Masahiro Yamada · Wed Jun 08 11:47:37 2016 +0900
  9. 9566abd tools: moveconfig: allow to run without any CONFIG specified by Masahiro Yamada · Thu May 19 15:52:09 2016 +0900
  10. 83c1767 tools: moveconfig: add --force-sync option by Masahiro Yamada · Thu May 19 15:52:08 2016 +0900
  11. 0f6beda tools: moveconfig: report when defconfig is updated by Masahiro Yamada · Thu May 19 15:52:07 2016 +0900
  12. 07f9852 tools: moveconfig: report when CONFIGs are removed by savedefconfig by Masahiro Yamada · Thu May 19 15:52:06 2016 +0900
  13. 76f8df5 tools: moveconfig: display log when savedefconfig occurs by Masahiro Yamada · Thu May 19 15:52:05 2016 +0900
  14. 263d137 tools: moveconfig: skip savedefconfig if .config was not updated by Masahiro Yamada · Thu May 19 15:52:04 2016 +0900
  15. 274a5ee tools: moveconfig: refactor code to go back to idle state by Masahiro Yamada · Thu May 19 15:52:03 2016 +0900
  16. 465b7c0 tools: moveconfig: display log atomically in more readable format by Masahiro Yamada · Thu May 19 15:52:02 2016 +0900
  17. 69e2bbc tools: moveconfig: move log output code out of Kconfig Parser class by Masahiro Yamada · Thu May 19 15:52:01 2016 +0900
  18. 5393b61 tools: moveconfig: compute file paths just once by Masahiro Yamada · Thu May 19 15:52:00 2016 +0900
  19. b903c4e tools: moveconfig: allow to give CONFIG names as argument directly by Masahiro Yamada · Thu May 19 15:51:58 2016 +0900
  20. b80a667 tools: moveconfig: drop code for handling type and default value by Masahiro Yamada · Thu May 19 15:51:57 2016 +0900
  21. 5643d6e tools: moveconfig: do not rely on type and default value given by users by Masahiro Yamada · Thu May 19 15:51:56 2016 +0900
  22. cefaa58 tools: moveconfig: increment number of processed files monotonically by Masahiro Yamada · Thu May 19 15:51:55 2016 +0900
  23. 990e677 tools: moveconfig: exit with error message for not clean directory by Masahiro Yamada · Thu May 19 15:51:54 2016 +0900
  24. c4d76eb tools: moveconfig: check compilers before starting defconfig walk by Masahiro Yamada · Thu May 19 15:51:53 2016 +0900
  25. 06f76e9 tools: moveconfig: check directory location before compilers by Masahiro Yamada · Thu May 19 15:51:52 2016 +0900
  26. 6ef8ad9 tools: moveconfig: remove redundant else: after sys.exit() by Masahiro Yamada · Thu May 19 15:51:51 2016 +0900
  27. 7c0d9d2 tools: moveconfig: rename update_defconfig() to update_dotconfig() by Masahiro Yamada · Thu May 19 15:51:50 2016 +0900
  28. 953d93b tools: moveconfig: fix --dry-run option by Masahiro Yamada · Thu May 19 15:51:49 2016 +0900
  29. 5021e3c verified-boot: Minimal support for booting U-Boot proper from SPL by Teddy Reed · Thu Jun 09 19:18:44 2016 -0700
  30. aca42d7 ti_armv7_common: env: Remove no longer needed mem_reserve by Andrew F. Davis · Wed Jun 08 10:19:14 2016 -0500
  31. 853445f cmd: gpt: add - partition size parsing by Michael Trimarchi · Wed Jun 08 10:18:16 2016 +0200
  32. c805623 arm: dra7xx: Assign omap_vcores based on board type by Keerthy · Tue Jun 07 16:05:25 2016 +0530
  33. dd4845e Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · Sun Jun 12 12:52:33 2016 -0400
  34. bd1f7f2 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Sun Jun 12 12:52:19 2016 -0400
  35. 61a382b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Sun Jun 12 12:51:34 2016 -0400
  36. fa72162 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · Sun Jun 12 09:55:16 2016 -0400
  37. c338c38 x86: broadwell: gpio: Remove the codes to set up pin control by Bin Meng · Wed Jun 08 05:07:39 2016 -0700
  38. a455964 x86: Probe pinctrl driver in cpu_init_r() by Bin Meng · Wed Jun 08 05:07:38 2016 -0700
  39. cceab52 x86: Enable regmap and syscon for coreboot and qemu-x86 by Bin Meng · Wed Jun 08 05:07:37 2016 -0700
  40. 45f4f3e x86: Update x86-pinctrl driver device-tree-bindings doc by Bin Meng · Wed Jun 08 05:07:36 2016 -0700
  41. e4d977f x86: baytrail: Configure card detect pin of the SD controller by Bin Meng · Wed Jun 08 05:07:35 2016 -0700
  42. 7bfe2b5 x86: baytrail: Change fsp, emmc-boot-mode to "auto" by Bin Meng · Wed Jun 08 05:07:34 2016 -0700
  43. de6d198 x86: baytrail: Add 'reg' property in the pinctrl node by Bin Meng · Wed Jun 08 05:07:33 2016 -0700
  44. 1e4479d x86: ich6_gpio: Output return value of syscon_get_by_driver_data() by Bin Meng · Wed Jun 08 05:07:32 2016 -0700
  45. 5a49f87 x86: acpi: Fix madt lapic generation by George McCollister · Tue Jun 07 13:40:18 2016 -0500
  46. 331c87c armv8: ls2080aqds: Enable QSPI boot support by Yuan Yao · Wed Jun 08 18:25:00 2016 +0800
  47. de749c5 configs: ls2080aqds_nand_defconfig: Enable QSPI by Yuan Yao · Wed Jun 08 18:24:59 2016 +0800
  48. 5d555b9 configs: ls2080a: Increase load image len in NAND boot by Yuan Yao · Wed Jun 08 18:24:58 2016 +0800
  49. 86f42d7 armv8: ls2080aqds: Config QSPI pin mux via FPGA in NAND boot by Yuan Yao · Wed Jun 08 18:24:57 2016 +0800
  50. b42bbc2 dts: ls2080aqds: Add QSPI dts node by Yuan Yao · Wed Jun 08 18:24:56 2016 +0800
  51. 6fc42b0 configs: ls2080aqds: Enable QSPI flash support by Yuan Yao · Wed Jun 08 18:24:55 2016 +0800
  52. 5a89cce armv8: ls2080aqds: disable IFC NOR & QIXIS when QSPI enable by Yuan Yao · Wed Jun 08 18:24:54 2016 +0800
  53. 5d891fe configs: ls2080a_common: Remove duplicate NOR configs by Yuan Yao · Wed Jun 08 18:24:53 2016 +0800
  54. 2ec8584 armv8: ls2080aqds: Select QSPI CLK div via SCFG by Yuan Yao · Wed Jun 08 18:24:52 2016 +0800
  55. d40c885 drivers: i2c: mxc: Add early init by Yuan Yao · Wed Jun 08 18:24:51 2016 +0800
  56. 9abba11 board: ls2080a: Add "mcinitcmd" env for MC & DPL deployment by Pratiyush Mohan Srivastava · Wed Jan 20 12:29:03 2016 +0530
  57. 3dfb82a armv8/ls2080a: configure PMU's PCTBENR to enable WDT by Yunhui Cui · Wed Jun 08 10:31:42 2016 +0800
  58. b8f999e sunxi: Move the SPL stack top to 0x1A000 on Allwinner A64/A80 by Siarhei Siamashka · Tue May 31 01:48:06 2016 +0300
  59. 2c885e9 sunxi: Downclock AHB1 to 100MHz on Allwinner A64 by Siarhei Siamashka · Tue May 31 01:48:05 2016 +0300
  60. ffa5442 spi: pic32_spi: add SPI master driver for PIC32 SoC. by Purna Chandra Mandal · Thu Jun 02 14:26:08 2016 +0530
  61. 79e49fd MIPS: Make CONFIG_SYS_DCACHE_LINE_SIZE int, not hex by Paul Burton · Thu Jun 09 13:09:52 2016 +0100
  62. 1194f94 MIPS: Fix invalidate_dcache_range to operate on L1 Dcache by Paul Burton · Thu Jun 09 13:09:51 2016 +0100
  63. 779afb6 sunxi: musb: Properly turn of musb controller before booting by Hans de Goede · Sun Jun 05 16:53:04 2016 +0200
  64. 97ce017 sunxi: Add INITIAL_USB_SCAN_DELAY to Mele_A1000G_quad_defconfig by Hans de Goede · Sun Jun 05 14:40:44 2016 +0200
  65. 39de345 sunxi: Enable ALDO3 and ALDO4 in Wobo_i5_defconfig by Hans de Goede · Thu Jun 02 18:46:09 2016 +0200
  66. cbec11a siemens,am33x: add draco etamin board by Heiko Schocher · Tue Jun 07 08:55:45 2016 +0200
  67. 0ed9da5 dfu, nand, ubi: fix erasing after write finish by Heiko Schocher · Tue Jun 07 08:55:44 2016 +0200
  68. 4453d7a am335x, dxr2: get ECC sType from I2C eeprom by Heiko Schocher · Tue Jun 07 08:55:43 2016 +0200
  69. 5bf904c mtd: nand: omap: allow to switch to BCH16 by Heiko Schocher · Tue Jun 07 08:55:42 2016 +0200
  70. adb71df nand: add nand mtd concat support by Heiko Schocher · Tue Jun 07 08:55:41 2016 +0200
  71. 8b4b05f ubi: add new ubi command "ubi detach" by Heiko Schocher · Tue Jun 07 08:55:40 2016 +0200
  72. 61fea38 siemens,am33x: add ubi fastmap support by Samuel Egli · Tue Jun 07 08:55:39 2016 +0200
  73. f116396 am335x, shc: add support for the am335x based bosch shc board by Heiko Schocher · Tue Jun 07 08:31:25 2016 +0200
  74. 3f4caec doc, spl, am335x: update am335x-network by Heiko Schocher · Tue Jun 07 08:31:24 2016 +0200
  75. d17112a armv7: omap-common: make SPL board_mmc_init() weak by Heiko Schocher · Tue Jun 07 08:31:23 2016 +0200
  76. 280f715 mmc: omap_hsmmc: enable 8bit interface for eMMC for AM33xx by Heiko Schocher · Tue Jun 07 08:31:22 2016 +0200
  77. 9016ab9 mmc: revert mmc: Handle switch error status bit in MMC card status by Heiko Schocher · Tue Jun 07 08:31:21 2016 +0200
  78. 747ceee bootstage: call show_boot_progress also in SPL by Heiko Schocher · Tue Jun 07 08:31:20 2016 +0200
  79. 8575473 arm, am335x: Enable Spread Spectrum for the MPU by Heiko Schocher · Tue Jun 07 08:31:19 2016 +0200
  80. 7cc40dd am335x: add some missing CM_CLKMODE_DPLL_SSC macros by Heiko Schocher · Tue Jun 07 08:31:18 2016 +0200
  81. 8aa4548 arm, am335x: add some missing GPIO register definitions by Heiko Schocher · Tue Jun 07 08:31:17 2016 +0200
  82. 90fecc7 power, tps65217: add some defines by Heiko Schocher · Tue Jun 07 08:31:16 2016 +0200
  83. 52e05e9 tests: py: disable main_signon check for printenv cmd by Heiko Schocher · Tue Jun 07 08:31:15 2016 +0200
  84. 0b368b1 common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option by Heiko Schocher · Tue Jun 07 08:31:14 2016 +0200
  85. b4a7ba1 tiny-printf: Correct the snprintf() implementation by Simon Glass · Wed Jun 08 20:55:15 2016 -0600
  86. f627ef1 ARM: uniphier: insert dsb barrier to ensure visibility of store by Masahiro Yamada · Wed Jun 08 18:02:32 2016 +0900
  87. 9d2a9fa ARM: uniphier: do not erase when updating U-Boot image in eMMC device by Masahiro Yamada · Tue Jun 07 21:03:46 2016 +0900
  88. afbde6f ARM: uniphier: do not overwrite fdt_file environment by Masahiro Yamada · Tue Jun 07 21:03:44 2016 +0900
  89. 7d10978 ARM: uniphier: check return code of setenv() by Masahiro Yamada · Tue Jun 07 21:03:43 2016 +0900
  90. be46136 ARM: uniphier: fix boot mode for PH1-LD11 by Masahiro Yamada · Sat Jun 04 22:39:09 2016 +0900
  91. d69e409 ARM: uniphier: support eMMC boot for PH1-LD11 and PH1-LD20 by Masahiro Yamada · Sat Jun 04 22:39:08 2016 +0900
  92. 0ad9e1f arm: mxs: Remove misleading comments by Michael Heimpold · Mon Jun 06 14:26:39 2016 +0200
  93. a9326ce board: ge: bx50v3: add missing partnum variable by Kimmo Surakka · Tue May 24 15:56:23 2016 +0200
  94. 0d01d0a board: ge: bx50v3: disable unused features to improve size and boot speed by Andrew Shadura · Tue May 24 15:56:22 2016 +0200
  95. 6da4f98 board: ge: bx50v3: make SATA optional and disabled by default by Andrew Shadura · Tue May 24 15:56:21 2016 +0200
  96. 2c6ed1e board: ge: bx50v3: make network support optional and disabled by default by Andrew Shadura · Tue May 24 15:56:20 2016 +0200
  97. af628af board: ge: bx50v3: make USB support optional and disabled by default by Andrew Shadura · Tue May 24 15:56:19 2016 +0200
  98. c1b4283 board: ge: bx50v3: make CONFIG_VIDEO optional and disabled by default by Andrew Shadura · Tue May 24 15:56:18 2016 +0200
  99. c26583d board: ge: bx50v3: don't configure the backlight when there's no display by Andrew Shadura · Tue May 24 15:56:17 2016 +0200
  100. 1763b76 Prepare v2016.07-rc1 by Tom Rini · Mon Jun 06 17:43:54 2016 -0400