1. c728811 image: Shorten FIT_ENABLE_SHAxxx_SUPPORT by Simon Glass · Wed Jul 14 17:05:29 2021 -0500
  2. 0a06b64 Merge branch '2021-07-15-assorted-fixes' by Tom Rini · Fri Jul 16 09:15:59 2021 -0400
  3. be3e0fe Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Fri Jul 16 09:15:21 2021 -0400
  4. 0d29096 Merge tag 'u-boot-stm32-20210715' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Fri Jul 16 09:15:05 2021 -0400
  5. 4e51184 drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTART by Teresa Remmet · Thu Jul 15 13:26:32 2021 +0200
  6. 90af93e arm: socfpga: socfpga_stratix10: enable wdt command by default by MengLi · Mon May 24 10:22:49 2021 +0800
  7. 72da3d1 driver: watchdog: reset watchdog in designware_wdt_stop() function by MengLi · Mon May 24 10:22:48 2021 +0800
  8. 4e8fe8f ARM: dts: stm32mp15: remove mmc alias by Patrick Delaunay · Tue Jul 06 17:19:46 2021 +0200
  9. 5c2f6d7 stm32mp: use device sequence number in boot_instance variable by Patrick Delaunay · Tue Jul 06 17:19:45 2021 +0200
  10. bd57749 stm32mp: stm32prog: use defines for virtual partition size by Patrick Delaunay · Mon Jul 05 09:39:01 2021 +0200
  11. 45f414b configs: stm32mp1: activate command rng by Patrick Delaunay · Tue Jun 29 12:08:27 2021 +0200
  12. 27e40d5 stm32mp: syscon: manage clock when present in device tree by Patrick Delaunay · Tue Jun 29 12:04:23 2021 +0200
  13. c7d146d clk: stm32mp1: add support of SYSCFG clock by Patrick Delaunay · Tue Jun 29 12:04:22 2021 +0200
  14. e48a0d4 arm: dts: stm32mp15: alignment with v5.13 by Patrick Delaunay · Tue Jun 29 12:01:07 2021 +0200
  15. f4a9b4b stm32mp: cmd_stm32key: add subcommand close by Patrick Delaunay · Mon Jun 28 14:56:03 2021 +0200
  16. 7b094ea stm32mp: cmd_stm32key: add read OTP subcommand by Patrick Delaunay · Mon Jun 28 14:56:02 2021 +0200
  17. bd0233a stm32mp: cmd_stm32key: add get_misc_dev function by Patrick Delaunay · Mon Jun 28 14:56:01 2021 +0200
  18. cd8bfb3 stm32mp: cmd_stm32key: lock of PKH OTP after fuse by Patrick Delaunay · Mon Jun 28 14:56:00 2021 +0200
  19. c80a0e4 stm32mp: cmd_stm32key: handle error in fuse_hash_value by Patrick Delaunay · Mon Jun 28 14:55:59 2021 +0200
  20. 8b5fe51 stm32mp: cmd_stm32key: use sub command by Patrick Delaunay · Mon Jun 28 14:55:58 2021 +0200
  21. d6c098a stm32mp: configs: activate the command stm32key only for ST boards by Patrick Delaunay · Mon Jun 28 14:55:57 2021 +0200
  22. 9707698 stm32mp: stm32prog: fix the content of short help message by Patrick Delaunay · Mon Jun 28 14:44:33 2021 +0200
  23. 9d57676 configs: stm32mp1: remove splashimage and add fdtoverlay_addr_r by Patrick Delaunay · Mon Jun 28 14:42:08 2021 +0200
  24. 1a931d1 rtc: m41t62: fix wrong register use for set/reset ST bit by Max Yang · Mon May 10 05:23:37 2021 +0000
  25. 9e5111d image: android: Automatically detect more compression types by Stephan Gerhold · Thu Jul 01 20:33:16 2021 +0200
  26. f7d2461 fit: Load DTO into temporary buffer and ignore load address by Marek Vasut · Fri Jun 11 04:09:56 2021 +0200
  27. 46856d7 lib/vsprintf.c: remove unused ip6_addr_string() by Rasmus Villemoes · Fri May 28 00:20:46 2021 +0200
  28. 9af3b1c lib/vsprintf.c: remove stale comment by Rasmus Villemoes · Fri May 28 00:20:45 2021 +0200
  29. 008b0e1 lib/vsprintf.c: implement printf() in terms of vprintf() by Rasmus Villemoes · Fri May 28 00:20:44 2021 +0200
  30. 862555d clk: Detect failure to set defaults by Simon Glass · Thu May 13 19:39:31 2021 -0600
  31. 6807cc0 sandbox: Silence coverity warning in state_read_file() by Simon Glass · Thu May 13 19:39:30 2021 -0600
  32. e463bb3 tpm: Check outgoing command size by Simon Glass · Thu May 13 19:39:29 2021 -0600
  33. 43b82f5 pinctrl: Avoid coverity warning when checking width by Simon Glass · Thu May 13 19:39:28 2021 -0600
  34. 4410086 cbfs: Check offset range when reading a file by Simon Glass · Thu May 13 19:39:27 2021 -0600
  35. 8293081 sandbox: cros_ec: Update error handling when reading matrix by Simon Glass · Thu May 13 19:39:26 2021 -0600
  36. 4e456c4 dm: core: Check uclass_get() return value when dumping by Simon Glass · Thu May 13 19:39:24 2021 -0600
  37. e0ea979 reset: Avoid a warning in devm_regmap_init() by Simon Glass · Thu May 13 19:39:22 2021 -0600
  38. 956cd30 reset: Avoid a warning in devm_reset_bulk_get_by_node() by Simon Glass · Thu May 13 19:39:21 2021 -0600
  39. 7a1745c tools: Avoid showing return value of clock_gettime() by Simon Glass · Thu May 13 19:39:20 2021 -0600
  40. 8e2345e test: Rename final check in setexpr_test_backref() by Simon Glass · Thu May 13 19:39:19 2021 -0600
  41. 5a56994 video: Check return value in pwm_backlight_of_to_plat() by Simon Glass · Thu May 13 19:39:18 2021 -0600
  42. cd16085 sandbox: net: Ensure host name is always a valid string by Simon Glass · Thu May 13 19:39:17 2021 -0600
  43. 0cdd4cb Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Thu Jul 15 11:06:24 2021 -0400
  44. 0de9c37 x86: Ensure the e820 map is installed in all cases by Simon Glass · Sat Jul 10 21:15:21 2021 -0600
  45. 4222007 doc: Update documentation for cros-2021.04 release by Simon Glass · Sun Jun 27 17:51:11 2021 -0600
  46. 9ebd551 dtoc: Check that a parent is not missing by Simon Glass · Sun Jun 27 17:51:10 2021 -0600
  47. b415c10 x86: cros: Check ROM exists before building vboot by Simon Glass · Sun Jun 27 17:51:09 2021 -0600
  48. df1dc8e x86: coreboot: Document the memory map by Simon Glass · Sun Jun 27 17:51:08 2021 -0600
  49. b12d267 x86: coreboot: Use vendor in the Kconfig by Simon Glass · Sun Jun 27 17:51:07 2021 -0600
  50. 8c17908 x86: Add function comments to cb_sysinfo.h by Simon Glass · Sun Jun 27 17:51:06 2021 -0600
  51. b5bb2c4 x86: coral: Allow booting from coreboot by Simon Glass · Sun Jun 27 17:51:05 2021 -0600
  52. e7ff2fc x86: coreboot: Show the BIOS date by Simon Glass · Sun Jun 27 17:51:04 2021 -0600
  53. 76f8bbe x86: Do cache set-up by default when booting from coreboot by Simon Glass · Sun Jun 27 17:51:03 2021 -0600
  54. 0b13e3c x86: Update the MP constants to avoid conflicts by Simon Glass · Sun Jun 27 17:51:02 2021 -0600
  55. bccaa76 x86: Don't set up MTRRs if previously done by Simon Glass · Sun Jun 27 17:51:01 2021 -0600
  56. e7f2e99 tpm: cr50: Drop unnecessary coral headers by Simon Glass · Sun Jun 27 17:51:00 2021 -0600
  57. 9646711 spi: ich: Don't require the PCH by Simon Glass · Sun Jun 27 17:50:59 2021 -0600
  58. 8807a56 x86: pci: Allow binding of some devices before relocation by Simon Glass · Sun Jun 27 17:50:57 2021 -0600
  59. 3f7dc6e pci: Use const for pci_find_device_id() etc. by Simon Glass · Sun Jun 27 17:50:56 2021 -0600
  60. cd60fbb Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Jul 15 07:11:06 2021 -0400
  61. 7c63962 mmc: mmc_get_op_cond: Allow quiet detection of eMMC by Pali Rohár · Wed Jul 14 16:37:29 2021 +0200
  62. 7d90007 arm: mvebu: Espressobin: Use function mmc_get_op_cond() for detecting eMMC by Pali Rohár · Wed Jul 14 16:37:28 2021 +0200
  63. f00768e arm: mvebu: Espressobin: Fix setting $fdtfile env by Pali Rohár · Wed Jul 14 16:37:27 2021 +0200
  64. 6e0e23c arm: mvebu: armada-3720: remove unused config option by Marek Behún · Fri Jul 09 17:40:59 2021 +0200
  65. c667432 arm: mvebu: turris_{omnia, mox}: enable MTD command by Marek Behún · Fri Jul 09 16:56:14 2021 +0200
  66. eace51f arm: mvebu: turris_omnia: force 40 MHz speed on SPI NOR by Marek Behún · Fri Jul 09 16:56:13 2021 +0200
  67. 2fef1db arm: a37xx: pci: Fix typo in comment by Pali Rohár · Thu Jul 08 20:19:00 2021 +0200
  68. b1a2760 arm: a37xx: pci: Optimize a3700_fdt_fix_pcie_regions() when fixup offset is zero by Pali Rohár · Thu Jul 08 20:18:59 2021 +0200
  69. 22b1e08 arm: a37xx: pci: Extend validation for PCIe resources and oubound windows by Pali Rohár · Thu Jul 08 20:18:58 2021 +0200
  70. be09389 Merge branch '2021-07-14-build-and-host-updates' by Tom Rini · Wed Jul 14 20:10:34 2021 -0400
  71. a5a5206 scripts/get_default_envs.sh: Update for thin archive support by Tom Rini · Mon Jun 21 16:14:18 2021 -0400
  72. cbf2b7e Makefile: Conditionally add defaultenv_h to envtools target by Joel Stanley · Fri Jun 18 11:35:59 2021 +0930
  73. 5080063 kconfig / kbuild: Re-sync with Linux 4.20 by Tom Rini · Thu Jun 17 18:07:25 2021 -0400
  74. 1eb5ebb get_maintainer.pl: update from Linux kernel v5.13-rc6 by Trevor Woerner · Tue Jun 15 03:30:29 2021 -0400
  75. a581dc1 lib: move rtc-lib.c to lib by Heinrich Schuchardt · Sat Jun 12 13:20:07 2021 +0200
  76. f75f1d7 tools: image-host: fix wrong return value by Ming Liu · Mon May 31 09:04:51 2021 +0200
  77. 88be5d3 tools/fitimage: add missing linebreak for some messages by Sven Roederer · Tue May 25 23:15:27 2021 +0200
  78. c269be2 fixdep: remove leftover handling of IS_BUILTIN/IS_MODULE by Rasmus Villemoes · Thu May 20 12:32:17 2021 +0200
  79. 774aed5 mkimage: allow -l to work on block devices on Linux by Yann Dirson · Tue May 18 10:59:04 2021 +0200
  80. c69407b Merge branch '2021-07-14-platform-updates' by Tom Rini · Wed Jul 14 16:48:23 2021 -0400
  81. d251959 usb: musb-new: Add glue driver for ST-Ericsson Ux500 by Stephan Gerhold · Thu Jul 08 20:33:50 2021 +0200
  82. bd51911 phy: Add driver for ST-Ericsson AB8500 USB PHY by Stephan Gerhold · Thu Jul 08 20:33:49 2021 +0200
  83. cb9589f power: pmic: Add driver for ST-Ericsson AB8500 via PRCMU by Stephan Gerhold · Thu Jul 08 20:33:48 2021 +0200
  84. fa30762 board: stemmy: Copy atags for booting downstream/vendor kernel by Stephan Gerhold · Wed Jul 07 12:58:55 2021 +0200
  85. aee9df3 board: stemmy: Parse atags to get available memory by Stephan Gerhold · Wed Jul 07 12:58:54 2021 +0200
  86. 5cd99f0 ARM: dts: uniphier: Add support for Akebi96 by Kunihiko Hayashi · Tue Jul 06 19:01:11 2021 +0900
  87. c78d157 configs: uniphier: Enable CONFIG_SYS_PCI_64BIT by Kunihiko Hayashi · Tue Jul 06 19:01:10 2021 +0900
  88. 741a1f9 pci: uniphier: Add UniPhier PCIe controller driver by Kunihiko Hayashi · Tue Jul 06 19:01:09 2021 +0900
  89. 3c4ea66 phy: socionext: Add UniPhier PCIe PHY driver by Kunihiko Hayashi · Tue Jul 06 19:01:08 2021 +0900
  90. 2dcb469 reset: uniphier: Add PCIe reset entry by Kunihiko Hayashi · Tue Jul 06 19:01:07 2021 +0900
  91. 04f1971 clk: uniphier: Add PCIe clock entry by Kunihiko Hayashi · Tue Jul 06 19:01:06 2021 +0900
  92. e23f9ef MAINTAINERS, git-mailrc: socfpga: Change co-maintainer to Tien Fong Chee by Ley Foon Tan · Tue Jul 06 10:20:27 2021 +0800
  93. 80dbfb8c arm: mach-snapdragon: pinctrl: Place pin_name in .data section by Stephan Gerhold · Mon Jul 05 14:18:47 2021 +0200
  94. 2227c82 board-info: Call sysinfo_detect() before sysinfo_get_str() by Marek Vasut · Sun Jul 04 21:32:05 2021 +0200
  95. 0093769 board-info: Use sysinfo_get() by Marek Vasut · Sun Jul 04 21:32:04 2021 +0200
  96. 8df0def misc: i2c_eeprom: Add atmel,24c01 to the list by Marek Vasut · Sun Jul 04 21:31:18 2021 +0200
  97. 4ea1fa7 timer: nomadik-mtu: Use dev_read_addr_ptr() by Stephan Gerhold · Fri Jul 02 18:00:13 2021 +0200
  98. df839d5 gpio: Add driver for Nomadik GPIO by Stephan Gerhold · Fri Jul 02 17:06:18 2021 +0200
  99. c7d53c9 gpio: Drop long unused DB8500 GPIO driver by Stephan Gerhold · Fri Jul 02 17:06:17 2021 +0200
  100. df640ff board: armltd: Remove bootargs from Total Compute configuration by Anders Dellien · Tue Jun 15 11:28:48 2021 +0100