1. 829ad79 Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Thu Apr 15 09:19:31 2021 -0400
  2. 06e006b pci: add Amlogic Meson Designware PCIe controller by Neil Armstrong · Thu Mar 25 15:49:21 2021 +0100
  3. cf214c6 pci: pcie_dw_rockchip: migrate to common Designware PCIe functions by Neil Armstrong · Thu Mar 25 15:49:20 2021 +0100
  4. c0c39ce pci: pcie_dw_ti: migrate to common Designware PCIe functions by Neil Armstrong · Thu Mar 25 15:49:19 2021 +0100
  5. b46caff pci: add common Designware PCIe functions by Neil Armstrong · Thu Mar 25 15:49:18 2021 +0100
  6. 2282aab x86: mtrr: Fix function descriptions by Wolfgang Wallner · Tue Mar 23 10:39:09 2021 +0100
  7. 3e091cc dt-bindings: fsp: Fix Apollo Lake FSP-S devicetree bindings by Wolfgang Wallner · Tue Mar 23 09:54:58 2021 +0100
  8. b49f00a Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Tue Apr 13 20:13:26 2021 -0400
  9. 2f611af arm: mach-rmobile: Add CPU info support for RZ/G2 by Biju Das · Wed Mar 17 14:11:50 2021 +0000
  10. d4c1699 Merge branch '2021-04-13-assorted-improvements' by Tom Rini · Tue Apr 13 09:50:45 2021 -0400
  11. 83fed4a cmd: exit: Fix return value by Marek Vasut · Tue Apr 06 14:00:24 2021 +0200
  12. 9aa75e1 scmi: translate the resource only when livetree is not activated by Patrick Delaunay · Tue Mar 30 15:29:03 2021 +0200
  13. 09456bd gpio: Drop dm_gpio_set_dir() by Simon Glass · Tue Mar 23 14:52:07 2021 +1300
  14. d20d4b7 gpio: i2c-gpio: Drop use of dm_gpio_set_dir() by Simon Glass · Tue Mar 23 14:52:06 2021 +1300
  15. 0cfc39e qemu: arm: select QFW, MMIO on qemu-arm by Asherah Connor · Fri Mar 19 18:21:43 2021 +1100
  16. f0c0e54 qemu: add MMIO driver for QFW by Asherah Connor · Fri Mar 19 18:21:42 2021 +1100
  17. ab1975b test: qemu: add qfw sandbox driver, dm tests, qemu tests by Asherah Connor · Fri Mar 19 18:21:41 2021 +1100
  18. 4ffa95d x86: qemu: move QFW to its own uclass by Asherah Connor · Fri Mar 19 18:21:40 2021 +1100
  19. ab5154f scmi: correctly configure MMU for SCMI buffer by Patrick Delaunay · Tue Mar 16 09:29:40 2021 +0100
  20. aaad0c2 moveconfig.py: add to the "do not process" list by Trevor Woerner · Mon Mar 15 12:01:33 2021 -0400
  21. 50fe43f checkpatch: Add warnings for using strn(cat|cpy) by Sean Anderson · Thu Mar 11 00:15:45 2021 -0500
  22. cb29fe8 fastboot: Fix possible buffer overrun by Sean Anderson · Thu Mar 11 00:15:44 2021 -0500
  23. 33512d0 test: Add test for strlcat by Sean Anderson · Thu Mar 11 00:15:43 2021 -0500
  24. 9297a7f lib: string: Implement strlcat by Sean Anderson · Thu Mar 11 00:15:42 2021 -0500
  25. 2f51257 lib: string: Fix strlcpy return value by Sean Anderson · Thu Mar 11 00:15:41 2021 -0500
  26. b91f100 tee: optee: Change printing during optee_probe by Ilias Apalodimas · Wed Mar 10 15:35:11 2021 +0200
  27. 311880f terminal: only serial_reinit_all if available by Asherah Connor · Wed Mar 10 22:39:24 2021 +1100
  28. 10ec131 terminal: correct stdio_dev invocations by Asherah Connor · Wed Mar 10 22:39:23 2021 +1100
  29. eac5224 rtc: add support for rv3028 rtc by Heiko Schocher · Wed Mar 10 08:15:00 2021 +0100
  30. eeaf282 test: scmi: add local variables for scmi agent reference by Etienne Carriere · Mon Mar 08 22:38:09 2021 +0100
  31. c83a843 firmware: scmi: fix inline comments and minor coding style issues by Etienne Carriere · Mon Mar 08 22:38:08 2021 +0100
  32. b8f15cd firmware: scmi: sandbox test for voltage regulator by Etienne Carriere · Mon Mar 08 22:38:07 2021 +0100
  33. d68663a firmware: scmi: voltage regulator by Etienne Carriere · Mon Mar 08 22:38:06 2021 +0100
  34. 76df073 disk: gpt: verify alternate LBA points to last usable LBA by Stefan Herbrechtsmeier · Mon Mar 08 16:07:11 2021 +0000
  35. 1f86305 cmd: xtrace: Convert to bool by Sean Anderson · Thu Mar 04 11:34:23 2021 -0500
  36. 8f90273 pci: Mark 64bit Memory BARs as such by Phil Sutter · Wed Mar 03 01:57:35 2021 +0100
  37. 69d61a3 hush: Fix assignments being misinterpreted as commands by Sean Anderson · Sun Feb 28 16:29:51 2021 -0500
  38. 7c05319 mtd: Update fail_addr when erase fails due to bad blocks by Farhan Ali · Wed Feb 24 15:25:53 2021 -0800
  39. c422f62 Tegra: remove e2220-1170 board by Peter Robinson · Wed Feb 17 17:06:53 2021 +0000
  40. e3550d5 bootm: do not hang on failure by Heinrich Schuchardt · Wed Feb 17 12:55:54 2021 +0100
  41. 92efc1f hash: Allow for SHA512 hardware implementations by Joel Stanley · Wed Feb 17 13:50:42 2021 +1030
  42. a9ec8f0 hw_sha: Fix coding style errors by Joel Stanley · Wed Feb 17 13:50:40 2021 +1030
  43. 0538140 lib: optee: migration optee_copy_fdt_nodes for OF_LIVE support by Patrick Delaunay · Mon Feb 08 13:54:31 2021 +0100
  44. 0f72146 power: pmic: remove pmic_max77696.c file by Jaehoon Chung · Thu Jan 28 20:42:34 2021 +0900
  45. 86cf2a2 board: warp: add power_max77696_init() function by Jaehoon Chung · Thu Jan 28 20:42:33 2021 +0900
  46. 13026a6 Merge branch '2021-04-11-remove-non-migrated-boards' by Tom Rini · Sun Apr 11 14:11:05 2021 -0400
  47. 0b9ace2 Merge tag 'video-2021-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Sun Apr 11 07:40:25 2021 -0400
  48. 980fbd7 Merge tag 'efi-2021-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Apr 10 16:56:59 2021 -0400
  49. 641a35c ppc: Remove MPC837XEMDS board by Tom Rini · Sat Apr 10 10:58:56 2021 -0400
  50. 17e65b3 video: Fix line padding calculation for 16 and 24 BPP bitmaps by Sylwester Nawrocki · Tue Dec 01 12:30:50 2020 +0100
  51. feb1a1b tegra: video: fix tegra_dc_sor_config_panel() by Heinrich Schuchardt · Mon Apr 05 01:48:51 2021 +0200
  52. a73a7d3 board_f: cosmetic: change the debug trace to KB in reserve_video by Patrick Delaunay · Fri Apr 09 18:02:06 2021 +0200
  53. 3b8c004 finish removing mb862xx video driver by Trevor Woerner · Mon Mar 15 18:52:45 2021 -0400
  54. 81b0f61 video: SIMPLE_PANEL depends on DM_GPIO by Asherah Connor · Wed Mar 03 14:46:47 2021 +1100
  55. 2b8031f pwm: Add a driver for Chrome OS EC PWM by Alper Nebi Yasak · Thu Oct 22 23:49:27 2020 +0300
  56. 4692746 video: backlight: Support PWMs without a known period_ns by Alper Nebi Yasak · Thu Oct 22 23:49:26 2020 +0300
  57. 3090082 ppc: Remove Cyrus_P5020 and P5040 boards by Tom Rini · Sat Feb 20 20:06:30 2021 -0500
  58. 197f290 ppc: Remove ARCH_P1022 support by Tom Rini · Sat Feb 20 20:06:26 2021 -0500
  59. 1f85b3e ppc: Remove controlcenterd boards by Tom Rini · Sat Feb 20 20:06:25 2021 -0500
  60. 91b7886 ppc: Remove gdsys hrcon boards by Tom Rini · Sat Feb 20 20:06:24 2021 -0500
  61. 587d77a ppc: Remove gdsys strider boards by Tom Rini · Sat Feb 20 20:06:23 2021 -0500
  62. 1057300 ppc: Remove MPC8308RDB board by Tom Rini · Sat Feb 20 20:06:22 2021 -0500
  63. 3ec582b ppc: Remove T2081QDS board and ARCH_T2081 support by Tom Rini · Sat Feb 20 20:06:21 2021 -0500
  64. acdfafe ppc: Remove TARGET_T1040QDS references by Tom Rini · Sat Feb 20 20:06:20 2021 -0500
  65. e126b55 arm: Remove tqma6s_wru4_mmc config by Tom Rini · Sat Feb 20 20:06:18 2021 -0500
  66. 381262b arm: Remove mx6dlarm2 board by Tom Rini · Sat Feb 20 20:06:16 2021 -0500
  67. 75f9f62 arm: Remove cgtqmx6eval board by Tom Rini · Sat Feb 20 20:06:15 2021 -0500
  68. 68c90b9 arm: Remove titanium board by Tom Rini · Sat Feb 20 20:06:14 2021 -0500
  69. cb4d082 arm: Remove ts4800 board by Tom Rini · Sat Feb 20 20:06:13 2021 -0500
  70. 9a7b2f0 arm: Remove mx53evk board by Tom Rini · Sat Feb 20 20:06:11 2021 -0500
  71. d2348aa arm: Remove pfla02 board by Tom Rini · Sat Feb 20 20:06:09 2021 -0500
  72. 2c94c59 arm: Remove zc5202 and zc5601 boards by Tom Rini · Sat Feb 20 20:06:08 2021 -0500
  73. ba8c3ef arm: Remove xpress board by Tom Rini · Sat Feb 20 20:06:06 2021 -0500
  74. 19b7428 arm: Remove kc1 board by Tom Rini · Sat Feb 20 20:06:04 2021 -0500
  75. 373fbe8 arm: Remove am3517_crane board by Tom Rini · Sat Feb 20 20:06:03 2021 -0500
  76. ebad7b1 arm: Remove omap3_ha board by Tom Rini · Sat Feb 20 20:06:02 2021 -0500
  77. 2652ef1 arm: Remove tricorder board by Tom Rini · Sat Feb 20 20:06:01 2021 -0500
  78. 83934ab arm: Remove platinum_picon board by Tom Rini · Sat Feb 20 20:05:58 2021 -0500
  79. 9997293 arm: Remove Broadcom Cygnus boards by Tom Rini · Sat Feb 20 20:05:57 2021 -0500
  80. 89c12e7 arm: Remove bcm23550_w1d board by Tom Rini · Sat Feb 20 20:05:55 2021 -0500
  81. 884fe96 arm: Remove bcm28155_ap board by Tom Rini · Sat Feb 20 20:05:54 2021 -0500
  82. b4eaa29 arm: Remove picosam9g45 board by Tom Rini · Sat Feb 20 20:05:53 2021 -0500
  83. 7530747 arm: Remove wb50n board by Tom Rini · Sat Feb 20 20:05:52 2021 -0500
  84. 1b3b222 arm: Remove wb45n board by Tom Rini · Sat Feb 20 20:05:51 2021 -0500
  85. 556ab18 arm: Remove bcm958712k board by Tom Rini · Sat Feb 20 20:05:50 2021 -0500
  86. 79d9a96 arm: Remove s32v234evb board by Tom Rini · Sat Feb 20 20:05:49 2021 -0500
  87. b6f34f7 arm: Remove secomx6quq7 board by Tom Rini · Sat Feb 20 20:05:48 2021 -0500
  88. 5af921e arm: Remove vexpress_ca15_tc2 board by Tom Rini · Sat Feb 20 20:05:47 2021 -0500
  89. 80b1497 arm: Remove apf27 board by Tom Rini · Sat Feb 20 20:05:43 2021 -0500
  90. ac2185f arm: Remove ts4600 board by Tom Rini · Sat Feb 20 20:05:42 2021 -0500
  91. 49d697f arm: Remove sc_sps_1 board by Tom Rini · Sat Feb 20 20:05:41 2021 -0500
  92. 6658e93 arm: Remove SANSA_FUZE_PLUS board by Tom Rini · Sat Feb 20 20:05:40 2021 -0500
  93. 0824193 arm: Remove xfi3 board by Tom Rini · Sat Feb 20 20:05:38 2021 -0500
  94. c951574 drivers: ata: Remove mvsata_ide driver by Tom Rini · Tue Feb 09 21:42:56 2021 -0500
  95. 723bd7f ppc: Remove MPC8349ITX board by Tom Rini · Tue Feb 09 21:42:50 2021 -0500
  96. 53bd8e5 arm: Remove ot1200 board by Tom Rini · Tue Feb 09 21:42:48 2021 -0500
  97. 3aae681 arm: Remove dms-ba16 board by Tom Rini · Tue Feb 09 21:42:47 2021 -0500
  98. 2398bbc ata: DWC_AHSATA depends on BLK by Tom Rini · Tue Feb 09 21:42:44 2021 -0500
  99. 9f70f72 am57xx_hs_evm_usb: Enable AHCI and BLK by Tom Rini · Tue Feb 09 21:42:43 2021 -0500
  100. 5de453d ls1012aqds_tfa_SECURE_BOOT: Remove unused CONFIG_SCSI_AHCI by Tom Rini · Tue Feb 09 21:42:42 2021 -0500