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