1. c7fad78 Convert CONFIG_SYS_BR0_PRELIM et al to Kconfig by Tom Rini · 2 years, 10 months ago
  2. 970bf86 Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig by Tom Rini · 2 years, 11 months ago
  3. 7f3934f Merge tag 'u-boot-stm32-20211130' of https://source.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · 2 years, 10 months ago
  4. c7c06fa board: stm32mp1: add support of nor1 device in dfu command by Patrick Delaunay · 2 years, 10 months ago
  5. b2ac964 ram: stm32mp1: remove __maybe_unused on stm32mp1_ddr_setup by Patrick Delaunay · 2 years, 10 months ago
  6. d72e7bb ram: stm32mp1: compute DDR size from DDRCTL registers by Patrick Delaunay · 2 years, 10 months ago
  7. e84ee40 configs: stm32mp15: deactivate the CONFIG_STM32_IPCC by Patrick Delaunay · 2 years, 10 months ago
  8. 8ad37e6 board: stm32mp1: enable simple framebuffer node for splashscreen by Patrick Delaunay · 2 years, 10 months ago
  9. 6cdeb32 video: stm32: stm32_ltdc: align framebuffer on 2MB by Patrick Delaunay · 2 years, 10 months ago
  10. 77debf6 common: add fdt_simplefb_enable_and_mem_rsv function by Patrick Delaunay · 2 years, 10 months ago
  11. 2e2e6d8 video: Add video_is_active function by Patrick Delaunay · 2 years, 10 months ago
  12. fded97a common: rename functions lcd_dt_simplefb to fdt_simplefb by Patrick Delaunay · 2 years, 10 months ago
  13. 4ca979e common: rename lcd_simplefb.c file to fdt_simplefb.c by Patrick Delaunay · 2 years, 10 months ago
  14. d71587c Convert CONFIG_LCD_DT_SIMPLEFB to Kconfig by Patrick Delaunay · 2 years, 10 months ago
  15. b3c29dc stm32mp1: ram: remove tuning support by Patrick Delaunay · 2 years, 10 months ago
  16. 9819fe3 stm32mp1: ram: remove the support of calibration result by Patrick Delaunay · 2 years, 10 months ago
  17. 4831ba2 stm32mp1: ram: add read valid training support by Patrick Delaunay · 2 years, 10 months ago
  18. 77d043c ARM: dts: stm32: Auto-detect DHSOM with uSD level translator by Marek Vasut · 2 years, 10 months ago
  19. 8e5266e mmc: stm32_sdmmc2: Add support for probing bus voltage level translator by Marek Vasut · 2 years, 10 months ago
  20. 7d35a49 ARM: stm32: Enable KSZ90x1 PHY driver on DHCOR by Marek Vasut · 2 years, 10 months ago
  21. 312011e ARM: dts: stm32: Add custom PHY reset bindings on AV96 by Marek Vasut · 2 years, 10 months ago
  22. 525dd34 ARM: stm32: Fix SoM and board coding strap GPIO handling on DHSOM by Marek Vasut · 2 years, 10 months ago
  23. 5e3e882 ARM: stm32: Increase PHY auto-negotiation timeout to 20s on DHSOM by Marek Vasut · 2 years, 10 months ago
  24. 1aba8e5 ARM: stm32: Add update_sf script to install U-Boot into SF on DHSOM by Marek Vasut · 2 years, 10 months ago
  25. 15e20e4 ARM: stm32: Increase USB power-good delay on DHSOM by Marek Vasut · 2 years, 10 months ago
  26. 4c59560 pinctrl: stmfx: define LOG_CATEGORY by Patrick Delaunay · 2 years, 11 months ago
  27. 0c6079c ARM: dts: stm32: Use lower-case hex for address for stm32429i-eval-u-boot.dtsi by Patrice Chotard · 2 years, 10 months ago
  28. a2f823e ARM: dts: stm32: Use lower-case hex for address for stm32f746g-eval-u-boot.dtsi by Patrice Chotard · 2 years, 10 months ago
  29. fbe6b99 ARM: dts: stm32: Use lower-case hex for address for stm32f429-disco-u-boot.dtsi by Patrice Chotard · 2 years, 10 months ago
  30. e114ddc ARM: dts: stm32: Use lower-case hex for address for stm32f469-disco-u-boot.dtsi by Patrice Chotard · 2 years, 10 months ago
  31. e447a18 ARM: dts: stm32: Use lower-case hex for address for stm32f7-u-boot.dtsi by Patrice Chotard · 2 years, 10 months ago
  32. 4aace3d ARM: dts: stm32: Use lower-case hex for address for stm32746-disco-u-boot.dtsi by Patrice Chotard · 2 years, 10 months ago
  33. f1a3eb5 ARM: dts: stm32: Use lower-case hex for address for stm32f769-disco-u-boot.dtsi by Patrice Chotard · 2 years, 10 months ago
  34. b9a0cc8 ARM: dts: stm32: Use lower-case hex for address for stm32mp15-u-boot.dtsi by Patrice Chotard · 2 years, 10 months ago
  35. 2402c93 Merge tag 'v2022.01-rc3' into next by Tom Rini · 2 years, 10 months ago
  36. ade3746 Prepare v2022.01-rc3 by Tom Rini · 2 years, 10 months ago
  37. 2f7c7ae board: iot2050: update build documentation for OP-TEE by Ivan Mikhaylov · 2 years, 10 months ago
  38. 270eeb6 qemu: common: Fix build with update capsule by Vincent Stehlé · 2 years, 10 months ago
  39. 7d3bebb fastboot: Add maintainers entry by Sean Anderson · 2 years, 10 months ago
  40. 4469d3b clk: Add myself as a maintainer for the clock subsystem by Sean Anderson · 2 years, 10 months ago
  41. c087b5a Merge tag 'dm-pull-28nov21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 10 months ago
  42. 452e8c9 test/py: Raise a ValueError if a command fails by Simon Glass · 2 years, 11 months ago
  43. 689d0a1 test/py: Relax the naming rules for unit tests by Simon Glass · 2 years, 11 months ago
  44. 0a92dee sandbox: Enable HEXDUMP for sandbox_flattree by Simon Glass · 2 years, 11 months ago
  45. 29fe555 dm: core: Add a way to count the devices in a uclass by Simon Glass · 2 years, 11 months ago
  46. 4b03017 dm: core: Allow finding children / uclasses by partial name by Simon Glass · 2 years, 11 months ago
  47. 075bfc9 dm: core: Add a way to obtain a string list by Simon Glass · 2 years, 11 months ago
  48. 32c6a8e dm: core: Fix up string-function documentation by Simon Glass · 2 years, 11 months ago
  49. 8044318 dm: core: Fix handling of uclass pre_unbind method by Simon Glass · 2 years, 11 months ago
  50. fb933d0 dm: core: Add tests for stringlist functions by Simon Glass · 2 years, 11 months ago
  51. 8ce465e common: Allow a smaller console-recording pre-reloc by Simon Glass · 2 years, 11 months ago
  52. b7c2cc4 disk: part_dos: Fix a NULL pointer error by Simon Glass · 2 years, 11 months ago
  53. 362a79f mbr: Correct verification check by Simon Glass · 2 years, 11 months ago
  54. ce34a66 mmc: Allow for children other than the block device by Simon Glass · 2 years, 11 months ago
  55. 0bf61ac sandbox: mmc: Support a backing file by Simon Glass · 2 years, 11 months ago
  56. a0ff280 sandbox: Support unmapping a file by Simon Glass · 2 years, 11 months ago
  57. 15156c9 test/py: Allow passing input to a program by Simon Glass · 2 years, 11 months ago
  58. c700f10 binman: Fix extract command for using non-absolute image paths by Jan Kiszka · 2 years, 10 months ago
  59. 1fb115e sf: doc: Add documentation for the 'sf' command by Simon Glass · 3 years ago
  60. 3512e15 sf: Tidy up code to avoid #ifdef by Simon Glass · 3 years ago
  61. ad4e010 sf: Use const for the stage name by Simon Glass · 3 years ago
  62. 6b03448 command: Use a constant pointer for the help by Simon Glass · 3 years ago
  63. 7acb322 env: Avoid using GNU features in awk by Simon Glass · 2 years, 10 months ago
  64. 693650b Merge tag 'efi-2022-01-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 10 months ago
  65. 2b5e710 test: fix pylint error in u_boot_console_exec_attach.py by Heinrich Schuchardt · 2 years, 10 months ago
  66. 6e6d37f test: fix pylint error in u_boot_console_sandbox.py by Heinrich Schuchardt · 2 years, 10 months ago
  67. 9aa1a14 test: fix pylint errors in u_boot_utils.py by Heinrich Schuchardt · 2 years, 10 months ago
  68. 67e9b64 test: fix pylint errors in u_boot_spawn.py by Heinrich Schuchardt · 2 years, 10 months ago
  69. 09e4098 test: fix pylint errors in multiplexed_log.py by Heinrich Schuchardt · 2 years, 10 months ago
  70. 9abd2ca efi_selftest: simplify endian conversion for FDT test by Heinrich Schuchardt · 2 years, 10 months ago
  71. 9d1564d efi_loader: segfault in efi_clear_os_indications() by Heinrich Schuchardt · 2 years, 10 months ago
  72. 1ae35c7 test: address some pylint warnings by Heinrich Schuchardt · 2 years, 10 months ago
  73. 7a001e0 sandbox: poweroff in efi_system_reset() by Heinrich Schuchardt · 2 years, 10 months ago
  74. cd9a26b efi_loader: efi_disk_register() should not fail by Heinrich Schuchardt · 2 years, 10 months ago
  75. 3f73e79 efi: Call bootm_disable_interrupts earlier in efi_exit_boot_services by Tom Rini · 2 years, 10 months ago
  76. 1943f2a Merge branch '2021-11-23-scmi-and-tee-updates' into next by Tom Rini · 2 years, 10 months ago
  77. 48108f3 firmware: scmi: Add OP-TEE transport by Etienne Carriere · 2 years, 11 months ago
  78. fcb41d4 dt-bindings: arm: scmi: OP-TEE as transport channel for SCMI messages by Etienne Carriere · 2 years, 11 months ago
  79. 1442e9f tee: optee: define TEE error code TEE_ERROR_SHORT_BUFFER by Etienne Carriere · 2 years, 11 months ago
  80. 7c1a9b2 tee: optee: remove unused duplicated login Id macros by Etienne Carriere · 2 years, 11 months ago
  81. 1662ed0 tee: define session login identifiers by Etienne Carriere · 2 years, 11 months ago
  82. 32190a9 firmware: scmi: smccc transport: simplify probe sequence by Etienne Carriere · 2 years, 11 months ago
  83. 3de5aef firmware: scmi: smccc transport: use plat data, not priv data by Etienne Carriere · 2 years, 11 months ago
  84. 88a304f firmware: scmi: mailbox transport: use plat data, not priv data by Etienne Carriere · 2 years, 11 months ago
  85. 7b49939 firmware: scmi: mailbox transport: fix probe failure implementation by Etienne Carriere · 2 years, 11 months ago
  86. 5ddbbd1 firmware: scmi: fix description of an API function by Etienne Carriere · 2 years, 11 months ago
  87. 7f6743d stm32mp15: deactivate CONFIG_SCMI_AGENT_MAILBOX by Patrick Delaunay · 2 years, 11 months ago
  88. 73ead2b firmware: scmi: add configs to select the supported agents by Patrick Delaunay · 2 years, 11 months ago
  89. d47c4fe power: regulator: scmi: define LOG_CATEGORY by Patrick Delaunay · 2 years, 11 months ago
  90. 31dc56f clk: scmi: define LOG_CATEGORY by Patrick Delaunay · 2 years, 11 months ago
  91. d963154 reset: scmi: define LOG_CATEGORY by Patrick Delaunay · 2 years, 11 months ago
  92. 5a24e12 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · 2 years, 10 months ago
  93. f11513d net: phy: realtek: Add tx/rx delay config for 8211e by Samuel Holland · 3 years ago
  94. 8b41ded drivers: net: add Aspeed MDIO driver by Dylan Hung · 2 years, 11 months ago
  95. 10aaefb net: tsec: Make redundant_init() static by Bin Meng · 2 years, 11 months ago
  96. 04c350c net: fec_mxc: Declare 'promisc' as bool by Bin Meng · 2 years, 11 months ago
  97. c7ae46ef net: dsa: Use true instead of 1 in the set_promisc() call by Bin Meng · 2 years, 11 months ago
  98. d5ba618 cmd: pxe_utils: Check fdtcontroladdr in label_boot by Peter Hoyes · 3 years ago
  99. d4a660a net: bootp: Correct VCI string transmission by Walter Stoll · 3 years ago
  100. 0997bb4 configs: ls1021a-tsn: enable the generation of random Ethernet MAC addresses by Vladimir Oltean · 3 years ago