1. 28a4cc6 configs: sei610/sei510: set CONFIG_CMD_BCB=y by Mattijs Korpershoek · Fri Jul 30 14:28:11 2021 +0200
  2. 527ee43 configs: meson64_android: reboot to fastbootd from bootloader by Mattijs Korpershoek · Fri Jul 30 14:28:10 2021 +0200
  3. dfe1208 configs: meson64_android: implement recovery boot via BCB by Mattijs Korpershoek · Fri Jul 30 14:28:09 2021 +0200
  4. b09908c configs: meson64_android: use BCB for reboot to bootloader by Mattijs Korpershoek · Fri Jul 30 14:28:08 2021 +0200
  5. 6f51aa2 configs: meson64_android: don't set console bootargs by Mattijs Korpershoek · Thu Jul 29 09:21:13 2021 +0200
  6. 4a3ede9 configs: meson64_android: use logo part label instead of index by Mattijs Korpershoek · Thu Jul 29 09:21:12 2021 +0200
  7. 5a4a710 configs: meson64_android: use boot part label instead of index by Mattijs Korpershoek · Thu Jul 29 09:21:11 2021 +0200
  8. b0a88af configs: meson64_android: use CONFIG_FASTBOOT_USB_DEV by Mattijs Korpershoek · Thu Jul 29 09:21:10 2021 +0200
  9. 4d73d35 configs: meson64_android: fix bad indent in EXTRA_ENV_SETTINGS by Mattijs Korpershoek · Thu Jul 29 09:21:09 2021 +0200
  10. ff63934 configs: sei610: fix typo in header comment by Mattijs Korpershoek · Thu Jul 29 09:21:08 2021 +0200
  11. ff29f7b Merge branch '2021-07-28-build-improvements' by Tom Rini · Wed Jul 28 18:51:16 2021 -0400
  12. 2ae0a00 Makefile: Move drivers/i2c/ into drivers/Makefile by Simon Glass · Sat Jul 10 21:14:37 2021 -0600
  13. bccfc2e i2c: Rename SPL/TPL_I2C_SUPPORT to I2C by Simon Glass · Sat Jul 10 21:14:36 2021 -0600
  14. 8e85e3c i2c: Create a new Kconfig for I2C by Simon Glass · Sat Jul 10 21:14:35 2021 -0600
  15. b33cf8b i2c: Drop unused CONFIG_I2C by Simon Glass · Sat Jul 10 21:14:34 2021 -0600
  16. 43607dc i2c: Fix the migration warning by Simon Glass · Sat Jul 10 21:14:33 2021 -0600
  17. 0529b59 i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY by Simon Glass · Sat Jul 10 21:14:32 2021 -0600
  18. 284cb9c Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISC by Simon Glass · Sat Jul 10 21:14:31 2021 -0600
  19. 035939e Rename GPIO_SUPPORT to GPIO by Simon Glass · Sat Jul 10 21:14:30 2021 -0600
  20. 1f2440c Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Simon Glass · Sat Jul 10 21:14:29 2021 -0600
  21. 1ba1d4e Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG by Simon Glass · Sat Jul 10 21:14:28 2021 -0600
  22. 762b997 Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEW by Simon Glass · Sat Jul 10 21:14:27 2021 -0600
  23. e5cd9a4 Rename SPL_ETH_SUPPORT to SPL_ETH by Simon Glass · Sat Jul 10 21:14:26 2021 -0600
  24. a8437ce Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTO by Simon Glass · Sat Jul 10 21:14:25 2021 -0600
  25. e91ac4c Rename SPL_POWER_SUPPORT to SPL_POWER by Simon Glass · Sat Jul 10 21:14:24 2021 -0600
  26. c3fba30 Makefile: Move phy rules into drivers/phy by Simon Glass · Sat Jul 10 21:14:23 2021 -0600
  27. 6b960b6 Makefile: Sort the subdirectories by Simon Glass · Sat Jul 10 21:14:22 2021 -0600
  28. 1a0a4ac README: Fix hyphenation in the directory docs by Simon Glass · Sat Jul 10 21:14:21 2021 -0600
  29. c17db99 lib: Create a new Kconfig option for charset conversion by Simon Glass · Fri Jul 02 12:36:17 2021 -0600
  30. 97f9bd4 Allow efi_loader header to be included always by Simon Glass · Fri Jul 02 12:36:16 2021 -0600
  31. 335fe51 Use LIB_UUID with ACPIGEN and FS_BTRFS by Simon Glass · Fri Jul 02 12:36:15 2021 -0600
  32. 56d59a6 disk: Tidy up #ifdefs in part_efi by Simon Glass · Fri Jul 02 12:36:14 2021 -0600
  33. 451bc51 Makefile: Drop include/asm directory as well as symlink by Simon Glass · Fri Jul 02 12:36:13 2021 -0600
  34. d99a049 Merge branch '2021-07-28-setexpr-fmt-support' by Tom Rini · Wed Jul 28 09:51:09 2021 -0400
  35. 45b49bc AzureCI: Move i.MX8 builds to their own job by Tom Rini · Tue Jul 27 17:01:28 2021 -0400
  36. 6358207 test: cmd: setexpr: add format string tests by Roland Gaudig · Fri Jul 23 12:29:23 2021 +0000
  37. d5ae0ec doc: usage: add description for setexpr command by Roland Gaudig · Fri Jul 23 12:29:22 2021 +0000
  38. 2c9e7c2 cmd: setexpr: add format string handling by Roland Gaudig · Fri Jul 23 12:29:21 2021 +0000
  39. 70a9e89 cmd: printf: add helper functions from busybox by Roland Gaudig · Fri Jul 23 12:29:20 2021 +0000
  40. 1201b12 cmd: printf: import busybox-1.33.1 printf.c by Roland Gaudig · Fri Jul 23 12:29:19 2021 +0000
  41. fd8b034 lib: strto: add simple_strtoll function by Roland Gaudig · Fri Jul 23 12:29:18 2021 +0000
  42. 4876922 Merge tag 'u-boot-amlogic-20210727' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Tue Jul 27 11:42:31 2021 -0400
  43. 716c694 Merge tag 'u-boot-stm32-20210727' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Tue Jul 27 09:11:25 2021 -0400
  44. ad9d1c8 configs: Enable SMBIOS for Khadas VIM boards by Artem Lapkin · Tue Jul 27 09:23:19 2021 +0800
  45. bc179a6 ARM: dts: meson: Use devicetree for SMBIOS settings for Khadas VIM boards by Artem Lapkin · Tue Jul 27 09:23:18 2021 +0800
  46. 0a88754 phy: meson-axg-mipi: Access parent ofnode through dev_ofnode() by Alper Nebi Yasak · Fri May 14 23:54:20 2021 +0300
  47. f37193e phy: meson-axg-mipi: Rename "priv_auto_alloc_size" to "priv_auto" by Alper Nebi Yasak · Fri May 14 23:54:19 2021 +0300
  48. 39d4a2f board: amlogic: vim3: fix phy-names property setup by Artem Lapkin · Tue Jul 13 14:48:47 2021 +0800
  49. de89f45 VIM3: mmc_get_env_dev correct non emmc boot sources by Artem Lapkin · Thu May 27 15:35:28 2021 +0800
  50. 005fce2 meson64: add kernel compression vars by Artem Lapkin · Thu May 27 14:43:51 2021 +0800
  51. 9bf2f5b ARM: dts: stm32mp: Add OP-TEE reserved memory to SPL dtb by Alexandru Gagniuc · Thu Jul 15 14:19:27 2021 -0500
  52. c860891 stm32mp1: spl: Configure TrustZone controller for OP-TEE by Alexandru Gagniuc · Thu Jul 15 14:19:26 2021 -0500
  53. 0ea6163 arm: stm32mp: Implement support for TZC 400 controller by Alexandru Gagniuc · Thu Jul 15 14:19:25 2021 -0500
  54. f2b410a spl: Introduce spl_board_prepare_for_optee() hook by Alexandru Gagniuc · Thu Jul 15 14:19:24 2021 -0500
  55. 36fd3ba spl: mmc: Support OP-TEE payloads in Falcon mode by Alexandru Gagniuc · Thu Jul 15 14:19:23 2021 -0500
  56. 29d247a ARM: dts: stm32: Fix AV96 eMMC pinmux by Marek Vasut · Tue Jul 20 23:46:07 2021 +0200
  57. dcd705e clk: stm32mp1: add support of missing SPI clocks by Patrick Delaunay · Fri Jul 09 14:24:34 2021 +0200
  58. 466d3af stm32mp1: add pull-up for gpio button PA13 and PA14 by Patrick Delaunay · Fri Jul 09 09:53:37 2021 +0200
  59. 02e9197 arm: stm32mp1: force boot_device variable for invalid TAMP register value by Patrick Delaunay · Thu Jul 08 10:53:56 2021 +0200
  60. 2c082ab configs: Resync with savedefconfig by Tom Rini · Mon Jul 26 21:10:37 2021 -0400
  61. 08a2273 Prepare v2021.10-rc1 by Tom Rini · Mon Jul 26 20:57:18 2021 -0400
  62. 1a104ba Merge tag 'xilinx-for-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Mon Jul 26 12:09:32 2021 -0400
  63. f3c6338 arm64: zynqmp: Move USB3 PHY properties from DWC3 node to USB node by Manish Narani · Wed Jul 14 06:17:19 2021 -0600
  64. a51ca69 xilinx: Define kernel_comp_addr_r,kernel_comp_size env variables by Raju Kumar Pothuraju · Mon Jul 12 20:19:04 2021 +0530
  65. b9bb350 arm64: versal: Drop default definitions of CONFIG_SYS_PBSIZE by Michal Simek · Wed Jul 14 09:07:04 2021 +0200
  66. 26f70b0 arm64: zynqmp: Enable reset and poweroff via sysreset framework by Michal Simek · Tue Jul 13 16:49:04 2021 +0200
  67. 2a22033 arm64: zynqmp: Do not define do_reset() if sysreset is enabled by Michal Simek · Tue Jul 13 16:39:26 2021 +0200
  68. f92175c psci: Do not define do_poweroff() if CONFIG_SYSRESET_CMD_POWEROFF is enabled by Michal Simek · Tue Jul 13 16:53:46 2021 +0200
  69. 361d5a0 xilinx: versal: Enable Xilinx AXI MRMAC by Ashok Reddy Soma · Fri Jul 02 04:40:35 2021 -0600
  70. 6f5480c net: xilinx: axi_mrmac: Add MRMAC driver by Ashok Reddy Soma · Fri Jul 02 04:40:34 2021 -0600
  71. 169c251 net: ethtool: Add ethernet speed macros for higher speeds by Ashok Reddy Soma · Fri Jul 02 04:40:33 2021 -0600
  72. 97790fb clk: zynqmp: Add support for enabling clock on lpd_lsbus by Michal Simek · Thu Jul 01 19:01:42 2021 +0200
  73. 0a59890 arm64: dts: zynqmp: Enable USB2.0 for zc1751-xm016-dc2 by Piyush Mehta · Sat Jul 03 10:40:30 2021 +0530
  74. 682cf08 xilinx: Return ENVL_NOWHERE instead of ENVL_UNKNOWN by Mike Looijmans · Fri Jul 02 10:28:36 2021 +0200
  75. 635cf4a mmc: zynq_sdhci: Make variables/structure static by Michal Simek · Fri Jul 09 05:53:44 2021 -0600
  76. 2a43ab8 mmc: zynq_sdhci: Fix kernel doc warnings by Michal Simek · Fri Jul 09 05:53:43 2021 -0600
  77. 39a177a mmc: zynq_sdhci: Split set_tapdelay function to in and out by Ashok Reddy Soma · Fri Jul 09 05:53:42 2021 -0600
  78. 24a5107 mmc: zynq_sdhci: Use Mask writes for Tap delays by Ashok Reddy Soma · Fri Jul 09 05:53:41 2021 -0600
  79. 6f64538 mmc: zynq_sdhci: Allow configuring zero Tap values by Ashok Reddy Soma · Fri Jul 09 05:53:40 2021 -0600
  80. 94a755d mmc: zynq_sdhci: Resolve uninitialized return value by Ashok Reddy Soma · Fri Jul 09 05:53:39 2021 -0600
  81. 177acd6 xilinx: zynqmp: increase CONFIG_SYS_SPL_MALLOC_SIZE to 16MB by Ricardo Salveti · Tue Jul 06 20:43:01 2021 -0300
  82. d1c0531 Merge tag 'efi-2021-10-rc1-3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Jul 24 16:41:25 2021 -0400
  83. 736b120 Merge branch '2021-07-24-arm-and-platform-updates' by Tom Rini · Sat Jul 24 16:38:09 2021 -0400
  84. a506ff4 serial: pl011: Enable DEBUG_UART_PL011 in SPL by Chen Baozi · Wed Jul 21 14:11:26 2021 +0800
  85. 39c1106 reset: ast2600: Fix missing reference operator by Chia-Wei Wang · Tue Jul 20 15:01:36 2021 +0800
  86. 6d19a25 MAINTAINERS: correct the path of UEFI docs by AKASHI Takahiro · Tue Jul 20 16:09:46 2021 +0900
  87. 35d111e test/py: efi_capsule: align with efidebug syntax changes by AKASHI Takahiro · Tue Jul 20 14:57:56 2021 +0900
  88. 4cbba2b efi_loader: remove asm/setjmp.h from efi_api.h by AKASHI Takahiro · Tue Jul 20 14:57:02 2021 +0900
  89. 920671c efi_loader: capsule: remove authentication data by AKASHI Takahiro · Tue Jul 20 14:52:05 2021 +0900
  90. d719967 efi_loader: capsule: remove unused guid by AKASHI Takahiro · Tue Jul 20 14:53:11 2021 +0900
  91. 21da91f smbios: error handling for invalid addresses by Heinrich Schuchardt · Sat May 15 18:07:47 2021 +0200
  92. ebe9fd8 smbios: Fix calculating BIOS Release Date by Pali Rohár · Thu Apr 22 18:09:57 2021 +0200
  93. d597da0 doc: fix board/openpiton/riscv64.rst by Heinrich Schuchardt · Sat Jul 24 10:43:35 2021 +0200
  94. 778be9f doc: remove qemu_capsule_update from index by Heinrich Schuchardt · Sat Jul 24 10:33:31 2021 +0200
  95. e6e8244 doc: Bring in Makefile documentation by Simon Glass · Wed Jul 21 20:09:11 2021 -0600
  96. 99888fa serial: pl011: Resend the character if FIFO is full in debug uart by Chen Baozi · Mon Jul 19 15:36:04 2021 +0800
  97. 6aa0714 command: Fix SMC and HVC maximum number of arguments by Siew Chin Lim · Thu Jul 15 12:38:54 2021 +0800
  98. 5526210 armv8: Initialize CNTFRQ if at highest exception level by Peter Hoyes · Mon Jul 12 15:04:21 2021 +0100
  99. 9a4569f serial: serial_msm: Delay initialization to let pins stabilize by Stephan Gerhold · Wed Jul 14 10:56:26 2021 +0200
  100. a0d3b95 board: dragonboard410c: Fix fastboot by Stephan Gerhold · Wed Jul 14 10:56:25 2021 +0200