1. 94ca0a8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · Fri Aug 02 13:29:46 2019 -0400
  2. ab81008 autoboot: Add comments for menu_show() by Simon Glass · Sat Jul 20 20:51:26 2019 -0600
  3. 32679ba Convert CONFIG_AUTOBOOT_MENU_SHOW to Kconfig by Simon Glass · Sat Jul 20 20:51:25 2019 -0600
  4. ec5f71a autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT by Simon Glass · Sat Jul 20 20:51:24 2019 -0600
  5. 9e476d9 autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY by Simon Glass · Sat Jul 20 20:51:21 2019 -0600
  6. 4be229d Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to Kconfig by Simon Glass · Sat Jul 20 20:51:14 2019 -0600
  7. 15cd1e1 Add CONFIG_USE_PREBOOT to boards that use CONFIG_PREBOOT by Simon Glass · Sat Jul 20 20:51:13 2019 -0600
  8. e767d0b Convert CONFIG_SHOW_BOOT_PROGRESS to Kconfig by Simon Glass · Sat Jul 20 20:51:12 2019 -0600
  9. 4d6c9b6 Merge tag 'u-boot-amlogic-20190731' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Wed Jul 31 16:06:24 2019 -0400
  10. b35bcb0 env: ti: boot: Handle reboot reason from BCB by Sam Protsenko · Thu Jul 25 16:20:41 2019 +0300
  11. 836bfad ARM: dts: add support for Odroid-N2 by Neil Armstrong · Mon Jul 22 11:27:59 2019 +0200
  12. 4612ae1 ARM: dts: Sync Amlogic G12A with Linux 5.3-rc1 by Neil Armstrong · Mon Jul 22 10:06:11 2019 +0200
  13. 479984c clk: sandbox: add composite clk by Peng Fan · Wed Jul 31 07:02:02 2019 +0000
  14. 3b7f3ae clk: gate: support sandbox by Peng Fan · Wed Jul 31 07:01:57 2019 +0000
  15. 2d9bd93 clk: add composite clk support by Peng Fan · Wed Jul 31 07:01:54 2019 +0000
  16. 519eefb clk-provider: include clk-uclass.h by Peng Fan · Wed Jul 31 07:01:52 2019 +0000
  17. ec424a7 clk: fixed_rate: export clk_fixed_rate by Peng Fan · Wed Jul 31 07:01:39 2019 +0000
  18. 0f08515 clk: add clk-gate support by Peng Fan · Wed Jul 31 07:01:34 2019 +0000
  19. 46ed266 clk: export mux/divider ops by Peng Fan · Wed Jul 31 07:01:31 2019 +0000
  20. 6a8c2ad clk: mux: add set parent support by Peng Fan · Wed Jul 31 07:01:28 2019 +0000
  21. 1d0a50a clk: introduce clk_dev_binded by Peng Fan · Wed Jul 31 07:01:23 2019 +0000
  22. 3a591aa Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Tue Jul 30 19:19:54 2019 -0400
  23. ce7e701 Merge tag 'xilinx-for-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Tue Jul 30 19:19:34 2019 -0400
  24. 0a0749b Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Tue Jul 30 19:19:04 2019 -0400
  25. 70bd818 global_data: enable fb_base for DM_VIDEO by Heiko Schocher · Mon Jul 22 06:49:04 2019 +0200
  26. a839c56 cmd: fpga: Change return value to avoid printing usage text by Alexander Dahl · Fri Jun 28 14:41:24 2019 +0200
  27. 6b95357 fpga: altera: Add some more device sizes by Alexander Dahl · Fri Jun 28 14:41:20 2019 +0200
  28. 0b88834 fpga: virtex2: Add slave serial programming support by Robert Hancock · Tue Jun 18 09:47:16 2019 -0600
  29. 05e2fa3 ARM: zynq: delete long-dead CONFIG_USB_CABLE_CHECK by Robert P. J. Day · Thu Apr 18 10:50:23 2019 -0400
  30. 7b6a458 Merge branch '2019-07-29-ti-imports' by Tom Rini · Mon Jul 29 17:59:15 2019 -0400
  31. ccdca3e configs: omapl138_lcdk: enable NAND self-init in SPL by Bartosz Golaszewski · Mon Jul 29 08:58:10 2019 +0200
  32. f82db92 davinci: da850-evm: enable driver model for NAND by Bartosz Golaszewski · Mon Jul 29 08:58:05 2019 +0200
  33. 7a216ef davinci: omapl138-lcdk: enable driver model for NAND by Bartosz Golaszewski · Mon Jul 29 08:58:04 2019 +0200
  34. 1e4450c i2c: remove i2c driver-model compatibility layer by Bartosz Golaszewski · Mon Jul 29 08:58:00 2019 +0200
  35. c08c52c davinci: remove CONFIG_DM_I2C_COMPAT from defconfigs by Bartosz Golaszewski · Mon Jul 29 08:57:58 2019 +0200
  36. f67cc99 Merge branch '2019-07-29-master-imports' by Tom Rini · Mon Jul 29 11:51:17 2019 -0400
  37. 1ac5f6c rtc: move RTC_RX8025 to Kconfig by Heiko Schocher · Tue Jul 16 05:31:33 2019 +0200
  38. 2e50d82 board: mediatek: Add pumpkin board support by Fabien Parent · Thu Jul 18 19:08:09 2019 +0200
  39. 58e4c38 gpio: fixes for gpio-hog support by Heiko Schocher · Wed Jul 17 06:59:51 2019 +0200
  40. 47ef986 common: Move bootm_decomp_image() to image.c (as image_decomp()) by Julius Werner · Wed Jul 24 19:37:54 2019 -0700
  41. 97a81b6 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga by Tom Rini · Mon Jul 29 09:03:11 2019 -0400
  42. 3bc5e87 Merge tag 'video-for-2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Mon Jul 29 09:02:46 2019 -0400
  43. debd413 Merge tag 'u-boot-rockchip-20190729' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Mon Jul 29 09:02:15 2019 -0400
  44. 2a86165 rockchip: rk3328: add STIMER_BASE definition by Kever Yang · Mon Jul 22 19:59:31 2019 +0800
  45. 889ccde video: dw_hdmi: Add support for ddc-i2c-bus property by Niklas Schulze · Sat Jul 27 12:07:13 2019 +0000
  46. faa419c video: display: use edid_get_timing_validate() variant to filter supported EDID modes by Neil Armstrong · Thu Jul 04 15:52:07 2019 +0200
  47. 99fd44e edid: add edid_get_timing_validate() variant to filter out edid modes by Neil Armstrong · Thu Jul 04 15:52:06 2019 +0200
  48. a2ac2aa colibri-imx6ull: support building with DM_VIDEO=y by Igor Opaniuk · Wed Jun 19 11:47:08 2019 +0300
  49. 9a0270f video: fsl_dcu_fb: refactor init functions by Igor Opaniuk · Mon Jun 10 14:47:49 2019 +0300
  50. 0c9c3e2 Merge branch '2019-07-26-ti-imports' by Tom Rini · Sat Jul 27 19:50:52 2019 -0400
  51. 02c005f env: ti: boot: Use ttyS2 instead of ttyO2 by Sam Protsenko · Fri Jul 12 20:38:12 2019 +0300
  52. cb4ba28 arm: am57xx: Allow bootm to load larger kernels by Sam Protsenko · Tue Jul 02 20:56:09 2019 +0300
  53. 5f0717d ARM: da850-evm: Remove dead/unneeded code by Adam Ford · Fri Jul 19 16:24:50 2019 -0500
  54. a5105d2 ARM: da850evm: Remove legacy OHCI referencs and unify platform by Adam Ford · Tue Jul 02 10:36:28 2019 -0500
  55. bbe7b1e ARM: am3517_evm: Fix pin muxing to enable EHCI Host in the future by Adam Ford · Mon Jul 01 09:33:39 2019 -0500
  56. 5e6b4ff ARM: omap3_logic: Enable OMAP EHCI support for SOM-LV Boards by Adam Ford · Sun Jun 30 17:30:49 2019 -0500
  57. 41c0e26 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Sat Jul 27 09:35:05 2019 -0400
  58. c73ac2a dt-bindings: pinctrl: k3: Introduce pinmux definitions for J721E by Lokesh Vutla · Thu Jun 13 10:29:52 2019 +0530
  59. 1a9dd21 board: ti: j721e: Add board support for j721e evm by Lokesh Vutla · Thu Jun 13 10:29:49 2019 +0530
  60. 43e592b dt-bindings: ti_sci_pm_domains: Add support for exclusive and shared access by Lokesh Vutla · Fri Jun 07 19:24:45 2019 +0530
  61. 987ae66 power-domain: Add private data to power domain by Lokesh Vutla · Fri Jun 07 19:24:44 2019 +0530
  62. 0d0412a firmware: ti_sci: Add a command for releasing all exclusive devices by Lokesh Vutla · Fri Jun 07 19:24:41 2019 +0530
  63. ca08cb3 firmware: ti_sci: Add processor shutdown API method by Andreas Dannenberg · Fri Jun 07 19:24:40 2019 +0530
  64. f561300 firmware: ti_sci: Allow for device shared and exclusive requests by Lokesh Vutla · Fri Jun 07 19:24:39 2019 +0530
  65. af37632 rockchip: add CONFIG_IRAM_BASE for all SoCs by Kever Yang · Mon Jul 22 19:59:09 2019 +0800
  66. 50a03cd rockchip: remove redundant CONFIG_SYS_NS16550_MEM32 by Kever Yang · Mon Jul 22 19:59:08 2019 +0800
  67. 7b18385 include: configs: Increase CONFIG_SYS_BOOTM_LEN to 16MB by Shyam Saini · Thu Apr 18 19:47:39 2019 +0530
  68. a6afc20 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-net by Tom Rini · Thu Jul 25 15:02:36 2019 -0400
  69. 2cedf75 net: davinci_emac: convert to using the driver model by Bartosz Golaszewski · Wed Jul 24 10:12:07 2019 +0200
  70. 1663683 riscv: sifive: fu540: Sync-up config header with RISC-V QEMU support by Anup Patel · Wed Jul 24 04:09:44 2019 +0000
  71. e5332ba Add support for the NXP LS1021A-TSN board by Jianchao Wang · Fri Jul 19 00:30:01 2019 +0300
  72. 0d5bd07 configs: ls1021atwr: Fix distro_bootcmd for QSPI boot by Vladimir Oltean · Fri Jul 19 00:30:00 2019 +0300
  73. 19c0460 arm: ls1021atwr: Convert to use driver model TSEC driver by Bin Meng · Fri Jul 19 00:29:59 2019 +0300
  74. 3095e34 net: tsec: Fix offset of MDIO registers for DM_ETH by Vladimir Oltean · Fri Jul 19 00:29:54 2019 +0300
  75. 3a91873 include: configs: ls1028a: set SYS_RX_ETH_BUFFER to 8 by Alex Marginean · Wed Jul 03 12:11:39 2019 +0300
  76. 0accd0d Merge tag 'dm-pull-24jul19-take3' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Wed Jul 24 16:24:50 2019 -0400
  77. d89bb86 dm: uclass: fix comment copy/paste error by Baruch Siach · Thu Jul 11 11:23:44 2019 +0300
  78. 4cf914d dm: Fix parameter description of dev_read_name() by Bin Meng · Fri Jul 05 09:23:18 2019 -0700
  79. 9bee9e5 distro_bootcmd: refactor virtio to support PCI block devices by David Abdurachmanov · Mon Jul 22 11:38:11 2019 +0300
  80. 9a53cbf remoteproc: Fix potential build issues with SPL remoteproc by Suman Anna · Fri Jul 19 10:27:56 2019 -0500
  81. 0655b26 env: am57xx: Implement A/B boot process by Ruslan Trofymenko · Fri Jul 05 15:37:36 2019 +0300
  82. 3b7dc91 common: Implement A/B metadata by Ruslan Trofymenko · Fri Jul 05 15:37:32 2019 +0300
  83. 5e171ef disk: part: Extend API to get partition info by Ruslan Trofymenko · Fri Jul 05 15:37:31 2019 +0300
  84. 87d1504 cbfs: Rename checksum to attributes_offset by Simon Glass · Mon Jul 08 13:18:22 2019 -0600
  85. 6b836a9 cbfs: Add an enum and comment for the magic number by Simon Glass · Mon Jul 08 13:18:21 2019 -0600
  86. 39d82b2 Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Tue Jul 23 22:29:53 2019 -0400
  87. c6b05de Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Tue Jul 23 14:16:21 2019 -0400
  88. 2ad80ee dt-bindings: Synchronize R-Car Gen3 headers with Linux 5.2 by Eugeniu Rosca · Tue Jul 09 18:27:12 2019 +0200
  89. edbbdad remoteproc: add elf file load support by Fabien Dessenne · Fri May 31 15:11:33 2019 +0200
  90. b892598 remoteproc: add device_to_virt ops by Fabien Dessenne · Fri May 31 15:11:32 2019 +0200
  91. 88a5114 remoteproc: fix function headers by Fabien Dessenne · Fri May 31 15:11:31 2019 +0200
  92. 22236e0 dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · Fri May 31 15:11:30 2019 +0200
  93. c498923 Merge tag 'rockchip-for-v2019.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Sun Jul 21 15:40:21 2019 -0400
  94. db3c244 arm: socfpga: fix 3 boards missing env var "socfpga_legacy_reset_compat" by Simon Goldschmidt · Wed Jul 10 22:09:14 2019 +0200
  95. e937a99 rockchip: rk3399: use common secure_timer_init() for spl/tpl by Kever Yang · Tue Jul 09 22:05:59 2019 +0800
  96. e421230 rockchip: rk3368: enable stimer for rk3368 by Kever Yang · Tue Jul 09 22:00:31 2019 +0800
  97. 5593b46 rockchip: rk3128: use ARM arch timer instead of rk_timer by Kever Yang · Tue Jul 09 22:00:27 2019 +0800
  98. 243fca7 rockchip: rk3288: use ARM arch timer instead of rk_timer by Kever Yang · Tue Jul 09 22:00:26 2019 +0800
  99. 2b168cd rockchip: rk3036: use ARM arch timer instead of rk_timer by Kever Yang · Tue Jul 09 22:00:25 2019 +0800
  100. c84ba5d rockchip: rk322x: use ARM arch timer instead of rk_timer by Kever Yang · Tue Jul 09 22:00:23 2019 +0800