1. 00448d2 configs: Migrate CMD_NAND* by Tom Rini · Fri Jul 28 21:31:42 2017 -0400
  2. 10a7fe9 dm: console: Check for serial devices properly by Simon Glass · Thu Jul 27 09:31:04 2017 -0600
  3. 17f14d9 env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig by Tom Rini · Wed Jul 26 21:48:00 2017 -0400
  4. e9035ca Remove unused CONFIG_TWL4030_PWM by Adam Ford · Wed Jul 26 10:04:40 2017 -0500
  5. 72cefd5 serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to Kconfig by Patrice Chotard · Wed Jul 26 15:48:39 2017 +0200
  6. 34cc042 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · Mon Jul 31 07:27:45 2017 -0400
  7. 2e2731c x86: minnowmax: Remove CONFIG_SMSC_LPC47M by Bin Meng · Sat Jul 22 07:39:38 2017 -0700
  8. d31315d x86: Add Intel Edison board files by Andy Shevchenko · Thu Jul 06 14:41:53 2017 +0300
  9. b85b459 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · Sat Jul 29 11:44:08 2017 -0400
  10. d91dce4 Merge git://git.denx.de/u-boot-usb by Tom Rini · Sat Jul 29 11:43:51 2017 -0400
  11. e7896c3 efi_loader: indent entry/exit prints to show nesting level by Rob Clark · Thu Jul 27 08:04:19 2017 -0400
  12. 86789d5 efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT by Rob Clark · Thu Jul 27 08:04:18 2017 -0400
  13. cafc341 clk: fix compilation errors for poplar platform by Patrice Chotard · Tue Jul 25 13:24:45 2017 +0200
  14. 29c1ebf dm: phy: add missing #ifdef CONFIG_PHY by Patrice Chotard · Mon Jul 24 17:07:02 2017 +0200
  15. f4e934f dfu: remove limitation on partition size by Patrick Delaunay · Wed Jul 19 16:39:23 2017 +0200
  16. 5ea9b89 dfu: allow dfu read on partition greater than 2GB by Patrick Delaunay · Wed Jul 19 16:39:22 2017 +0200
  17. 1f31f5a dm: usb: Add a new USB controller operation 'update_hub_device' by Bin Meng · Wed Jul 19 21:51:17 2017 +0800
  18. 66dcbd2 usb: hub: Parse and save TT details from device descriptor by Bin Meng · Wed Jul 19 21:51:16 2017 +0800
  19. dab7437 usb: hub: Support 'set hub depth' request for USB 3.0 hubs by Bin Meng · Wed Jul 19 21:51:13 2017 +0800
  20. 5ecfd5d usb: hub: Add a new API to test if a hub device is root hub by Bin Meng · Wed Jul 19 21:51:11 2017 +0800
  21. 2eee794 usb: hub: Remove hub_port_reset() by Bin Meng · Wed Jul 19 21:51:10 2017 +0800
  22. c021687 x86: minnowmax: Add a environment variable for USB power-on delay by Bin Meng · Wed Jul 19 21:50:09 2017 +0800
  23. abe4026 configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boards by Bin Meng · Wed Jul 19 21:50:06 2017 +0800
  24. 97c70f7 configs: Remove CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS in all boards by Bin Meng · Wed Jul 19 21:50:04 2017 +0800
  25. 7e84f9e usb: hub: Add 3.0 hub port status mask of 2.0 hub by Bin Meng · Wed Jul 19 21:50:01 2017 +0800
  26. 0d66b3a usb: hub: Change USB hub descriptor to match USB 3.0 hubs by Bin Meng · Wed Jul 19 21:50:00 2017 +0800
  27. e8930c4 usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub by Bin Meng · Wed Jul 19 21:49:58 2017 +0800
  28. be7dd60 dm: core: add ofnode_count_phandle_with_args() by Patrice Chotard · Tue Jul 18 11:57:08 2017 +0200
  29. 96fc03d clk: add clk_release_all() by Patrice Chotard · Tue Jul 18 11:57:07 2017 +0200
  30. e4d368e reset: add reset_release_all() by Patrice Chotard · Tue Jul 18 11:57:06 2017 +0200
  31. 76290e3 reset: add reset_request() by Patrice Chotard · Tue Jul 18 11:57:05 2017 +0200
  32. f915a69 drivers: phy: add generic_phy_valid() method by Patrice Chotard · Tue Jul 18 11:38:43 2017 +0200
  33. 191e407 fdtdec: Drop old compatible values by Simon Glass · Tue Jul 25 08:30:13 2017 -0600
  34. b3d2ed3 dm: power: Convert as3722 to driver model by Simon Glass · Tue Jul 25 08:30:12 2017 -0600
  35. c30ddcc power: Add a GPIO driver for the as3722 PMIC by Simon Glass · Tue Jul 25 08:30:11 2017 -0600
  36. 8f18951 power: Add a regulator driver for the as3722 PMIC by Simon Glass · Tue Jul 25 08:30:10 2017 -0600
  37. f7bfcc4 dm: core: Add ofnode_read_resource() by Simon Glass · Tue Jul 25 08:29:55 2017 -0600
  38. 9488451 sandbox: remove os_putc() and os_puts() by Masahiro Yamada · Mon Jul 17 13:08:31 2017 +0900
  39. baebec1 dm: ofnode: change return type of dev_read_prop() to opaque pointer by Masahiro Yamada · Mon Jul 17 12:18:39 2017 +0900
  40. 7033e0d dm: Fix typo in include-guard for dm-structs.h by Philipp Tomsich · Tue Jul 11 23:30:07 2017 +0200
  41. 63ea77a efi_loader: Add an EFI_CALL() macro by Rob Clark · Thu Jul 27 08:04:17 2017 -0400
  42. e5a4fddc efi_loader: only evaluate EFI_EXIT()'s ret once by Rob Clark · Thu Jul 27 08:04:16 2017 -0400
  43. 1fa20e4d spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · Mon Jul 24 17:43:34 2017 +0800
  44. dfbe021 rockchip: firefly: Add "usb start" to auto-start USB device by Leo Wen · Tue Jul 25 20:47:47 2017 +0800
  45. d4ad52f rockchip: firefly: Set the environment variable 'usbkbd' to the stdin by Leo Wen · Tue Jul 25 20:47:46 2017 +0800
  46. d17d8cf rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via Kconfig by Philipp Tomsich · Wed Jul 26 12:29:01 2017 +0200
  47. 065386f rockchip: use UUID for root partitions by Kever Yang · Tue Jul 25 12:00:05 2017 +0800
  48. fe32dfc Merge git://git.denx.de/u-boot-uniphier by Tom Rini · Wed Jul 26 11:29:25 2017 -0400
  49. 2195315 serial: stm32x7: migrate serial struct to driver by Patrice Chotard · Tue Jul 18 09:29:07 2017 +0200
  50. e5f82cf ARM: DTS: stm32: align DT clock declaration with kernel by Patrice Chotard · Tue Jul 18 09:29:02 2017 +0200
  51. d320ab6 configs: ti: armv7: Fixes bug in fit_loadaddr for ramfs boot by Madan Srinivas · Mon Jul 17 13:01:36 2017 -0500
  52. d354c04 configs: k2x_evm: Reorder default boot command by Andrew F. Davis · Mon Jul 17 12:59:14 2017 -0500
  53. 5a32f7c configs: k2x_evm: Adds environment variables for secure devices by Madan Srinivas · Mon Jul 17 12:59:13 2017 -0500
  54. dd94071 configs: k2x_evm: Adds FIT loading environment variables by Andrew F. Davis · Mon Jul 17 12:59:12 2017 -0500
  55. 6bf2f10 arm: dts: meson: import dts files from Linux 4.12 by Beniamino Galvani · Mon Jul 10 00:30:03 2017 +0200
  56. 3f8e166 ARM: uniphier: remove SPL support for ARMv8 SoCs by Masahiro Yamada · Thu Jul 13 20:32:15 2017 +0900
  57. c5b16e1 arm: socfpga: Enable all FPGA config support for Arria 10 by Tien Fong Chee · Wed Jul 26 13:05:44 2017 +0800
  58. cde4219 kconfig: Convert FPGA_SOCFPGA configuration to Kconfig by Tien Fong Chee · Wed Jul 26 13:05:40 2017 +0800
  59. 647c5f3 kconfig: Convert FPGA and FPGA_ALTERA configuration to Kconfig by Tien Fong Chee · Wed Jul 26 13:05:39 2017 +0800
  60. 4b48bac Convert CONFIG_ENV_IS_IN_ONENAND to Kconfig by Simon Glass · Sun Jul 23 21:19:48 2017 -0600
  61. 5b32e18 Convert CONFIG_ENV_IS_IN_FAT to Kconfig by Simon Glass · Sun Jul 23 21:19:47 2017 -0600
  62. 8d8f742 Convert CONFIG_ENV_IS_IN_REMOTE to Kconfig by Simon Glass · Sun Jul 23 21:19:46 2017 -0600
  63. 3b21fdd Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig by Simon Glass · Sun Jul 23 21:19:45 2017 -0600
  64. 6617a73 Convert CONFIG_ENV_IS_IN_DATAFLASH to Kconfig by Simon Glass · Sun Jul 23 21:19:44 2017 -0600
  65. a3a0023 Convert CONFIG_ENV_IS_IN_EEPROM to Kconfig by Simon Glass · Sun Jul 23 21:19:43 2017 -0600
  66. 690c05a Convert CONFIG_ENV_IS_IN_NVRAM to Kconfig by Simon Glass · Sun Jul 23 21:19:42 2017 -0600
  67. 41f661d Convert CONFIG_ENV_IS_IN_FLASH to Kconfig by Simon Glass · Sun Jul 23 21:19:41 2017 -0600
  68. 73c18b4 Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig by Simon Glass · Sun Jul 23 21:19:39 2017 -0600
  69. 49f7b4b efi_loader: expose protocols via GUID by Rob Clark · Mon Jul 24 10:39:01 2017 -0400
  70. 64ca8eb efi_loader: add helper macro to construct protocol objects by Rob Clark · Mon Jul 24 10:39:00 2017 -0400
  71. 84a19a0 efi_loader: log EFI return values too by Rob Clark · Mon Jul 24 10:31:52 2017 -0400
  72. c20bb73 configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS by Tom Rini · Sat Jul 22 18:36:16 2017 -0400
  73. 3ecc6bd efi_loader: parameter types for CreateEvent, SetTimer by xypron.glpk@gmx.de · Wed Jul 19 19:22:34 2017 +0200
  74. 544df3b efi_loader: move guidcmp to header by Rob Clark · Mon Jul 24 07:59:11 2017 -0400
  75. dfd5eee xilinx-ppc.h: Drop by Tom Rini · Sun Jul 23 09:25:07 2017 -0400
  76. 767b7db serial: ns16550: Add RX interrupt buffer support by Stefan Roese · Fri Jul 14 17:25:54 2017 +0200
  77. 224ebcd powerpc: Remove 8260 remainders by Christophe Leroy · Thu Jul 13 15:10:10 2017 +0200
  78. 31f6e93 powerpc: Remove unneccessary #ifdefs in reginfo by Christophe Leroy · Thu Jul 13 15:09:54 2017 +0200
  79. 4f14b97 meson-gx: reserved memory regions by xypron.glpk@gmx.de · Fri Jun 09 22:13:59 2017 +0200
  80. 57ea7f7 env: Add generic redundant environment implementation by Fiach Antaw · Wed Jan 25 18:53:11 2017 +1000
  81. 54c7a8e efi_console: set up events by xypron.glpk@gmx.de · Tue Jul 18 20:17:22 2017 +0200
  82. a587fd1 efi_loader: refactor efi_set_timer by xypron.glpk@gmx.de · Tue Jul 18 20:17:21 2017 +0200
  83. 852a0e177 efi_loader: refactor efi_create_event by xypron.glpk@gmx.de · Tue Jul 18 20:17:20 2017 +0200
  84. 48df209 efi_loader: correct size for tpl level by xypron.glpk@gmx.de · Tue Jul 18 20:17:19 2017 +0200
  85. 3070823 efi_loader: implement multiple event support by xypron.glpk@gmx.de · Tue Jul 18 20:17:18 2017 +0200
  86. cdbf3ac efi_loader: use struct efi_event * instead of void * by xypron.glpk@gmx.de · Tue Jul 18 20:17:17 2017 +0200
  87. b343d93 efi_loader: define all known status codes by xypron.glpk@gmx.de · Tue Jul 04 23:15:22 2017 +0200
  88. 3c042b2 efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by xypron.glpk@gmx.de · Tue Jul 11 22:06:25 2017 +0200
  89. 4534ad6 efi_loader: reimplement efi_locate_protocol by xypron.glpk@gmx.de · Tue Jul 11 22:06:24 2017 +0200
  90. cb486a4 efi_loader: provide a sufficient number of protocols by xypron.glpk@gmx.de · Tue Jul 11 22:06:23 2017 +0200
  91. 0581fa8 efi_loader: implement InstallProtocolInterface by xypron.glpk@gmx.de · Tue Jul 11 22:06:16 2017 +0200
  92. c35c924 efi_loader: refactor efi_open_protocol by xypron.glpk@gmx.de · Tue Jul 11 22:06:14 2017 +0200
  93. 23be7fb regulator: Change get_enable return type to integer from bool by Keerthy · Tue Jun 13 09:53:45 2017 +0530
  94. 9390f3d Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Tue Jul 18 08:42:48 2017 -0400
  95. e9c99be mx6cuboxi: Move CONFIG_CMD_SATA to Kconfig by Fabio Estevam · Thu Jul 13 15:22:50 2017 -0300
  96. 3ef0b27 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · Wed Jul 12 08:16:41 2017 -0400
  97. 2ef943e imx: cx9020: try pxe boot, if no vmlinuz on mmc by Patrick Bruenn · Tue Jul 11 11:23:21 2017 +0200
  98. 3876a35 imx: cx9020: use fdt_addr_r and ramdisk_addr_r by Patrick Bruenn · Tue Jul 11 11:23:20 2017 +0200
  99. 614c283 mx6sabreauto: Add Falcon mode support by Diego Dorta · Fri Jul 07 15:38:34 2017 -0300
  100. c951fa7 warp: Use PARTUUID to specify the rootfs location by Fabio Estevam · Tue Jul 11 14:24:29 2017 -0300