1. 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · Thu Apr 16 13:45:03 2020 -0400
  2. 44c4789 dm: core: Read parent ofdata before children by Simon Glass · Sun Apr 05 15:38:19 2020 -0600
  3. 62070e0 test: fdtdec: test fdtdec_set_carveout() by Laurentiu Tudor · Fri Apr 03 13:43:04 2020 +0300
  4. ef13522 fdtdec: support multiple phandles in memory carveout by Laurentiu Tudor · Fri Apr 03 13:43:03 2020 +0300
  5. 9d0731d dm: core: remove the duplicated function dm_ofnode_pre_reloc by Patrick Delaunay · Fri Apr 03 11:39:18 2020 +0200
  6. b3f1cdd dm: core: refactor functions reading an u32 from dt by Dario Binacchi · Sun Mar 29 18:04:42 2020 +0200
  7. 81d80b5 dm: core: support reading a single indexed u32 value by Dario Binacchi · Sun Mar 29 18:04:41 2020 +0200
  8. 421e81e dm: test: add test case for dev_read_u64 function by Dario Binacchi · Sun Mar 29 18:04:40 2020 +0200
  9. 42697f5 dm: core: Add a way to skip powering down power domains by Simon Glass · Sat Mar 28 14:03:48 2020 -0600
  10. 5f3c9e0 dm: core: Add logging on unbind failure by Simon Glass · Sat Mar 28 14:03:47 2020 -0600
  11. d2c6dc8 fdt: Fix 'system' command by Tom Warren · Thu Mar 26 15:20:44 2020 -0700
  12. 06c25ae sandbox: enable CMD_BOOTEFI_HELLO and CMD_EFIDEBUG by Heinrich Schuchardt · Sat Mar 14 12:27:02 2020 +0100
  13. a3fc9a4 sandbox: implement ft_board_setup() by Heinrich Schuchardt · Sat Mar 14 12:13:40 2020 +0100
  14. ad93570 sandbox: add reserved-memory node in device tree by Heinrich Schuchardt · Sat Mar 14 12:13:39 2020 +0100
  15. 39ed6bb patman: Apply the cc limit to the cover letter also by Simon Glass · Thu Feb 27 18:49:23 2020 -0700
  16. a42ff46 doc: driver-model: there is no UCLASS_ETHERNET by Heinrich Schuchardt · Wed Feb 26 20:18:54 2020 +0100
  17. f9bdfbc configs: sandbox: enable LOG_SYSLOG by Heinrich Schuchardt · Wed Feb 26 21:48:20 2020 +0100
  18. 9a3a7f1 test: log: test syslog logging driver by Heinrich Schuchardt · Wed Feb 26 21:48:19 2020 +0100
  19. f433d50 test: log functions with CONFIG_LOG=n by Heinrich Schuchardt · Wed Feb 26 21:48:18 2020 +0100
  20. e393e4a log: output for CONFIG_LOG=n by Heinrich Schuchardt · Wed Feb 26 21:48:17 2020 +0100
  21. 2db9516 log: syslog driver by Heinrich Schuchardt · Wed Feb 26 21:48:16 2020 +0100
  22. 79e79bb log: correct CONFIG_LOG_TEST prerequisites by Heinrich Schuchardt · Wed Feb 26 21:48:15 2020 +0100
  23. c779e20 dm: core: Move "/chosen" and "/firmware" node scan by Patrick Delaunay · Tue Feb 18 15:43:46 2020 +0100
  24. c13346e dm: core: remove redundant assignment by Heinrich Schuchardt · Sat Feb 15 21:46:04 2020 +0100
  25. 5246b37 dm: core: remove redundant if statement by Heinrich Schuchardt · Sat Feb 15 21:38:48 2020 +0100
  26. 2b72ad2 sandbox: also restore terminal settings when killed by SIGINT by Rasmus Villemoes · Fri Feb 14 10:58:37 2020 +0000
  27. 4a3ca48 sandbox: Update PCI nodes in dts files by Tom Rini · Tue Feb 11 12:41:23 2020 -0500
  28. a5405b1 sandbox: p2sb: Silence compiler warning by Simon Glass · Sat Feb 08 07:53:10 2020 -0700
  29. 01c18af serial: Set baudrate on boot by Sean Anderson · Sun Feb 02 13:15:17 2020 -0500
  30. 7f34dcd Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Thu Apr 16 08:56:37 2020 -0400
  31. c5e7f66 test: Add hexdump.h to the unit test header by Simon Glass · Wed Apr 08 16:57:40 2020 -0600
  32. e962989 acpi: Add support for DMAR by Simon Glass · Wed Apr 08 16:57:39 2020 -0600
  33. b2672ea acpi: Add a central location for table version numbers by Simon Glass · Wed Apr 08 16:57:38 2020 -0600
  34. 4969d21 acpi: Add an __ACPI__ preprocessor symbol by Simon Glass · Wed Apr 08 16:57:37 2020 -0600
  35. 858fed1 x86: Move acpi_table header to main include/ directory by Simon Glass · Wed Apr 08 16:57:36 2020 -0600
  36. 5046109 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · Wed Apr 08 16:57:35 2020 -0600
  37. 2d67fdf acpi: Add a simple sandbox test by Simon Glass · Wed Apr 08 16:57:34 2020 -0600
  38. 45ca1f7 dts: Add a binding for hid-over-i2c by Simon Glass · Wed Apr 08 16:57:32 2020 -0600
  39. 9fb9e9b dm: core: Add basic ACPI support by Simon Glass · Thu Apr 09 10:27:38 2020 -0600
  40. c0b2ae5 x86: apl: Add Global NVS table header by Simon Glass · Wed Apr 08 16:57:30 2020 -0600
  41. 71fafd1 pci: Adjust dm_pci_read_bar32() to return errors correctly by Simon Glass · Thu Apr 09 10:27:36 2020 -0600
  42. 9976b01 x86: apl: Move p2sb ofdata reading to the correct method by Simon Glass · Wed Apr 08 16:57:28 2020 -0600
  43. cce80dc x86: Correct wording of coreboot source code by Simon Glass · Wed Apr 08 16:57:27 2020 -0600
  44. f3005fb dm: pci: Allow disabling auto-config for a device by Simon Glass · Wed Apr 08 16:57:26 2020 -0600
  45. bfb409b tpm: Don't cleanup unless an error happens by Simon Glass · Wed Apr 08 16:57:25 2020 -0600
  46. 3c42e42 tpm: cr50: Use the correct GPIO binding by Simon Glass · Wed Apr 08 16:57:24 2020 -0600
  47. 2c16125 tpm: cr50: Add a comment for cr50_priv by Simon Glass · Wed Apr 08 16:57:23 2020 -0600
  48. fec444c tpm: cr50: Release locality on exit by Simon Glass · Wed Apr 08 16:57:22 2020 -0600
  49. ac5e9e7 spi: Add SPI mode enums by Simon Glass · Wed Apr 08 16:57:21 2020 -0600
  50. c35854a cpu: Support querying the address width by Simon Glass · Wed Apr 08 16:57:20 2020 -0600
  51. 225cc8a x86: acpi: Let OS know that console already had been initialized by Andy Shevchenko · Thu Feb 27 17:21:56 2020 +0200
  52. ee2c922 serial: ns16550: Provide UART base clock speed in ->getinfo() by Andy Shevchenko · Thu Feb 27 17:21:55 2020 +0200
  53. 106930e dm: serial: Add clock member to struct serial_device_info by Andy Shevchenko · Thu Feb 27 17:21:54 2020 +0200
  54. 2f94c39 Merge tag 'u-boot-stm32-20200415' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Wed Apr 15 12:10:51 2020 -0400
  55. ff304e6 Merge branch 'master' of git://git.denx.de/u-boot-marvell by Tom Rini · Wed Apr 15 08:30:16 2020 -0400
  56. 78f68f2 board: stm32mp1: correct CONFIG_IS_ENABLED usage for LED by Patrick Delaunay · Fri Apr 10 19:14:01 2020 +0200
  57. d62c063 ARM: stm32: Enable bootd, iminfo, imxtract on ST defconfig by Patrick Delaunay · Fri Apr 10 18:13:19 2020 +0200
  58. e5f93c3 ARM: dts: stm32: Rename LEDs to match silkscreen on AV96 by Marek Vasut · Mon Apr 06 15:05:58 2020 +0200
  59. f8fe21d configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOT by Patrick Delaunay · Wed Apr 01 09:07:33 2020 +0200
  60. 0839ea9 ARM: dts: stm32: Add KS8851-16MLL ethernet on FMC2 by Marek Vasut · Sat Mar 28 02:01:58 2020 +0100
  61. 93865c6 ARM: dts: stm32: Define FMC2 base address by Marek Vasut · Thu Mar 26 16:57:26 2020 +0100
  62. 5c8db37 net: dwc_eth_qos: implement phy reg and max-speed for stm32 by Patrick Delaunay · Wed Mar 18 10:50:16 2020 +0100
  63. 104dab5 net: dwc_eth_qos: implement reset-gpios for stm32 by Christophe Roullier · Wed Mar 18 10:50:15 2020 +0100
  64. f079990 watchdog: sp805_wdt: get platform clock from dt file by Rayagonda Kokatanur · Mon Apr 06 13:29:52 2020 +0530
  65. 2ba843d watchdog: honour hw_margin_ms DT property by Rasmus Villemoes · Fri Mar 13 17:04:58 2020 +0100
  66. f7c2e9f watchdog: move initr_watchdog() to wdt-uclass.c by Rasmus Villemoes · Fri Mar 13 17:04:57 2020 +0100
  67. cd5a048 watchdog: remove stale ifndef CONFIG_WATCHDOG_TIMEOUT_MSECS from wdt.h by Rasmus Villemoes · Fri Mar 13 17:04:56 2020 +0100
  68. cf737d5 Merge branch 'master' of git://git.denx.de/u-boot-marvell by Tom Rini · Tue Apr 14 08:47:07 2020 -0400
  69. 455ef5b arm: mvebu: turris_mox: fix PCIe ranges in device tree by Marek Behún · Wed Apr 08 19:25:22 2020 +0200
  70. 41d2c40 arm64: mvebu: a37xx: add device-tree fixer for PCIe regions by Marek Behún · Wed Apr 08 19:25:21 2020 +0200
  71. 688a997 arm: mvebu: turris_mox: support devices with RAM > 1 GB by Marek Behún · Wed Apr 08 19:25:20 2020 +0200
  72. f9d5e73 arm64: mvebu: a37xx: improve code determining memory info structures by Marek Behún · Wed Apr 08 19:25:19 2020 +0200
  73. e577cc3 arm64: mvebu: armada-8k: move dram init code by Marek Behún · Wed Apr 08 19:25:18 2020 +0200
  74. 28e935f arm: mvebu: turris_mox: sort headers alphabetically by Marek Behún · Wed Apr 08 12:02:08 2020 +0200
  75. 1055ce1 arm: mvebu: turris_mox: don't use hardcoded addresses by Marek Behún · Wed Apr 08 12:02:07 2020 +0200
  76. de13b61 arm: mvebu: dts: turris_mox: fix USB3 regulator by Marek Behún · Wed Apr 08 12:02:06 2020 +0200
  77. 4529fce arm: mvebu: turris_mox: Setup Linux's device tree before boot by Marek Behún · Wed Apr 08 12:02:05 2020 +0200
  78. b78519b arm: mvebu: dts: turris_mox: update sdhci properties by Marek Behún · Wed Apr 08 12:02:04 2020 +0200
  79. a4e697f arm: mvebu: turris_mox: Fix early SPI communication by Marek Behún · Wed Apr 08 12:02:03 2020 +0200
  80. 026d472 arm: mvebu: clearfog: Use Pro DT by default by Joel Johnson · Mon Mar 23 14:21:40 2020 -0600
  81. 31f771c arm: mvebu: clearfog: move ENV params to Kconfig by Joel Johnson · Mon Mar 23 14:21:38 2020 -0600
  82. 4e44d45 arm: mvebu: clearfog: add SPI offsets by Joel Johnson · Mon Mar 23 14:21:36 2020 -0600
  83. c380944 arm: mvebu: clearfog: Unify DT selection paths by Joel Johnson · Mon Mar 23 14:21:35 2020 -0600
  84. 165ce6a arm: mvebu: clearfog: Add SATA mode flags by Joel Johnson · Mon Mar 23 14:21:34 2020 -0600
  85. 55beee1 arm: mvebu: clearfog: Add option for 2.5 Gbps SFP by Joel Johnson · Mon Mar 23 14:21:33 2020 -0600
  86. 28bf4ca arm: mvebu: clearfog: initial ClearFog Base variant by Joel Johnson · Mon Mar 23 14:21:32 2020 -0600
  87. add85bb arm: mvebu: clearfog: use Pro name by default by Joel Johnson · Mon Mar 23 14:21:31 2020 -0600
  88. ffcd420 arm: mvebu: solidrun: remove hardcoded DTS MAC address by Joel Johnson · Mon Mar 23 14:21:30 2020 -0600
  89. fb377db arm: mvebu: fix SerDes table alignment by Joel Johnson · Mon Mar 23 14:21:29 2020 -0600
  90. 7ccaed2 arm: mvebu: clearfog: support multiple SATA boot by Joel Johnson · Mon Mar 23 11:26:32 2020 -0600
  91. 3a06e39 arm: mvebu: clearfog: add SCSI to distro bootcmd by Joel Johnson · Mon Mar 23 11:26:31 2020 -0600
  92. 3667bec arm: mvebu: update RTC values for PCIe memory wrappers by Chris Packham · Wed Feb 26 19:53:50 2020 +1300
  93. 12b32e0 arm: mvebu: clearfog: add scsi target to distro-boot by Josua Mayer · Mon Feb 17 19:37:28 2020 +0100
  94. 08a4abe arm: mvebu: drivers/ddr: remove redundant assignment by Heinrich Schuchardt · Sat Feb 15 21:58:31 2020 +0100
  95. c99f39f arm: mvebu: dts: Sort Armada series dts alphabetically by Josip Kelecic · Thu Feb 13 14:38:49 2020 +0100
  96. e422adc ddr: marvell: a38x: Allow boards to specify CK_DELAY parameter by Chris Packham · Thu Jan 30 12:50:44 2020 +1300
  97. 41e820c Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Mon Apr 13 16:06:51 2020 -0400
  98. 6f0c426 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Mon Apr 13 16:06:36 2020 -0400
  99. f282d76 Merge branch 'next' by Tom Rini · Mon Apr 13 11:27:00 2020 -0400
  100. 365a6c8 Prepare v2020.04 by Tom Rini · Mon Apr 13 11:02:18 2020 -0400