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