1. d3e8b73 Merge tag 'v2021.07-rc5' into next by Tom Rini · Mon Jun 28 16:22:13 2021 -0400
  2. 8e80b6d Prepare v2021.07-rc5 by Tom Rini · Mon Jun 28 15:38:55 2021 -0400
  3. a11ee78 arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=y by Kunihiko Hayashi · Tue Jun 15 15:33:02 2021 +0900
  4. a20e51f configs: Resync with savedefconfig by Tom Rini · Mon Jun 28 10:17:29 2021 -0400
  5. 1694588 Merge tag 'u-boot-imx-20210625' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Fri Jun 25 13:33:47 2021 -0400
  6. 0400836 Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Thu Jun 24 21:18:22 2021 -0400
  7. 2a0677f Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Thu Jun 24 21:17:49 2021 -0400
  8. f88939c usb: ehci-mx6: Do not fail when 'reg' is not found by Fabio Estevam · Sun Jun 20 12:00:52 2021 -0300
  9. 759126c usb: ehci-mx6: Move fdtdec_get_alias_seq() inside the CONFIG_MX6 by Fabio Estevam · Sun Jun 20 12:00:51 2021 -0300
  10. d1e4738 ARM: rmobile: beacon: Set CONFIG_RZ_G2 on Beacon boards by Adam Ford · Thu Jun 24 12:52:11 2021 -0500
  11. eea5046 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · Thu Jun 24 11:11:13 2021 -0400
  12. 397aaa9 cmd: mtd: expand <name> argument definition in command help by Marek Behún · Wed May 26 14:08:26 2021 +0200
  13. f96299f mtd: compare also with OF path and device name in get_mtd_device_nm() by Marek Behún · Wed May 26 14:08:25 2021 +0200
  14. c677428 cmd: mtd: print device OF path in listing by Marek Behún · Wed May 26 14:08:24 2021 +0200
  15. db3ce1f mtd: probe SPI NOR devices in mtd_probe_devices() by Marek Behún · Wed May 26 14:08:23 2021 +0200
  16. 3246ae2 mtd: remove mtd_probe() function by Marek Behún · Wed May 26 14:08:22 2021 +0200
  17. d37eb23 mtd: spi-nor: fill-in mtd->dev member by Marek Behún · Wed May 26 14:08:21 2021 +0200
  18. c1fcc14 mtd: spi-nor: allow registering multiple MTDs when DM is enabled by Marek Behún · Wed May 26 14:08:20 2021 +0200
  19. 544a8c9 mtd: add support for parsing partitions defined in OF by Marek Behún · Wed May 26 14:08:19 2021 +0200
  20. e897e3c dm: core: add ofnode_get_path() by Marek Behún · Wed May 26 14:08:18 2021 +0200
  21. 177ab7f dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · Wed May 26 14:08:17 2021 +0200
  22. 4b017b9 mtd: spinand: macronix: Add support for serial NAND flash by Jaime Liao · Mon Jun 07 16:19:15 2021 +0800
  23. 870d071 Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Wed Jun 23 08:46:26 2021 -0400
  24. e9181f1 Merge tag 'mmc-2021-6-22' of https://source.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Wed Jun 23 08:45:29 2021 -0400
  25. e295112 Merge branch '2021-06-22-assorted-fixes' by Tom Rini · Wed Jun 23 08:45:09 2021 -0400
  26. 70e473f test: Include /sbin to the PATH when creating file system by Andy Shevchenko · Thu Jun 10 18:08:42 2021 +0300
  27. 3c1a880 MAINTAINER, git-mailrc: Update the mmc maintainer by Jaehoon Chung · Tue Jun 15 07:16:36 2021 +0900
  28. 5dc7f61 global_data: Ensure we have <config.h> when symbols are not in Kconfig yet by Tom Rini · Thu Jun 03 09:39:02 2021 -0400
  29. e44077a5 socfpga64: Do not define CONFIG_SYS_MEM_RESERVE_SECURE to 0 by Tom Rini · Thu Jun 03 09:39:01 2021 -0400
  30. 8b6b776 Revert "powerpc: fix regression in arch_initr_trap()" by Tom Rini · Thu Jun 03 09:39:00 2021 -0400
  31. f1fc77c powerpc: Don't use relative include for config.h in global_data.h by Tom Rini · Thu Jun 03 09:38:59 2021 -0400
  32. 862dd21 malloc: add SPDX license identifiers by Heinrich Schuchardt · Sat May 29 13:18:00 2021 +0200
  33. 5f592ae MAINTAINERS: Add an entry for NVMe by Bin Meng · Tue Jun 22 21:16:23 2021 +0800
  34. 000230c doc: develop: Convert README.nvme to reST by Bin Meng · Tue Jun 22 21:16:22 2021 +0800
  35. bc80956 nvme: Don't clear nvme blk device's priv space by Bin Meng · Tue Jun 22 21:16:21 2021 +0800
  36. 36144bb nvme: Drop useless members of 'struct nvme_ns' by Bin Meng · Tue Jun 22 21:16:20 2021 +0800
  37. abc6d08 nvme: Eliminate the offset of one during block dev creation by Bin Meng · Tue Jun 22 21:16:19 2021 +0800
  38. 818db24 nvme: Skip block device creation for inactive namespaces by Bin Meng · Tue Jun 22 21:16:18 2021 +0800
  39. a82f325 nvme: Move block dev creation from uclass post_probe() to driver probe() by Bin Meng · Tue Jun 22 21:16:17 2021 +0800
  40. 631dde6 nvme: Remove the redundant aqa value setting by Wesley Sheng · Tue Jun 22 11:34:43 2021 +0800
  41. 85a9561 nvme: Correct the prps per page calculation method by Wesley Sheng · Tue Jun 22 11:34:21 2021 +0800
  42. 9f7e942 nvme: fix for big endian systems by David Lamparter · Thu May 06 20:24:30 2021 +0200
  43. 3eb15f5 x86: Discard .note.gnu.property sections by Bin Meng · Fri Jun 18 15:09:30 2021 +0800
  44. e66c876 Makefile: Adjust indention of GENENV quiet output by Jan Kiszka · Sun Jun 20 22:29:13 2021 +0200
  45. 3769e55 autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEY by Da Xue · Mon Jun 21 22:39:19 2021 -0400
  46. 34be560 disk/part_dos.c: Fix a variable typo in write_mbr_partitions() by Christian Melki · Mon Jun 07 11:21:15 2021 +0200
  47. bd97b0d azure: Use msys2 20210604 installer for Windows build by Bin Meng · Tue Jun 22 07:33:21 2021 +0800
  48. c8c9528 mtd: spi-nor-ids: Add Macronix MX66UW2G345G by zhengxun · Tue Mar 23 13:16:47 2021 +0000
  49. d6837b4 Revert "mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output" by Fabio Estevam · Mon Jun 07 17:40:09 2021 -0300
  50. ff6bf1f mmc: mmc-uclass: change to static about dm function by Jaehoon Chung · Mon May 31 08:31:50 2021 +0900
  51. 099814b mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmd by Jaehoon Chung · Mon May 31 08:31:49 2021 +0900
  52. 55a81ad mmc: Update environment variable with active partition by Reuben Dowle · Fri May 14 10:15:43 2021 +1200
  53. e870824 mmc: dwmmc: socfpga: Get "fifo-mode" property from DT by Ley Foon Tan · Mon Apr 26 13:17:46 2021 +0800
  54. 1cead23 mmc: dw_mmc: Fixes data read when receiving DTO interrupt in FIFO mode by Ley Foon Tan · Mon Apr 26 11:35:05 2021 +0800
  55. 13b920a mmc: mtk-sd: increase the minimum bus frequency by developer · Tue Apr 20 16:37:10 2021 +0800
  56. a9b3269 ARM: dts: k3-j7200-common-proc-board-u-boot.dtsi: Fix dtc warnings by Vignesh Raghavendra · Mon Jun 14 14:12:39 2021 +0530
  57. 1836d64 imx8mm: configs: enable distro default features by Andrey Zhizhikin · Sat May 01 22:23:04 2021 +0200
  58. 525ee3b imx8mp: configs: enable distro default features by Andrey Zhizhikin · Sat May 01 22:23:05 2021 +0200
  59. d3df361 o4-imx-nano: Fix dtc warnings by Fabio Estevam · Thu Jun 17 12:57:29 2021 -0300
  60. ce92768 Merge tag 'u-boot-rockchip-20210618' of https://source.denx.de/u-boot/custodians/u-boot-rockchip into next by Tom Rini · Sat Jun 19 08:20:12 2021 -0400
  61. 5dd7530 Merge tag 'u-boot-stm32-20210618' of https://source.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · Fri Jun 18 13:18:29 2021 -0400
  62. 75e47bf Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · Fri Jun 18 11:18:56 2021 -0400
  63. c0f6a02 net: octeontx: smi: use dt live tree API by Tim Harvey · Thu Jun 17 16:08:54 2021 -0700
  64. 5ee984a cmd: pxe_utils: sysboot: fix crash if either board or soc are not set. by Dimitri John Ledkov · Wed Apr 21 12:42:01 2021 +0100
  65. 7efcdfd net: use the same alias stem for ethernet as linux by Michael Walle · Thu Feb 25 16:51:11 2021 +0100
  66. 384023e net: use a more deterministic approach to get the active ethernet device by Michael Walle · Wed Feb 24 17:30:44 2021 +0100
  67. 6ffc023 net: sun8i-emac: fix MDIO frequency by Heinrich Schuchardt · Thu Jun 03 07:52:41 2021 +0000
  68. 29c58b0 net: synquacer: Add netsec driver by Jassi Brar · Fri Jun 04 18:44:38 2021 +0900
  69. 470c06c net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7b by Daniil Stas · Sun May 30 13:34:09 2021 +0000
  70. 8159792 net: dwc_eth_qos: Fix needless phy auto-negotiation restarts by Daniil Stas · Sun May 23 22:24:48 2021 +0000
  71. 893bd6e net: e1000: do not attempt to set hwaddr for i210 without FLASH by Tim Harvey · Fri Apr 16 13:25:09 2021 -0700
  72. 46bcbeb Fix a memory leak issue in the RX port initialization. by Hou Zhiqiang · Sat Jun 12 21:15:41 2021 +0300
  73. b9c3214 clk: cosmetic change in uclass by Patrick Delaunay · Tue Apr 27 10:57:54 2021 +0200
  74. c7e9a11 stm32mp: stm32prog: handle dfu error by Patrick Delaunay · Tue May 18 15:12:13 2021 +0200
  75. f135735 dfu: add error callback by Patrick Delaunay · Tue May 18 15:12:12 2021 +0200
  76. be7d21e stm32mp: stm32prog: change one message level to debug by Patrick Delaunay · Tue May 18 15:12:11 2021 +0200
  77. 7ef09a3 stm32mp: stm32prog: use get_cpu_dev for GetID command by Patrick Delaunay · Tue May 18 15:12:10 2021 +0200
  78. 7d14540 stm32mp: stm32prog: correctly handle DM_PMIC by Patrick Delaunay · Tue May 18 15:12:09 2021 +0200
  79. e23d98e stm32mp: stm32prog: handle the next phase after USB re-enumeration by Patrick Delaunay · Tue May 18 15:12:08 2021 +0200
  80. 3a44a07 stm32mp: stm32prog: solve compilation with CONFIG_FIT_SIGNATURE by Patrick Delaunay · Tue May 18 15:12:07 2021 +0200
  81. ab198fe stm32mp: stm32prog: add support of initrd in flashlayout by Patrick Delaunay · Tue May 18 15:12:06 2021 +0200
  82. 4daf994 stm32mp: stm32prog: add timeout in stm32prog_serial_get_buffer by Patrick Delaunay · Tue May 18 15:12:05 2021 +0200
  83. f67fd84 stm32mp: stm32prog: remove all the header check for UART download by Patrick Delaunay · Tue May 18 15:12:04 2021 +0200
  84. 00cf4a8 board: stm32mp1: correct the property name for eth by Patrick Delaunay · Fri Jun 04 18:25:55 2021 +0200
  85. 97f69af dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devices by Patrick Delaunay · Thu Mar 04 17:47:56 2021 +0100
  86. 485b4b1 spi: stm32_qspi: Fix short data write operation by Daniil Stas · Sun May 23 22:24:49 2021 +0000
  87. 9e9021e mtd: nand: NFC drivers for RK3308, RK2928 and others by Yifeng Zhao · Mon Jun 07 16:40:29 2021 +0800
  88. 3227ecb configs: rockchip: rk3399: Khadas Edge add USB OHCI by Artem Lapkin · Mon Jun 07 11:45:05 2021 +0800
  89. f359003 ARM64: rockchip: evb_rk3399: add usb ohci definations by Artem Lapkin · Mon Jun 07 11:45:04 2021 +0800
  90. 7df6464 pci: pcie_dw_rockchip: Replace msleep occurences by udelay by Anand Moon · Sat Jun 05 14:38:43 2021 +0000
  91. d921ad8 pci: pcie_dw_rockchip: Drop the unused variable warning by Anand Moon · Sat Jun 05 14:38:42 2021 +0000
  92. e4e8745 pci: pcie_dw_rockchip: Fixed the below compilation error by Anand Moon · Sat Jun 05 14:38:41 2021 +0000
  93. 1689989 board: rockchip: Add rk3568 evb support by Joseph Chen · Wed Jun 02 16:13:46 2021 +0800
  94. 72cd879 rockchip: Add rk3568 architecture core by Joseph Chen · Wed Jun 02 15:58:25 2021 +0800
  95. c63f2fc rockchip: rk3568: Add sdram driver by Joseph Chen · Wed Jun 02 15:58:24 2021 +0800
  96. 868dc1d arm: dts: rockchip: Add dts for rk3568 evb by Joseph Chen · Wed Jun 02 15:58:23 2021 +0800
  97. 01c32cb arm: dts: Sync rockchip-pinconf.dtsi from kernel by Joseph Chen · Wed Jun 02 15:58:22 2021 +0800
  98. b612b5f rk3399_common: setup fdtoverlay_addr_r value by Artem Lapkin · Wed May 26 17:34:17 2021 +0800
  99. 5be90bb rockchip: rk3568: add clock driver by Elaine Zhang · Wed Jun 02 11:39:24 2021 +0800
  100. 626a537 rockchip: rk3568: add device tree file by Elaine Zhang · Wed May 26 17:01:16 2021 +0800