1. 946bc3b mux: autoprobe if "idle-states" present in device tree by Roger Quadros · 9 months ago
  2. 28760ce Merge tag 'clk-2024.04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 9 months ago
  3. a8dc496 clk: clk-gpio: add actual gated clock by Svyatoslav Ryhel · 9 months ago
  4. 0bfbb83 clk: Document clk_ops return codes and behavior by Sean Anderson · 10 months ago
  5. c9309f4 treewide: Remove clk_free by Sean Anderson · 10 months ago
  6. 82719d3 clk: Remove rfree by Sean Anderson · 10 months ago
  7. b500447 clk: fix clk_get_rate() always return ulong by Julien Masson · 10 months ago
  8. 2da1331 clk: meson: add Hardware Clock measure driver by Neil Armstrong · 10 months ago
  9. 6faba41 Prepare v2024.04-rc1 by Tom Rini · 9 months ago
  10. d5c0c99 Merge tag 'efi-2024-04-rc1-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 9 months ago
  11. 341e8a6 tools: buildman: fix non-existing SafeConfigParser in Python 3.12+ by Quentin Schulz · 9 months ago
  12. 24adbee video: console: Fix buffer overflow in cmd 'font list' by Janne Grunau · 9 months ago
  13. 3883c9a video: Support VIDEO_X2R10G10B10 in truetype console by Janne Grunau · 9 months ago
  14. 04add62e env: sf: report malloc error to caller by Ralph Siemsen · 9 months ago
  15. ca6d60d video: tidss: Use DT property names for parsing nodes by Devarsh Thakkar · 9 months ago
  16. 54245af common: splash_source: Don't compile ubifs splash cmd for SPL build by Devarsh Thakkar · 9 months ago
  17. 073f4f1 Merge patch series "Move framebuffer reservation for SPL to RAM end" by Tom Rini · 9 months ago
  18. aaeb330 doc: spl: Add info regarding memory reservation by Devarsh Thakkar · 11 months ago
  19. b557e9f doc: spl: Add info for missing Kconfigs by Devarsh Thakkar · 11 months ago
  20. b30414f video: Fill video handoff in video post probe by Devarsh Thakkar · 11 months ago
  21. eefe23c video: Skip framebuffer reservation if already reserved by Devarsh Thakkar · 11 months ago
  22. 4ef9c77 common/board_f: Catch bloblist before starting reservations by Devarsh Thakkar · 11 months ago
  23. 945053f board: ti: am62x: evm: Remove video_setup from spl_board_init by Devarsh Thakkar · 11 months ago
  24. ba20b24 arm: mach-k3: common: Reserve video memory from end of the RAM by Devarsh Thakkar · 11 months ago
  25. 1d3c266 spl: Enforce framebuffer reservation from end of RAM by Devarsh Thakkar · 11 months ago
  26. 7af9064 board/sunxi/MAINTAINERS: Add new defconfigs by Tom Rini · 9 months ago
  27. 8986be5 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 9 months ago
  28. 41a737b Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 9 months ago
  29. ce54325 Merge branch '2024-01-29-pytest-enhancements' by Tom Rini · 9 months ago
  30. e24e540 test/py: scsi: Add test for scsi commands by Love Kumar · 9 months ago
  31. 1c5b6ed test/py: usb: Add tests for USB device by Love Kumar · 9 months ago
  32. 6c509ca test/py: mmc: Add tests for MMC device by Love Kumar · 9 months ago
  33. a0d9432 test/py: secure: Add secure tests for Zynq & ZynqMP by Love Kumar · 9 months ago
  34. d07f9e6 test/py: gpio: Add gpio pins generic test by Love Kumar · 9 months ago
  35. e894c10 test/py: zynqmp_rpu: Add test for loading RPU apps by Love Kumar · 9 months ago
  36. 274e9ac pytest: update requirements.txt by Caleb Connolly · 10 months ago
  37. 539612e sunxi: Consider SPL size limitations for FIT loading by Samuel Holland · 12 months ago
  38. 4a8592e sunxi: binman: Support FIT generation for 32-bit SoCs by Samuel Holland · 12 months ago
  39. 53c0ad5 sunxi: binman: Move BL31 and SCP firmware addresses to Kconfig by Samuel Holland · 12 months ago
  40. d72494a sunxi: spl: Disable padding from SPL_PAD_TO by Samuel Holland · 12 months ago
  41. 57b6eb9 sunxi: add defconfig for nanopi_duo2 by Chuanhong Guo · 10 months ago
  42. 2bfab76 net: sun8i-emac: Add support for fixed-link phy by Maksim Kiselev · 9 months ago
  43. 1cca101 sunxi: add Transpeed 8K618-T board support by Nick Alilovic · 9 months ago
  44. 60bb9aa sunxi: dts: update devicetree files from Linux-v6.8-rc1 by Andre Przywara · 9 months ago
  45. 16dd109 mtd: spi-nor-ids: Add Infineon(Cypress) s28hs02gt ID by Takahiro Kuwano · 10 months ago
  46. e70ac28 mtd: spi-nor-core: Rework spi_nor_cypress_octal_dtr_enable() by Takahiro Kuwano · 10 months ago
  47. d386fa8 mtd: spi-nor-core: Consolidate post_bfpt_fixup() for Infineon(Cypress) S25 and S28 by Takahiro Kuwano · 10 months ago
  48. 33934e1 mtd: spi-nor-core: Consolidate setup() hook for Infineon(Cypress) S25 and S28 by Takahiro Kuwano · 10 months ago
  49. c4de92d mtd: spi-nor-core: Rework s25_mdp_ready() to support Octal DTR mode by Takahiro Kuwano · 10 months ago
  50. 9901312 mtd: spi-nor-core: Use CLPEF(0x82) as alternative to CLSR(0x30) for S25 and S28 by Takahiro Kuwano · 10 months ago
  51. 9768d7c mtd: spi-nor-core: Rework spansion_read_any_reg() to support Octal DTR mode by Takahiro Kuwano · 10 months ago
  52. a3a5cc7 mtd: spi-nor-core: Consolidate non-uniform erase helpers for S25 and S28 by Takahiro Kuwano · 10 months ago
  53. 7a67bc5 mtd: spi-nor-core: Clean up macros for Infineon(Cypress) S25 and S28 by Takahiro Kuwano · 10 months ago
  54. f07ca79 mtd: spi: spi-nor-ids: Add more XM25Q series chips by Ssunk · 9 months ago
  55. b4b0228 spi: cadence_qspi: Address the comparison failure for 0-8 bytes of data by Tejas Bhumkar · 9 months ago
  56. 18e61f2 mtd: spi-nor-ids: Add is25lx512 chip by Tejas Bhumkar · 10 months ago
  57. 26bb23b spi: dw: add check for Rx FIFO overflow by Maksim Kiselev · 10 months ago
  58. 21489b4 efi_loader: check efi_get_variable_int return value by Masahisa Kojima · 9 months ago
  59. 796469c efi_loader: replace find_smbios_table by library function by Heinrich Schuchardt · 9 months ago
  60. 102ab67 cmd: in do_efi_capsule_esrt use efi_get_configuration_table by Heinrich Schuchardt · 9 months ago
  61. fa07721 efi_loader: export efi_get_configuration_table by Heinrich Schuchardt · 9 months ago
  62. 3a99d05 doc: uefi: remove ".py" suffix for pytest.py command by Wei Ming Chen · 9 months ago
  63. 3e911b7 riscv: separate .data and .text sections of EFI binaries by Heinrich Schuchardt · 9 months ago
  64. a5c3c1b riscv: page align EFI binary section by Heinrich Schuchardt · 9 months ago
  65. 396daa7 riscv: conflicting SPDX license linker scripts by Heinrich Schuchardt · 9 months ago
  66. 59a2866 efi_selftest: add missing line feed in efi_selftest_miniapp_exit by Heinrich Schuchardt · 9 months ago
  67. ea773cf doc: dm: Fix typo by Alexander Dahl · 9 months ago
  68. 5375fb1 sunxi: simplify U-Boot proper only builds by Andre Przywara · 10 months ago
  69. d785a06 sunxi: remove common.h inclusion by Andre Przywara · 10 months ago
  70. 5862eb8 sunxi: sun9i: remove unneeded base addresses from header by Andre Przywara · 10 months ago
  71. 2f2cb03 sunxi: sun4i: remove unneeded base addresses from header by Andre Przywara · 10 months ago
  72. 4c5f03e sunxi: sun50i-h6: remove unneeded base addresses from header by Andre Przywara · 10 months ago
  73. 1ebb9ef sunxi: cleanup sunxi-common.h by Andre Przywara · 10 months ago
  74. 526a865 Merge branch 'master-cleanup' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 9 months ago
  75. 8a725c6 ARM: renesas: whitehawk: Drop extra leading space by Marek Vasut · 9 months ago
  76. e123379 ARM: renesas: Drop include common.h by Marek Vasut · 9 months ago
  77. b90862d pinctrl: renesas: Drop include common.h by Marek Vasut · 9 months ago
  78. 402786c clk: renesas: Drop include common.h by Marek Vasut · 9 months ago
  79. fb5fe1b Merge tag 'smbios-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 9 months ago
  80. 91cc06b lib: support SMBIOS3 table in uuid_guid_get_str() by Heinrich Schuchardt · 9 months ago
  81. b92d0f7 smbios: use struct_table_length to get SMBIOS 2.1 total table length by Masahisa Kojima · 9 months ago
  82. 2497f6a efi_loader: migrate SMBIOS 3.0 entry point structure for measurement by Masahisa Kojima · 9 months ago
  83. d4f721b configs: enable smbios command on qemu_arm64_defconfig by Heinrich Schuchardt · 9 months ago
  84. c5380d7 configs: enable smbios command on sandbox by Heinrich Schuchardt · 9 months ago
  85. b07d98a test: unit test for smbios command by Heinrich Schuchardt · 9 months ago
  86. a7e81ff doc: man-page for smbios command by Heinrich Schuchardt · 9 months ago
  87. 9de4ec8 cmd: provide command to display SMBIOS information by Heinrich Schuchardt · 9 months ago
  88. a5866c3 smbios: type2: contained object handles by Heinrich Schuchardt · 9 months ago
  89. e7f9e5e Merge branch '2024-01-24-assorted-fixes-and-updates' by Tom Rini · 9 months ago
  90. 53c3e38 reset: reset-hisilicon: also handle #reset-cells = <2> by Yang Xiwen · 9 months ago
  91. aeba385 test: enhance unicode_test_utf8_to_utf32_stream() by Heinrich Schuchardt · 9 months ago
  92. 3150da3 lib: add comment in utf8_to_utf32_stream() by Heinrich Schuchardt · 9 months ago
  93. 3d878b8 docker: Add tools/buildman/requirements.txt to the cache by Tom Rini · 9 months ago
  94. 9152a51 common: console: Fix print complete stdio device list by Patrice Chotard · 9 months ago
  95. 983d6e5 cmd: bootmenu: rename U-Boot console to Exit by Svyatoslav Ryhel · 9 months ago
  96. d209958 board: verdin-am62: set cpu core voltage depending on speed grade by Max Krummenacher · 9 months ago
  97. 00812e2 arm: mach-k3: am62: provide more soc feature info accessors by Max Krummenacher · 9 months ago
  98. 9c68b04 arm: mach-k3: am62: move device identification accessor functions to header by Max Krummenacher · 9 months ago
  99. a1f466a board: verdin-am62: improve comment on usb phy core voltage by Max Krummenacher · 9 months ago
  100. e2e6929 headers: don't depend on errno.h being available by Max Krummenacher · 9 months ago