1. 544df3b efi_loader: move guidcmp to header by Rob Clark · Mon Jul 24 07:59:11 2017 -0400
  2. 54c7a8e efi_console: set up events by xypron.glpk@gmx.de · Tue Jul 18 20:17:22 2017 +0200
  3. a587fd1 efi_loader: refactor efi_set_timer by xypron.glpk@gmx.de · Tue Jul 18 20:17:21 2017 +0200
  4. 852a0e177 efi_loader: refactor efi_create_event by xypron.glpk@gmx.de · Tue Jul 18 20:17:20 2017 +0200
  5. 48df209 efi_loader: correct size for tpl level by xypron.glpk@gmx.de · Tue Jul 18 20:17:19 2017 +0200
  6. 3070823 efi_loader: implement multiple event support by xypron.glpk@gmx.de · Tue Jul 18 20:17:18 2017 +0200
  7. cdbf3ac efi_loader: use struct efi_event * instead of void * by xypron.glpk@gmx.de · Tue Jul 18 20:17:17 2017 +0200
  8. b343d93 efi_loader: define all known status codes by xypron.glpk@gmx.de · Tue Jul 04 23:15:22 2017 +0200
  9. 3c042b2 efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by xypron.glpk@gmx.de · Tue Jul 11 22:06:25 2017 +0200
  10. 4534ad6 efi_loader: reimplement efi_locate_protocol by xypron.glpk@gmx.de · Tue Jul 11 22:06:24 2017 +0200
  11. cb486a4 efi_loader: provide a sufficient number of protocols by xypron.glpk@gmx.de · Tue Jul 11 22:06:23 2017 +0200
  12. 0581fa8 efi_loader: implement InstallProtocolInterface by xypron.glpk@gmx.de · Tue Jul 11 22:06:16 2017 +0200
  13. c35c924 efi_loader: refactor efi_open_protocol by xypron.glpk@gmx.de · Tue Jul 11 22:06:14 2017 +0200
  14. 220fb22 Merge git://git.denx.de/u-boot-dm by Tom Rini · Tue Jul 11 20:28:46 2017 -0400
  15. 87e96b2 Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · Tue Jul 11 14:21:50 2017 -0400
  16. 9cf85cb dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · Thu Jun 22 16:54:05 2017 +0900
  17. 4191dc1 dm: core: Add functions to obtain node's address/size cells by Simon Glass · Mon Jun 12 06:21:31 2017 -0600
  18. fa031f8 dm: core: Add dev_read_enabled() to check if a device is enabled by Simon Glass · Mon Jun 12 06:21:30 2017 -0600
  19. 170e17c dm: core: Add dev_read_resource() to read device resources by Simon Glass · Mon Jun 12 06:21:29 2017 -0600
  20. 5fdb005 dm: core: Add ofnode_read_string_count() by Simon Glass · Mon Jun 12 06:21:28 2017 -0600
  21. 00c34d5b sandbox: Enable more console options by Simon Glass · Thu Jun 15 21:37:53 2017 -0600
  22. c9c5c9f Allow displaying the U-Boot banner on a video display by Simon Glass · Thu Jun 15 21:37:50 2017 -0600
  23. e8583f9 display_options: Refactor to allow obtaining the banner by Simon Glass · Fri Jun 16 12:51:42 2017 -0600
  24. c6b4430 dm: ahci: Add a driver for SCSI on AHCI by Simon Glass · Wed Jun 14 21:28:46 2017 -0600
  25. 600d001 dm: scsi: Split out the bus scanning code by Simon Glass · Wed Jun 14 21:28:45 2017 -0600
  26. c4dfa89 dm: scsi: Add operations for SCSI devices by Simon Glass · Wed Jun 14 21:28:43 2017 -0600
  27. 4822873 dm: scsi: Document and rename the scsi_scan() parameter by Simon Glass · Wed Jun 14 21:28:41 2017 -0600
  28. 11b2b62 dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() by Simon Glass · Wed Jun 14 21:28:40 2017 -0600
  29. 28aa974 dm: scsi: Add operations by Simon Glass · Wed Jun 14 21:28:39 2017 -0600
  30. cf01b5b dm: ahci: Drop use of probe_ent by Simon Glass · Wed Jun 14 21:28:38 2017 -0600
  31. 84fac54 dm: ahci: Unwind the confusing init code by Simon Glass · Wed Jun 14 21:28:37 2017 -0600
  32. cb87524 dm: sata: Move ataid into struct ahci_uc_priv by Simon Glass · Wed Jun 14 21:28:33 2017 -0600
  33. 5ce5967 dm: ahci: Rename struct ahci_probe_ent by Simon Glass · Wed Jun 14 21:28:32 2017 -0600
  34. 5fb559d dm: scsi: Drop the ccb typedef by Simon Glass · Wed Jun 14 21:28:30 2017 -0600
  35. a4eff9f dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmd by Simon Glass · Wed Jun 14 21:28:29 2017 -0600
  36. 3df498d dm: scsi: Rearrange header file for driver model by Simon Glass · Wed Jun 14 21:28:28 2017 -0600
  37. ab3055a Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · Wed Jun 14 21:28:25 2017 -0600
  38. 203b3ab Convert CONFIG_CMD_SATA to Kconfig by Simon Glass · Wed Jun 14 21:28:24 2017 -0600
  39. 1674098 scsi: Drop scsi_print_error() by Simon Glass · Wed Jun 14 21:28:23 2017 -0600
  40. 0e5faf0 Convert CONFIG_SCSI to Kconfig by Simon Glass · Wed Jun 14 21:28:21 2017 -0600
  41. 3ff83bc dm: core: Add uclass_first/next_device_check() by Simon Glass · Sun Apr 23 20:10:45 2017 -0600
  42. 9c433fe dm: core: Test uclass_first/next_device() on probe failure by Simon Glass · Sun Apr 23 20:10:44 2017 -0600
  43. 98c9fb0 dm: core: Clarify uclass_first/next_device() comments by Simon Glass · Sun Apr 23 20:10:43 2017 -0600
  44. 6ee2d01 rockchip: Add basic support for phyCORE-RK3288 SoM based carrier board by Wadim Egorov · Mon Jun 19 12:36:40 2017 +0200
  45. c258105 power: regulator: rk8xx: Allow input current/charger shutdown configuration by Wadim Egorov · Mon Jun 19 12:36:39 2017 +0200
  46. 5498381 usb: Kconfig: migrate USB_DWC2 to Kconfig by Philipp Tomsich · Mon Jul 03 18:30:06 2017 +0200
  47. a4f460d rockchip: add evb_rk3229 board by Kever Yang · Fri Jun 23 17:17:54 2017 +0800
  48. 57d4dbf rockchip: rk322x: add basic soc support by Kever Yang · Fri Jun 23 17:17:52 2017 +0800
  49. 61ef061 rockchip: rk322x: add dts file by Kever Yang · Fri Jun 23 17:17:51 2017 +0800
  50. 5db9e67 rockchip: add sdram_common for common functions by Kever Yang · Fri Jun 23 16:11:05 2017 +0800
  51. f5b3842 ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards by Jorge Ramirez-Ortiz · Mon Jun 26 15:52:49 2017 +0200
  52. 0d5252e ARM64: dts: hi3798cv200-poplar: add device tree bindings by Jorge Ramirez-Ortiz · Mon Jun 26 15:52:47 2017 +0200
  53. 7e2edb4 ARM: k2g: Update board_name u-boot env variable at runtime by Cooper Jr., Franklin · Fri Jun 16 17:25:27 2017 -0500
  54. d8b354a board_f: Add new function to allow runtime DTB selection by Cooper Jr., Franklin · Fri Jun 16 17:25:12 2017 -0500
  55. 899aad2 boot_fit: Create helper functions that can be used to select DTB out of FIT by Cooper Jr., Franklin · Fri Jun 16 17:25:06 2017 -0500
  56. e679240 spl: fit: Break out some functions into a common file by Cooper Jr., Franklin · Fri Jun 16 17:25:05 2017 -0500
  57. 3598295 powerpc, 8xx: Add support for MCR3000 board from CSSI by Christophe Leroy · Fri Jul 07 10:16:42 2017 +0200
  58. 48f896d powerpc, 8xx: Handle checkpatch errors and some of the warnings/checks by Christophe Leroy · Thu Jul 06 10:33:17 2017 +0200
  59. 394f9b3 powerpc, 8xx: Use IO accessors to access IO memory by Christophe Leroy · Thu Jul 06 10:33:13 2017 +0200
  60. 069fa83 powerpc: Partialy restore core of mpc8xx by Christophe Leroy · Thu Jul 06 10:23:22 2017 +0200
  61. 6afb92a board/BuR/brppt1: fix MMC boot by Hannes Schmelzer · Thu Jul 06 08:47:14 2017 +0200
  62. 3c08d31 wdt: Unify option of timeout value by Andy Shevchenko · Wed Jul 05 20:44:08 2017 +0300
  63. 8cb5cdd avr32: Retire AVR32 for good by Andy Shevchenko · Wed Jul 05 16:25:22 2017 +0300
  64. 5e0ef84 serial: make serial_stub_* to static functions by Masahiro Yamada · Thu Jun 22 16:48:49 2017 +0900
  65. 4b7ed93 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · Tue Jul 04 08:00:16 2017 -0400
  66. 2028012 powerpc: remove 4xx support by Heiko Schocher · Tue Jun 27 16:49:14 2017 +0200
  67. 00cfc6a efi_loader: run CreateEvent() notify function based on flags by Jonathan Gray · Sun Mar 12 19:26:06 2017 +1100
  68. c5f8cee Merge git://git.denx.de/u-boot-arc by Tom Rini · Thu Jun 29 15:28:51 2017 -0400
  69. d088c51 ARM: at91: ma5d4: Support both SF and eMMC SoMs by Marek Vasut · Tue May 02 20:27:50 2017 +0200
  70. 15e80a2 ARM: at91: ma5d4: Switch environment start to eMMC by Marek Vasut · Tue May 02 20:27:48 2017 +0200
  71. 0eaab23 ARM: at91: ma5d4: Enable support for booting from eMMC by Marek Vasut · Tue May 02 20:27:46 2017 +0200
  72. f2228b3 ARM: at91: ma5d4: Swap SD/MMC controller order by Marek Vasut · Tue May 02 20:27:45 2017 +0200
  73. 9a541bf ARM: at91: ma5d4: Enable DFU and UMS by Marek Vasut · Tue May 02 20:27:43 2017 +0200
  74. 6efde71 ARM: atmel: Rename MA5D4EVK by Marek Vasut · Tue May 02 20:27:40 2017 +0200
  75. 88961bc arc: Add support for HS Development Kit board by Alexey Brodkin · Fri Nov 25 16:23:43 2016 +0300
  76. 86cb88c axs10x: Move environment from I2C EEPROM to SD-card by Alexey Brodkin · Thu Jun 01 17:09:38 2017 +0300
  77. fa7772d axs10x: Get rid of both I2C and EEPROM who used to use I2C by Alexey Brodkin · Thu Jun 01 16:27:27 2017 +0300
  78. 61ce555 boards: axs10x, nsim, tb100: Enable cmdline history by Alexey Brodkin · Fri Apr 21 11:04:19 2017 +0300
  79. a94b536 atmel, at91: fix smartweb board by Heiko Schocher · Fri Jun 23 20:13:59 2017 +0200
  80. c3cf899 ti816x: Enable ethernet support by Tom Rini · Wed May 10 12:01:02 2017 -0400
  81. c0af484 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Tue Jun 27 09:33:10 2017 -0400
  82. edd59b6 Merge git://www.denx.de/git/u-boot-imx by Tom Rini · Tue Jun 27 09:32:37 2017 -0400
  83. 367b3ac Revert "x86: Convert MMC to driver model" by Bin Meng · Mon Jun 26 16:36:15 2017 -0700
  84. 28bd0b9 Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · Fri Jun 23 11:02:21 2017 -0400
  85. f0409d3 rockchip: rk3399: correct SPL_MAX_SIZE by Kever Yang · Wed Jun 14 16:14:18 2017 +0800
  86. 938a335 atmel, at91: fix corvus board by Heiko Schocher · Thu Jun 22 07:42:50 2017 +0200
  87. 334f5bb arm: omap: Extract OMAP5 boot environment to separate file by Semen Protsenko · Wed Jun 14 21:34:23 2017 +0300
  88. 1d1c8c9 x86: Remove CONFIG_USB_MAX_CONTROLLER_COUNT by Bin Meng · Thu Jun 22 14:42:40 2017 +0800
  89. 74649a9 x86: minnowmax: Configure GPIO pins to turn on USB ports VBUS by Bin Meng · Fri Jun 16 06:31:46 2017 -0700
  90. beb7a0f Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · Wed Jun 21 08:01:07 2017 -0400
  91. 4f1002d arm: zynq: Move CONFIG_SF_DUAL_FLASH to defconfig by Mike Looijmans · Wed Jun 07 07:42:37 2017 +0200
  92. 8b35330 arm64: zynqmp: Check pmufw version by Michal Simek · Tue Feb 07 14:32:26 2017 +0100
  93. 1a8c43e arm64: zynqmp: Decrease MALLOC size for SPL by Michal Simek · Fri Oct 14 14:06:28 2016 +0200
  94. 002c848 arm64: zynqmp: Remove CPU_RELEASE_ADDR macro by Michal Simek · Wed May 03 16:22:30 2017 +0200
  95. 7090313 odroid: remove CONFIG_DM_I2C_COMPAT config by Jaehoon Chung · Wed Jun 07 12:08:40 2017 +0900
  96. 183f1d2 powerpc, 5xx: remove some "5xx" remains by Heiko Schocher · Wed Jun 14 05:49:42 2017 +0200
  97. 26b2a0b powerpc, 82xx: remove some missed mpc82xx remains by Heiko Schocher · Wed Jun 14 05:49:41 2017 +0200
  98. 6f90e58 powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · Wed Jun 14 05:49:40 2017 +0200
  99. 9a5a5b5 arm: ti: Add missing guards to headers by Semen Protsenko · Tue Jun 13 18:15:58 2017 +0300
  100. af4ea2a board/BuR/brxre1: refactor default environment by Hannes Schmelzer · Tue Jun 13 14:11:33 2017 +0200