1. 8b05189 arm: bcm235xx: fix kps ccu by Chris Brand · Tue Jun 21 16:43:06 2016 -0700
  2. 4c8b286 arm: bcm235xx: implement the boot0 hook code by Steve Rae · Tue Jun 21 16:43:05 2016 -0700
  3. 5d2652d arm: bcm235xx: choose 8-bit phy bus width by Steve Rae · Tue Jun 21 16:43:04 2016 -0700
  4. daec47b clk: sandbox: don't check clk ID against 0 by Stephen Warren · Tue Jun 21 13:32:07 2016 -0600
  5. b776347 common: Fix support for environment file in EXT4 by Andrej Rosano · Tue Jun 21 17:54:25 2016 +0200
  6. e873b15 ARM: armv7: refactor Makefile slightly by Masahiro Yamada · Tue Jun 21 21:30:09 2016 +0900
  7. 17a48e4 hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER by Masahiro Yamada · Tue Jun 21 02:11:19 2016 +0900
  8. 8fdfac9 Move CONFIG_SYS_HUSH_PARSER to Kconfig for last 4 boards by Masahiro Yamada · Tue Jun 21 02:11:18 2016 +0900
  9. ea19c53 mtd: nand: Drop a blank line in nand_wait() by Andre Renaud · Sun Jun 19 19:25:25 2016 -0600
  10. 909cc1c ARM: move #ifdef to match the error handling code by Masahiro Yamada · Fri Jun 17 21:51:48 2016 +0900
  11. b914009 arm64: optimize smp_kick_all_cpus by Masahiro Yamada · Fri Jun 17 18:32:47 2016 +0900
  12. 86049ad lib/lzo: bugfix when input data is not compressed by Joris Lijssens · Fri Jun 17 10:46:58 2016 +0200
  13. dcc0473 env: avoid build error for boards without CONFIG_SYS_{CPU, BOARD} by Masahiro Yamada · Fri Jun 17 14:24:07 2016 +0900
  14. f8e066c Respect SOURCE_DATE_EPOCH when building FIT images. by Vagrant Cascadian · Thu Jun 16 12:28:40 2016 -0700
  15. 4c9ca38 Use C locale when setting CC_VERSION_STRING and LD_VERSION_STRING. by Vagrant Cascadian · Sun Jun 12 06:07:07 2016 -0700
  16. 6ac0699 board: amlogic: Rename folder for Amlogic boards by Carlo Caione · Fri Jun 10 20:18:23 2016 +0200
  17. 72ad903 configs: gxbb: Introduce a common config header file by Carlo Caione · Fri Jun 10 20:18:22 2016 +0200
  18. 44af20b common: image: minimal android image iminfo support by Michael Trimarchi · Fri Jun 10 19:54:37 2016 +0200
  19. a845762 mkimage: fit: spl: Add an optional static offset for external data by Teddy Reed · Thu Jun 09 19:38:02 2016 -0700
  20. 268f19e cmd: bootefi: cosmetic by Sergey Kubushyn · Tue Jun 07 11:14:31 2016 -0700
  21. c1f2bdd omap3: bugfix in timer on rollover by Daniel Gorsulowski · Mon Jun 06 09:40:11 2016 +0200
  22. 6023742 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · Tue Jun 21 20:43:21 2016 -0400
  23. 3c9bfea tools: moveconfig: show suspicious boards with possible misconversion by Masahiro Yamada · Wed Jun 15 14:33:54 2016 +0900
  24. 0153f03 tools: moveconfig: simplify show_failed_boards() and show more info by Masahiro Yamada · Wed Jun 15 14:33:53 2016 +0900
  25. 8f5256a tools: moveconfig: simplify source tree switching by Masahiro Yamada · Wed Jun 15 14:33:52 2016 +0900
  26. 2e74fee tools: moveconfig: change class WorkDir to class ReferenceSource by Masahiro Yamada · Wed Jun 15 14:33:51 2016 +0900
  27. b48387f tools: moveconfig: fix needless move for config with default 1 by Masahiro Yamada · Wed Jun 15 14:33:50 2016 +0900
  28. 7ba4c67 NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS server by Guillaume GARDET · Mon Jun 06 15:11:45 2016 +0200
  29. fcdcc55 net: phy: marvell: Do not reset 88e1310 after autoneg by Nathan Rossi · Fri Jun 03 23:16:17 2016 +1000
  30. 73823fa net: phy: micrel: add support for KSZ886x switches in MIIM mode by Alexey Firago · Thu May 26 16:28:44 2016 +0300
  31. 9fe7fb5 net: rtl8169: fix switching between adapters by Stephen Warren · Tue Apr 26 15:29:00 2016 -0600
  32. f99c5cb Kconfig: Add a new DISTRO_DEFAULTS Kconfig option by Hans de Goede · Mon Jun 20 23:16:28 2016 +0200
  33. 60e0b18 sunxi: Add PSCI implementation in C by Chen-Yu Tsai · Tue Jun 07 10:54:34 2016 +0800
  34. 9bffa7f sunxi: Add base address for GIC by Chen-Yu Tsai · Tue Jun 07 10:54:33 2016 +0800
  35. f3a80e2 sunxi: Add CPUCFG debug lock and sun7i cpu power controls by Chen-Yu Tsai · Tue Jun 07 10:54:32 2016 +0800
  36. fcd4c4e sunxi: Group cpu core related controls together by Chen-Yu Tsai · Tue Jun 07 10:54:31 2016 +0800
  37. d14dcb0 sunxi: Add missing linux/types.h header for cpucfg_sun6i.h by Chen-Yu Tsai · Tue Jun 07 10:54:30 2016 +0800
  38. 165ab87 sunxi: Add packed attribute to struct sunxi_prcm_reg by Chen-Yu Tsai · Tue Jun 07 10:54:29 2016 +0800
  39. 8ba7974 sunxi: Make CPUCFG_BASE macro names the same across families by Chen-Yu Tsai · Tue Jun 07 10:54:28 2016 +0800
  40. 72a4800 ARM: allocate extra space for PSCI stack in secure section during link phase by Chen-Yu Tsai · Tue Jun 07 10:54:27 2016 +0800
  41. 23addd2 ARM: PSCI: export common PSCI function declarations for C code by Chen-Yu Tsai · Tue Jun 07 10:54:26 2016 +0800
  42. 62e4032 ARM: PSCI: save and restore clobbered registers in v7_flush_dcache_all by Chen-Yu Tsai · Tue Jun 07 10:54:25 2016 +0800
  43. 72479ed ARM: PSCI: use only r0 and r3 in psci_get_cpu_stack_top() by Chen-Yu Tsai · Tue Jun 07 10:54:24 2016 +0800
  44. b05a648 sunxi: Revert "sunxi: make SoC variant choice mandatory" by Hans de Goede · Sun Jun 12 11:57:07 2016 +0200
  45. 902879a sunxi: Add defconfig and dts file for inet86dz board by Hans de Goede · Sun Jun 12 19:44:42 2016 +0200
  46. c3ed8c1 sunxi: Add defconfig and dts file for Polaroid MID2407PXE03 tablet by Hans de Goede · Sat Jun 11 15:19:38 2016 +0200
  47. 42a3182 sunxi: Select USE_TINY_PRINTF by Hans de Goede · Fri Jun 10 12:19:40 2016 +0200
  48. 5f18398 tinyprintf: Add vprintf implementation by Hans de Goede · Fri Jun 10 21:03:34 2016 +0200
  49. 5bcd831 Prepare v2016.07-rc2 by Tom Rini · Mon Jun 20 11:14:12 2016 -0400
  50. 622a01c autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c by Masahiro Yamada · Mon Jun 20 17:33:39 2016 +0900
  51. 521240c Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · Mon Jun 20 05:15:52 2016 -0400
  52. 1243cd8 mmc: add MMC_VERSION_5_1 by Stefan Wahren · Thu Jun 16 17:54:06 2016 +0000
  53. e92c446 dragonboard410c: Increase default environment size. by Mateusz Kulikowski · Sun Jun 19 23:05:32 2016 +0200
  54. e0012a3 Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Jun 20 05:14:01 2016 -0400
  55. 3b5f884 mtd: nand: Patch remaining places where nand_to_mtd() should be used by Boris Brezillon · Wed Jun 15 20:56:10 2016 +0200
  56. 3501d78 nand: doc: fix example ecc scheme calculation by Fabian Mewes · Tue Jun 14 02:46:14 2016 +0200
  57. c65c7fa nand: extend nand torture by Max Krummenacher · Mon Jun 13 10:15:48 2016 +0200
  58. f3178d7 nand: nand torture: follow sync with linux v4.6 by Max Krummenacher · Mon Jun 13 10:15:47 2016 +0200
  59. 5ad7e83 common: fb_nand: won't compile by Sergey Kubushyn · Tue Jun 07 14:22:59 2016 -0700
  60. 601361f spl: nand: sunxi: add support for NAND config auto-detection by Boris Brezillon · Mon Jun 06 10:17:02 2016 +0200
  61. 87cc16c spl: nand: sunxi: split 'load page' and 'read page' logic by Boris Brezillon · Mon Jun 06 10:17:01 2016 +0200
  62. dbd8710 spl: nand: sunxi: rework status polling loop by Boris Brezillon · Mon Jun 06 10:17:00 2016 +0200
  63. 939c75b spl: nand: sunxi: stop guessing the redundant u-boot offset by Boris Brezillon · Mon Jun 06 10:16:59 2016 +0200
  64. 4f238e7 spl: nand: support redundant u-boot image by Boris Brezillon · Mon Jun 06 10:16:58 2016 +0200
  65. 05b769d spl: nand: rework SYS_NAND_U_BOOT_OFFS Kconfig option dependency by Boris Brezillon · Mon Jun 06 10:16:57 2016 +0200
  66. a7a401c spl: nand: sunxi: remove support for so-called 'syndrome' mode by Boris Brezillon · Mon Jun 06 10:16:56 2016 +0200
  67. a962243 clk: convert API to match reset/mailbox style by Stephen Warren · Fri Jun 17 09:44:00 2016 -0600
  68. 6488e64 reset: implement a reset test by Stephen Warren · Fri Jun 17 09:43:59 2016 -0600
  69. 185ad87 Add a reset driver framework/uclass by Stephen Warren · Fri Jun 17 09:43:58 2016 -0600
  70. e0e2b26 mailbox: add Tegra186 HSP driver by Stephen Warren · Fri Jun 17 09:43:57 2016 -0600
  71. 3cdf676 mailbox: rename headers by Stephen Warren · Fri Jun 17 09:43:56 2016 -0600
  72. eeed18c sandbox: gpio: doc: Fix parameter documentation by mario.six@gdsys.cc · Wed May 25 15:18:10 2016 +0200
  73. 55019c5 lib/libfdt/: General aesthetic/style fixes. by Robert P. J. Day · Mon May 23 05:40:55 2016 -0400
  74. ab8ce19 gpio: pca953x: Fix register reading past 8th GPIO by mario.six@gdsys.cc · Mon May 23 09:54:56 2016 +0200
  75. f4d193b dm: add manual relocation for devices by Angelo Dureghello · Sat May 21 12:05:49 2016 +0200
  76. bb40439 ARM: uniphier: use the default CONFIG_BOOTDELAY=2 by Masahiro Yamada · Fri Jun 17 19:24:30 2016 +0900
  77. 460483c ARM: uniphier: reserve memory for DRAM PHY training on PH1-LD20 by Masahiro Yamada · Fri Jun 17 19:24:29 2016 +0900
  78. 3a0850d ARM: uniphier: move CONFIG_ARMV8_MULTIENTRY to Kconfig by Masahiro Yamada · Fri Jun 17 19:24:28 2016 +0900
  79. 74b79f8 ARM: uniphier: introduce CONFIG_ARM_UNIPHIER_{32, 64}BIT by Masahiro Yamada · Fri Jun 17 19:24:27 2016 +0900
  80. f3bf3ec ARM: uniphier: change CPU_RELEASE_ADDR to the head of DRAM space by Masahiro Yamada · Wed Jun 15 14:46:09 2016 +0900
  81. 6771512 SPL ext: cosmetic: correct error message in spl_load_image_ext() by Petr Kulhavy · Sat Jun 18 12:21:17 2016 +0200
  82. 647ffed fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bit by Guillaume GARDET · Fri Jun 17 11:45:37 2016 +0200
  83. 9c401e4 test/py: fix printenv signon message disable code by Stephen Warren · Thu Jun 16 12:59:34 2016 -0600
  84. 908c4d1 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Sat Jun 18 23:46:43 2016 -0400
  85. 52a0551 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Sat Jun 18 23:46:21 2016 -0400
  86. 9986967 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Sat Jun 18 23:44:22 2016 -0400
  87. e62aaf1 warp7: Fix DFU support by Fabio Estevam · Thu Jun 09 14:54:30 2016 -0300
  88. e643580 warp7: Add README file by Marco Franchi · Fri Jun 10 14:56:23 2016 -0300
  89. 3d73f52 warp7: Fix watchdog reset by Marco Franchi · Fri Jun 10 14:45:28 2016 -0300
  90. 730a3fb imx: mx6ulevk: change QSPI PAD DSE to 120ohm by Peng Fan · Wed Jun 15 14:18:39 2016 +0800
  91. e10d350 imx6ulevk: fix LCD_nPWREN setting by Peng Fan · Wed Jun 15 14:18:38 2016 +0800
  92. a383197 imx6ulevk: fix 74LV OE usage by Peng Fan · Wed Jun 15 14:18:37 2016 +0800
  93. d0d4f02 mx7dsabresd: Fix LCD_PWR_EN output setting by Ye Li · Wed Jun 15 14:18:36 2016 +0800
  94. 029d07f mx6sabresd: Allow LVDS backlight to be functional after a kernel reboot by Marco Franchi · Wed Jun 08 15:05:31 2016 -0300
  95. 09594b7 Merge branch 'master' of git://git.denx.de/u-boot by Stefano Babic · Sat Jun 18 10:24:54 2016 +0200
  96. ba397ba usb: ehci: only shutdown opened controller by Peng Fan · Wed Jun 15 13:15:46 2016 +0800
  97. 57a7220 cmd: usb: check if_type before using this device by Peng Fan · Fri Jun 17 14:18:11 2016 +0800
  98. 38cb0b9 arm: Fix setjmp by Alexander Graf · Mon Jun 13 14:01:07 2016 +0200
  99. 107ef97 arm, am335x: siemens: enable DM/DTS support by Heiko Schocher · Mon Jun 13 15:16:01 2016 +0200
  100. 8559fd5 arm, am335x: siemens: update etamin defconfig by Heiko Schocher · Mon Jun 13 15:16:00 2016 +0200