1. fe1e558 configs: synquacer: Remove mtdparts settings and update DFU setting by Masami Hiramatsu · Mon Jul 12 19:36:12 2021 +0900
  2. f0538e2 dts: synquacer: Add partition information to the spi-nor by Masami Hiramatsu · Mon Jul 12 19:36:03 2021 +0900
  3. 17239e7 configs: synquacer: Make U-Boot binary position independent by Masami Hiramatsu · Mon Jul 12 19:35:54 2021 +0900
  4. b4d946e board: synquacer: Initialize SCBM SMMU at board_init() by Masami Hiramatsu · Mon Jul 12 19:35:44 2021 +0900
  5. c90570a Merge branch '2021-07-23-reboot-mode-and-cryptfs-passwd-support' by Tom Rini · Fri Jul 23 14:50:43 2021 -0400
  6. e1788f9 test: add first autoboot unit tests by Steffen Jaeckel · Thu Jul 08 15:57:40 2021 +0200
  7. 28be70d common: add support to fallback to plain SHA256 by Steffen Jaeckel · Thu Jul 08 15:57:39 2021 +0200
  8. dfc9732 common: add AUTOBOOT_FLUSH_STDIN option by Steffen Jaeckel · Thu Jul 08 15:57:38 2021 +0200
  9. 792a13f common: allow disabling of timeout for password entry by Steffen Jaeckel · Thu Jul 08 15:57:37 2021 +0200
  10. 092c8c6 common: Rename macro appropriately by Steffen Jaeckel · Thu Jul 08 15:57:36 2021 +0200
  11. 6aa6bfb common: integrate crypt-based passwords by Steffen Jaeckel · Thu Jul 08 15:57:35 2021 +0200
  12. 878c91b lib: wrap crypt API to hide errno usage by Steffen Jaeckel · Thu Jul 08 15:57:34 2021 +0200
  13. 229bd51 lib: add crypt subsystem by Steffen Jaeckel · Thu Jul 08 15:57:33 2021 +0200
  14. 7e4067a reboot-mode: read the boot mode from RTC memory by Nandor Han · Thu Jun 10 16:56:45 2021 +0300
  15. 6521e5d reboot-mode: read the boot mode from GPIOs status by Nandor Han · Thu Jun 10 16:56:44 2021 +0300
  16. ca6d5ad reboot-mode: add support for reboot mode control by Nandor Han · Thu Jun 10 16:56:43 2021 +0300
  17. e3c8669 Merge branch '2021-07-23-assorted-fixes' by Tom Rini · Fri Jul 23 08:30:48 2021 -0400
  18. 6120a8e net: remove CONFIG_NET_MULTI (again) by Michal Simek · Wed Jul 14 09:12:41 2021 +0200
  19. 5d073ca mux: correct prototype for mux_control_try_select() by Patrick Wildt · Tue Jul 13 23:02:18 2021 +0200
  20. be03531 arm: vexpress64: juno: Enable distro_bootcmd functionality by Andre Przywara · Mon Jul 12 00:25:15 2021 +0100
  21. 2df1e6c distro_boot: Fix block device after DHCP boot sequence by Andre Przywara · Mon Jul 12 00:07:09 2021 +0100
  22. 63471d5 Kconfig.boot: Make 0x0 the default SYS_TEXT_BASE for POSITION_INDEPENDENT by Tom Rini · Fri Jul 09 10:39:21 2021 -0400
  23. 645a312 fit: Allow external data for FDTs by John Keeping · Fri Jun 25 17:58:04 2021 +0100
  24. a7b261b cmd: part: Correct error handling by Anders Dellien · Tue Jun 22 10:40:01 2021 +0100
  25. 18fcbb6 i2c: pcf8575: Add support for 8 bit I2C IO expanders (like pca8574) by Lukasz Majewski · Mon Jun 07 14:26:34 2021 +0200
  26. b8f088a i2c: pcf8575: Remove not used members of pcf8575_chip structure by Lukasz Majewski · Mon Jun 07 14:26:33 2021 +0200
  27. b40399c cmd: pinmux: support pin name in status command by Patrick Delaunay · Fri May 21 09:47:32 2021 +0200
  28. da45368 cmd: pinmux: update result of do_status by Patrick Delaunay · Fri May 21 09:47:31 2021 +0200
  29. 1ba9678 tee: optee: sync cache on pre-reloc OP-TEE invocation by Etienne Carriere · Wed May 19 16:27:41 2021 +0200
  30. 6e6f204 spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL) by John Keeping · Wed May 19 15:05:53 2021 +0100
  31. 052c3a1 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · Thu Jul 22 23:05:28 2021 -0400
  32. 971dfd3 net: fsl-mc: fix logically dead code by Cosmin-Florin Aluchenesei · Wed Jul 21 19:13:33 2021 +0300
  33. e4beeb5 drivers: net: aquantia: fix unsigned compared against 0 by Cosmin-Florin Aluchenesei · Wed Jul 21 19:13:11 2021 +0300
  34. a8f2ca2 net: define LOG_CATEGORY by Patrick Delaunay · Tue Jul 20 20:15:30 2021 +0200
  35. 5787284 net: dwc_eth_qos: define LOG_CATEGORY by Patrick Delaunay · Tue Jul 20 20:15:29 2021 +0200
  36. b26ef6f net: eth-phy: define LOG_CATEGORY by Patrick Delaunay · Tue Jul 20 20:15:28 2021 +0200
  37. 1bc6ce7 net: dwc: add a common empty ops eqos_null_ops by Patrick Delaunay · Tue Jul 20 20:09:56 2021 +0200
  38. d9dc80c net: dwc_eth_qos: use generic ethernet phy for stm32 variant by Patrick Delaunay · Tue Jul 20 20:09:55 2021 +0200
  39. b1b393a net: dwc_eth_qos: remove the field phyaddr of the struct eqos_priv by Patrick Delaunay · Tue Jul 20 20:09:54 2021 +0200
  40. e4231ca net: eth-phy: manage subnode mdio0 by Patrick Delaunay · Tue Jul 20 20:09:53 2021 +0200
  41. 8c937fa net: eth-phy: use dev_dbg and log_notice by Patrick Delaunay · Tue Jul 20 20:09:52 2021 +0200
  42. cc2ffab net: eth-phy: add support of device tree configuration for gpio reset by Patrick Delaunay · Tue Jul 20 20:09:51 2021 +0200
  43. c2e4ed1 net: Use phys_addr_t for SMC net device addresses by Peter Hoyes · Fri Jul 09 10:52:06 2021 +0100
  44. 9a0b039 Merge tag 'dm-pull-21jul21' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Thu Jul 22 11:15:52 2021 -0400
  45. 622ef9b Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Thu Jul 22 08:45:32 2021 -0400
  46. c647de1 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Wed Jul 21 22:46:18 2021 -0400
  47. 2d1034b dm: core: fix no null pointer detection in ofnode_get_addr_size_index() by Chen Guanqiao · Mon Jul 12 15:40:20 2021 +0800
  48. d3741bc sandbox: don't set SA_NODEFER in signal handler by Heinrich Schuchardt · Mon Jul 05 19:43:00 2021 +0200
  49. 748a1d4 binman: Add basic support for debugging performance by Simon Glass · Tue Jul 06 10:36:41 2021 -0600
  50. 1e689d2 patman: Use bytearray instead of string by Simon Glass · Tue Jul 06 10:36:40 2021 -0600
  51. c62c3a9 binman: Use bytearray instead of string by Simon Glass · Tue Jul 06 10:36:39 2021 -0600
  52. f58dae9 binman: Split node-reading out from constructor in files by Simon Glass · Tue Jul 06 10:36:38 2021 -0600
  53. 76f496d binman: Support multithreading for building images by Simon Glass · Tue Jul 06 10:36:37 2021 -0600
  54. b87eac8f binman: Put compressed data into separate files by Simon Glass · Tue Jul 06 10:36:36 2021 -0600
  55. 81cd040 log: Allow padding of the function name by Simon Glass · Mon Jul 05 16:33:00 2021 -0600
  56. fc7a744 blk: Support iteration by Simon Glass · Mon Jul 05 16:32:59 2021 -0600
  57. 965cd40 sandbox: mmc: Support fixed MMC devices by Simon Glass · Mon Jul 05 16:32:58 2021 -0600
  58. 58254e0 spl: Provide more information on boot failure by Simon Glass · Mon Jul 05 16:32:57 2021 -0600
  59. 3d70218 image: Allow @ in node names when not using signatures by Simon Glass · Mon Jul 05 16:32:56 2021 -0600
  60. 3e26de5 bloblist: Correct condition in bloblist_addrec() by Simon Glass · Mon Jul 05 16:32:55 2021 -0600
  61. 1834c3d bloblist: Tidy up a few API comments by Simon Glass · Mon Jul 05 16:32:54 2021 -0600
  62. f20a113 bloblist: Support resizing a blob by Simon Glass · Mon Jul 05 16:32:53 2021 -0600
  63. 52ac65f cros_ec: Use standard calls for recovery-request checking by Simon Glass · Mon Jul 05 16:32:52 2021 -0600
  64. 01da40b cros_ec: Support the full-size vboot context by Simon Glass · Mon Jul 05 16:32:51 2021 -0600
  65. 821b998 cros_ec: Drop cros_ec_entering_mode() by Simon Glass · Mon Jul 05 16:32:50 2021 -0600
  66. cbb191b cros_ec: Allow reading the battery-charge state by Simon Glass · Mon Jul 05 16:32:49 2021 -0600
  67. 1e198a6 sandbox: Adjust the bloblist default address by Simon Glass · Mon Jul 05 16:32:48 2021 -0600
  68. 16823eb sandbox: Use hinting with the display by Simon Glass · Mon Jul 05 16:32:47 2021 -0600
  69. 24012c8 sandbox: Add work-around for SDL2 display by Simon Glass · Mon Jul 05 16:32:46 2021 -0600
  70. 1cd0600 sandbox: Support executables for more phases by Simon Glass · Mon Jul 05 16:32:45 2021 -0600
  71. f700504 test: Avoid a build error with SPL by Simon Glass · Mon Jul 05 16:32:43 2021 -0600
  72. 2697425 test: Add DM_DMA to be disabled by Simon Glass · Mon Jul 05 16:32:42 2021 -0600
  73. c124f34 test: Allow CONFIG_SPL_LOAD_FIT to be disabled by Simon Glass · Mon Jul 05 16:32:41 2021 -0600
  74. 4977517 dm: Support lzma in the flashmap by Simon Glass · Mon Jul 05 16:32:40 2021 -0600
  75. 28823e3 dm: core: Add logging for DM_SEQ_ALIAS by Simon Glass · Mon Jul 05 16:32:39 2021 -0600
  76. ee3837c dtoc: Update documentation to cover warnings in more detail by Simon Glass · Sun Jul 04 12:19:50 2021 -0600
  77. 57c325a dtoc: Detect drivers which do not parse correctly by Simon Glass · Sun Jul 04 12:19:49 2021 -0600
  78. 240f0b1 dtoc: Detect unexpected suffix on .of_match by Simon Glass · Sun Jul 04 12:19:48 2021 -0600
  79. 9dc87d3 dtoc: Add a stdout check in test_normalized_name() by Simon Glass · Sun Jul 04 12:19:47 2021 -0600
  80. 2063806 dtoc: Correct the re_compat regular expression by Simon Glass · Sun Jul 04 12:19:46 2021 -0600
  81. 674b6e1 dtoc: Allow multiple warnings for a driver by Simon Glass · Sun Jul 04 12:19:45 2021 -0600
  82. 87827df dtoc: Convert to use ArgumentParser by Simon Glass · Sun Jul 04 12:19:44 2021 -0600
  83. a6a776c dtoc: Avoid using subscripts on match objects by Simon Glass · Sun Jul 04 12:19:43 2021 -0600
  84. caeb511 board: sifive: unmatched: reset USB hub, PCIe-USB bridge, and ULPI device in SPL by Vincent Chen · Thu Jul 08 09:08:21 2021 +0800
  85. 5a6def9 board: sifive: unmatched: refine GEMGXL initialized function in SPL by Vincent Chen · Thu Jul 08 09:08:20 2021 +0800
  86. 288ad1f board: sifive: drop stuff related to unmatched revision 1 by Zong Li · Tue Jul 20 14:26:08 2021 +0800
  87. 51744fe riscv: booti: do not force relocation if force_reloc is not set by Vitaly Wool · Tue Apr 06 10:50:16 2021 +0300
  88. 54010a7 board: sifive: remove the command for setting serial number by Zong Li · Fri Jul 09 16:26:35 2021 +0800
  89. 6cc8042 Merge branch 'master' of git://source.denx.de/u-boot-sh by Tom Rini · Tue Jul 20 19:31:40 2021 -0400
  90. 8cf9b70 ARM: dts: rmobile: Remove multiple unused DT properties on R-Car Gen3 by Marek Vasut · Sat Jul 10 19:17:34 2021 +0200
  91. f83c834 ARM: dts: rmobile: Disable RPC HF by default by Marek Vasut · Sat Jul 10 18:56:29 2021 +0200
  92. 5dea8b4 ARM: rmobile: Align CPU: print with other prints by Marek Vasut · Sun Jul 04 17:27:27 2021 +0200
  93. 3ad1ae0 ARM: rmobile: Enable sysinfo on R-Car Gen3 by Marek Vasut · Sat Jul 03 20:41:50 2021 +0200
  94. 3d585d7 ARM: rmobile: Enable I2C EEPROM support on R-Car Gen3 by Marek Vasut · Sat Jul 03 20:39:28 2021 +0200
  95. c172845 ARM: dts: rmobile: Add sysinfo extras on R-Car Gen3 by Marek Vasut · Sat Jul 03 18:16:14 2021 +0200
  96. 08743f3 sysinfo: rcar3: Add Renesas R-Car Gen3 sysinfo driver by Marek Vasut · Sat Jul 03 20:38:26 2021 +0200
  97. d0f94bb configs: ls2080ardb.h: Update mc size in env by Priyanka Jain · Mon Jul 19 15:07:49 2021 +0530
  98. b20a9c7 configs: ls2080aqds.h: Update mc size in env by Priyanka Jain · Mon Jul 19 14:54:25 2021 +0530
  99. 8f5bd97 configs: ls1088ardb.h: Update mc size in env by Priyanka Jain · Mon Jul 19 14:53:34 2021 +0530
  100. 0653270 configs: ls1088aqds.h: Update mc size in env by Priyanka Jain · Mon Jul 19 14:51:24 2021 +0530