1. a447017 x86: coreboot: Convert to use DM coreboot video driver by Bin Meng · Sun Oct 09 04:14:18 2016 -0700
  2. 23f5cb5 vbe: Make vbe_setup_video_priv() public by Bin Meng · Sun Oct 09 04:14:15 2016 -0700
  3. 79012bc x86: Convert to use DM VESA video driver by Bin Meng · Sun Oct 09 04:14:13 2016 -0700
  4. cd2c521 x86: Don't export interrupt handlers with x86_64 by Simon Glass · Sun Sep 25 21:33:31 2016 -0600
  5. d4efdff elf: Add the Elf64_Rela type by Simon Glass · Sun Sep 25 21:33:09 2016 -0600
  6. b30c97f Add _image_binary_end section declaration by Simon Glass · Sun Sep 25 21:33:05 2016 -0600
  7. a50d0e10 x86: Adjust config to support DM_VIDEO by Simon Glass · Wed Oct 05 20:42:18 2016 -0600
  8. 4ef5d2d dm: video: Add driver-model support to vesa graphics by Simon Glass · Wed Oct 05 20:42:17 2016 -0600
  9. d19d073 dm: core: Add a function to get a uclass name by Simon Glass · Wed Oct 05 20:42:13 2016 -0600
  10. 7ab0c2d list: Add list_last_entry() to find the last entry by Simon Glass · Wed Oct 05 20:42:12 2016 -0600
  11. 555c682 x86: baytrail: Add 2nd eMMC controller to the PCI probe list by Stefan Roese · Mon Sep 26 10:18:07 2016 +0200
  12. d332ff7 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Fri Oct 07 22:02:10 2016 -0400
  13. 6cddc60 cros_ec: Honor the google,remote-bus dt property by Moritz Fischer · Tue Sep 27 15:42:07 2016 -0700
  14. acd0cab dra7x: dfu: qspi: increase the qspi spl partition to 256K by B, Ravi · Mon Sep 26 18:21:13 2016 +0530
  15. f801ff0 dra7xx: config: cleanup: moved to kconfig for CONFIG_SPL_ENV_SUPPORT by B, Ravi · Mon Sep 26 18:20:33 2016 +0530
  16. 09abe2b Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure" by Masahiro Yamada · Mon Sep 26 20:45:27 2016 +0900
  17. f576ecf ARM: keystone: rename clk_get_rate() to ks_clk_get_rate() by Masahiro Yamada · Mon Sep 26 20:45:26 2016 +0900
  18. f6d1986 board: ge: bx50v3: Pass video bootargs for b850v3 by Ken Lin · Fri Oct 07 10:26:56 2016 -0400
  19. 0fe0344 arm: dra7xx: Move fastboot options to defconfig by Semen Protsenko · Thu Sep 22 21:52:07 2016 +0300
  20. b084ddd power: pmic: add Ricoh RN5T567 PMIC support by Stefan Agner · Wed Oct 05 15:27:09 2016 -0700
  21. a30fe37 colibri_imx7: remove legancy I2C support by Stefan Agner · Wed Oct 05 15:27:07 2016 -0700
  22. a3297a6 search.h: Numerous grammatical fixes, comment updates by Robert P. J. Day · Fri Sep 09 06:22:10 2016 -0400
  23. c5b1e5d Various, accumulated typos collected from around the tree. by Robert P. J. Day · Wed Sep 07 14:27:59 2016 -0400
  24. ef47a43 README: Drop unused CONFIG_SYS_LS_MC_FW_... options by Simon Glass · Sun Oct 02 18:01:00 2016 -0600
  25. ce8f509 spl: Make spl_boot_list a local variable by Simon Glass · Sat Sep 24 18:20:17 2016 -0600
  26. 43a734f spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · Sat Sep 24 18:20:16 2016 -0600
  27. 3eb382a spl: Update fat functions to take an spl_image parameter by Simon Glass · Sat Sep 24 18:20:15 2016 -0600
  28. 0649e91 spl: Update ext functions to take an spl_image parameter by Simon Glass · Sat Sep 24 18:20:14 2016 -0600
  29. ee30679 spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · Sat Sep 24 18:20:13 2016 -0600
  30. a499648 spl: Convert spl_board_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:12 2016 -0600
  31. d9aefcb spl: Convert spl_net_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:11 2016 -0600
  32. dd8e224 spi: Move freescale-specific code into a private header by Simon Glass · Sat Sep 24 18:20:10 2016 -0600
  33. b9f6d89 spl: Convert spl_spi_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:09 2016 -0600
  34. 3d2872e spl: Convert spl_sata_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:07 2016 -0600
  35. c43541b spl: Convert spl_usb_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:06 2016 -0600
  36. 944e0e3 spl: Convert spl_ymodem_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:05 2016 -0600
  37. 8f42e64 spl: Convert spl_nor_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:04 2016 -0600
  38. 383aa47 spl: Convert spl_onenand_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:03 2016 -0600
  39. 6cf82c9 spl: Convert spl_nand_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:02 2016 -0600
  40. 92619e8 spl: Convert spl_ubi_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:01 2016 -0600
  41. d449cb8 spl: Convert spl_mmc_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:00 2016 -0600
  42. d1cf373 spl: Add a way to declare an SPL image loader by Simon Glass · Sat Sep 24 18:19:58 2016 -0600
  43. c0b6c9b spl: Convert boot_device into a struct by Simon Glass · Sat Sep 24 18:19:57 2016 -0600
  44. f481ab1 spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig by Simon Glass · Sat Sep 24 18:19:56 2016 -0600
  45. 3e6b1c3 spl: Add function comments to spl_start_uboot() by Simon Glass · Sat Sep 24 18:19:55 2016 -0600
  46. b805c35 spl: Add a parameter to jump_to_image_linux() by Simon Glass · Sat Sep 24 18:19:54 2016 -0600
  47. 6b2e4db spl: Add a parameter to spl_parse_image_header() by Simon Glass · Sat Sep 24 18:19:53 2016 -0600
  48. 11a1a27 spl: Add a parameter to spl_set_header_raw_uboot() by Simon Glass · Sat Sep 24 18:19:52 2016 -0600
  49. 8dd1c9e spl: Move spl_board_load_image() into a generic header by Simon Glass · Sat Sep 24 18:19:51 2016 -0600
  50. ddef3b6 pcm052: add new BK4r1 target based on PCM052 SoM by Albert ARIBAUD \(3ADEV\) · Mon Sep 26 09:08:08 2016 +0200
  51. 99208d9 pcm052: allow specifying onboard DDR size in configs by Albert ARIBAUD \(3ADEV\) · Mon Sep 26 09:08:07 2016 +0200
  52. 2e9f494 tools: mkimage: add support for Vybrid image format by Albert ARIBAUD \(3ADEV\) · Mon Sep 26 09:08:06 2016 +0200
  53. cb2b567 pcm052: remove target-specific dtb name from env by Albert ARIBAUD \(3ADEV\) · Mon Sep 26 09:08:04 2016 +0200
  54. 98585b4 pcm052: fix MTD partitioning by Albert ARIBAUD \(3ADEV\) · Mon Sep 26 09:08:03 2016 +0200
  55. 8159063 arm: imx: add i.MX6ULL 14x14 EVK board support by Peng Fan · Thu Aug 11 14:02:57 2016 +0800
  56. 4a4a94f dt-bindings: add i.mx6ul clock header by Peng Fan · Thu Aug 11 14:02:54 2016 +0800
  57. acb9f78 board: tbs2910: Add CMD_PART by Soeren Moch · Thu Sep 22 20:29:34 2016 +0200
  58. feaada1 imx_watchdog: Do not assert WDOG_B on watchdog init by Ross Parker · Tue Aug 02 08:08:07 2016 +0000
  59. 95b5a33 board: tbs2910: Fix BOOTMAPSZ by Soeren Moch · Wed Sep 21 13:16:21 2016 +0200
  60. 28b9188 wandboard: Remove videoargs script by Fabio Estevam · Mon Sep 12 12:01:47 2016 -0300
  61. 2c84db2 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · Mon Oct 03 09:09:29 2016 -0400
  62. e2f61e7 ti_armv7_common: Disable Falcon Mode on HS devices by Andrew F. Davis · Tue Aug 30 14:06:28 2016 -0500
  63. 109d63b config: Remove usage of CONFIG_STORAGE_EMMC by Andrew F. Davis · Tue Aug 30 14:06:27 2016 -0500
  64. 817bbee Kconfig: Separate AM33XX SOC config from target board config by Andrew F. Davis · Tue Aug 30 14:06:20 2016 -0500
  65. 420ffad ti_omap5_common: mark region of DRAM protected on HS parts by Daniel Allred · Fri Sep 02 00:40:23 2016 -0500
  66. c95f378 rockchip: add boot-mode support for rk3288, rk3036 by Jacob Chen · Mon Sep 19 18:46:28 2016 +0800
  67. e515291 rockchip: move partitons define from 3036-kylin to 3036-common by Jacob Chen · Mon Sep 19 18:46:25 2016 +0800
  68. 5e6f7cc rockchip: miniarm: remove eMMC support by Xu Ziyuan · Fri Sep 09 21:44:50 2016 +0800
  69. 4d39348 rockchip: add usb mass storage feature support for rk3036 by jacob2.chen · Tue Aug 30 01:26:14 2016 +0800
  70. 0f9ef57 Enable ROCKCHIP_SPL_BACK_TO_BROM for rock2 board by Sandy Patterson · Mon Aug 29 07:31:17 2016 -0400
  71. e89428b ti_armv7_keystone2: Update addr_mon variable by Lokesh Vutla · Fri Sep 16 10:17:53 2016 +0530
  72. d07a5a6 keystone2: k2g: add env script to load firmware initramfs as part of boot flow by Murali Karicheri · Thu Sep 15 19:14:32 2016 +0530
  73. 4ed1eca fastboot: move FASTBOOT_FLASH options into Kconfig by Petr Kulhavy · Fri Sep 09 10:27:18 2016 +0200
  74. 2e790d5 disk: part: refactor generic name creation for DOS and ISO by Petr Kulhavy · Fri Sep 09 10:27:17 2016 +0200
  75. 9f174c9 fastboot: add support for writing MBR by Petr Kulhavy · Fri Sep 09 10:27:16 2016 +0200
  76. 712257e disk: part: implement generic function part_get_info_by_name() by Petr Kulhavy · Fri Sep 09 10:27:15 2016 +0200
  77. 06a618d Merge branch 'master' of git://git.denx.de/u-boot-nds32 by Tom Rini · Fri Sep 30 21:59:11 2016 -0400
  78. ce3cf6a Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Fri Sep 30 21:58:44 2016 -0400
  79. b0fd6e0 nds32: Support relocation. by rick · Thu Apr 14 14:32:27 2016 +0800
  80. a1f422e drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controller by Sriram Dash · Fri Sep 23 12:57:52 2016 +0530
  81. 9fd465c usb: fsl: Rename fdt_fixup_dr_usb by Sriram Dash · Fri Sep 16 17:12:15 2016 +0530
  82. 36124b9 apalis_t30: colibri_imx7: colibri_t30: fix ethernet functionality by Marcel Ziswiler · Thu Sep 15 00:54:00 2016 +0200
  83. e055247 dra7x: configs: enable SPL-DFU support by B, Ravi · Thu Jul 28 17:39:18 2016 +0530
  84. d207b7e spl: dfu: adding dfu support functions for SPL-DFU by B, Ravi · Thu Jul 28 17:39:16 2016 +0530
  85. 603a4c1 common: dfu: saperate the dfu common functionality by B, Ravi · Thu Jul 28 17:39:15 2016 +0530
  86. 16f1d2b drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers requests by Sriram Dash · Mon Aug 22 17:55:15 2016 +0530
  87. 915fa54 colibri_t30: fix usb ethernet functionality by Marcel Ziswiler · Sat Sep 10 04:20:48 2016 +0200
  88. 02fe15c Merge git://www.denx.de/git/u-boot-ppc4xx by Tom Rini · Tue Sep 27 12:48:18 2016 -0400
  89. 4535d48 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · Tue Sep 27 12:47:25 2016 -0400
  90. 5b46f3b CPCI4052: Remove CONFIG_AUTO_COMPLETE and custom baud rate table by Tom Rini · Sat Aug 20 17:52:56 2016 -0400
  91. 5709649 ARM: tegra: pull Tegra210 SoC DT from Linux v4.7 by Stephen Warren · Tue Sep 13 10:45:54 2016 -0600
  92. d62577d ARM: tegra: pull Tegra124 SoC DT from Linux v4.7 by Stephen Warren · Tue Sep 13 10:45:53 2016 -0600
  93. 8148b9f ARM: tegra: pull Tegra114 SoC DT from Linux v4.7 by Stephen Warren · Tue Sep 13 10:45:52 2016 -0600
  94. 08d2dba ARM: tegra: pull Tegra30 SoC DT from Linux v4.7 by Stephen Warren · Tue Sep 13 10:45:51 2016 -0600
  95. 3831cd3 ARM: tegra: pull Tegra20 SoC DT from Linux v4.7 by Stephen Warren · Tue Sep 13 10:45:50 2016 -0600
  96. b644fad ARM: tegra: increase console buffer size and sys args num by Bryan Wu · Thu Sep 01 23:49:57 2016 +0000
  97. 39ac768 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · Tue Sep 27 11:40:56 2016 -0400
  98. 7be1b9b arm64: mvebu: Add Armada 7K db-88f7040 development board support by Stefan Roese · Wed May 25 08:21:21 2016 +0200
  99. 6edf27e arm64: mvebu: Add Armada 3700 db-88f3720 development board support by Stefan Roese · Tue May 17 15:04:16 2016 +0200
  100. 8f64e26 drivers/phy: Add Marvell SerDes / PHY drivers used on Armada 3k by Stefan Roese · Mon May 23 11:12:05 2016 +0200