1. ab3453e Merge patch series "Complete decoupling of zboot logic from commands" by Tom Rini · 9 months ago
  2. 8d24535 x86: zboot: Tidy up the comment for zboot_run() by Simon Glass · 1 year, 1 month ago
  3. 39f7045 x86: zboot: Use zboot_start() in zboot_run() by Simon Glass · 1 year, 1 month ago
  4. 9ad5fdf x86: zboot: Separate logic functions from commands by Simon Glass · 1 year, 1 month ago
  5. d2c485a x86: zboot: Rename zboot_start() to zboot_run() by Simon Glass · 1 year, 1 month ago
  6. 02ed6c3 x86: zboot: Move argument processing outside zboot_start() by Simon Glass · 1 year, 1 month ago
  7. d531499 x86: zboot: Drop intermediate zboot_go() function by Simon Glass · 1 year, 1 month ago
  8. cb19931 x86: zboot: Drop intermediate zboot_setup() function by Simon Glass · 1 year, 1 month ago
  9. db0c6f4 x86: zboot: Move environment setting into zboot_load() by Simon Glass · 1 year, 1 month ago
  10. 42a99d0 x86: zboot: Create separate functions for the logic by Simon Glass · 1 year, 1 month ago
  11. 228c672 x86: zboot: Avoid iteration in do_zboot_states() by Simon Glass · 1 year, 1 month ago
  12. 80d4c98 x86: zboot: Create a separate ZBOOT option for zboot logic by Simon Glass · 1 year, 1 month ago
  13. bade0ac x86: zboot: Move command code into its own file by Simon Glass · 1 year, 1 month ago
  14. e4255f4 x86: zboot: Move zimage definitions to the header file by Simon Glass · 1 year, 1 month ago
  15. 8431433 Merge tag 'xilinx-for-v2024.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 9 months ago
  16. b782be4 trace: use dynamic string buffer in make_flamegraph() by Vincent Stehlé · 10 months ago
  17. f12001b net: dw_eth_qos: Add missing \n in error messages. by Heinrich Schuchardt · 10 months ago
  18. 0ceb1f4 lib: add missing line breaks in debug messages by Maxim Moskalets · 10 months ago
  19. 4ed2b1a fs: ext4: all file paths are absolute by Heinrich Schuchardt · 10 months ago
  20. d298656 net: nfs: fix file handle length in NFSv3 by Sébastien Szymanski · 10 months ago
  21. 6821d13 rtc: goldfish_rtc_probe should be static by Heinrich Schuchardt · 10 months ago
  22. 32bc256 tools: open FIT image read-only by Ahelenia Ziemiańska · 10 months ago
  23. 84a7887 fs: ext4: make "File System is consistent\n" a debug message by Heinrich Schuchardt · 10 months ago
  24. bcdd023 build: Revive and update LDR format support by Greg Malysa · 10 months ago
  25. e8ff287 scripts/Makefile.spl: Use 'sort' in SHRUNK_ARCH_DTB rule by Tom Rini · 10 months ago
  26. 278c644 fs: ext4: Change the Settings of file permissions by Jixiong Hu · 10 months ago
  27. ae8e1d5 cmd: sysboot: null check filename by Caleb Connolly · 10 months ago
  28. 4b36f01 arm64: Fix map_range() not splitting mapped blocks by Pierre-Clément Tosi · 10 months ago
  29. f03f962 xilinx: common: Fix MAC address read from EEPROM by Petr Zejdl · 10 months ago
  30. 3a6f440 configs: zynqmp_kria: Deactivate CONFIG_SPI_FLASH_BAR by Tejas Bhumkar · 9 months ago
  31. 2d357e4 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 9 months ago
  32. c1f78a4 doc: describe Milk-V Mars board by Heinrich Schuchardt · 10 months ago
  33. 3fe5a37 riscv: starfive: avoid including common.h by Heinrich Schuchardt · 10 months ago
  34. 92db23f board: starfive: support Milk-V Mars board by Heinrich Schuchardt · 10 months ago
  35. 0a8b83f riscv: set fdtfile on Milk-V Mars by Heinrich Schuchardt · 10 months ago
  36. 90e9dcd eeprom: starfive: function get_product_id_from_eeprom() by Heinrich Schuchardt · 10 months ago
  37. 0f6310c riscv: do not set default fdt for VisionFive 2 by Heinrich Schuchardt · 10 months ago
  38. 0ba23d3 riscv: starfive: MMC card detect by Heinrich Schuchardt · 10 months ago
  39. c532ddd riscv: Move virtio scan to board_late_init() by Łukasz Stelmach · 10 months ago
  40. f39b1b7 riscv: support extension probing using riscv, isa-extensions by Conor Dooley · 10 months ago
  41. b90edde riscv: don't read riscv, isa in the riscv cpu's get_desc() by Conor Dooley · 10 months ago
  42. 3a95532 configs: milkv_duo: Add SD card configs by Kongyang Liu · 10 months ago
  43. b0a09b2 riscv: dts: sophgo: Add clk node and sdhci node by Kongyang Liu · 10 months ago
  44. eb36f28 mmc: cv1800b: Add sdhci driver support for cv1800b SoC by Kongyang Liu · 10 months ago
  45. c21dfcb riscv: cache: Implement dcache for cv1800b by Kongyang Liu · 10 months ago
  46. ae800aa riscv: cpu: cv1800b: Add support for cv1800b SoC by Kongyang Liu · 10 months ago
  47. e4f6949 riscv: add backtrace support by Ben Dooks · 1 year, 4 months ago
  48. 069d073 Merge tag 'efi-2024-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 9 months ago
  49. 3f8d130 efi_loader: access __efi_runtime_rel_start/stop without & by Ilias Apalodimas · 10 months ago
  50. c162484 efi_loader: access __efi_runtime_start/stop without & by Ilias Apalodimas · 10 months ago
  51. 92f4cb6 boot: correct finding the default EFI binary by Heinrich Schuchardt · 10 months ago
  52. a0a7497 efi_loader: move HOST_ARCH to version_autogenerated.h by Heinrich Schuchardt · 10 months ago
  53. 8f31929 boot: enable booting via EFI boot manager by default by Heinrich Schuchardt · 10 months ago
  54. 08c51a7 boot: correct the default sequence of boot methods by Heinrich Schuchardt · 10 months ago
  55. 6b0f194 efi_loader: Don't delete variable from memory if adding a new one failed by Ilias Apalodimas · 10 months ago
  56. e0fa2cf efi_loader: handle EFI_VARIABLE_ENHANCED_AUTHENTICATED_ACCESS by Heinrich Schuchardt · 10 months ago
  57. 3b51c3a efi_loader: EFI_VARIABLE_READ_ONLY should be 32bit by Heinrich Schuchardt · 10 months ago
  58. 19327c1 efi_loader: all variable attributes are 32bit by Heinrich Schuchardt · 10 months ago
  59. 584a2ad efi_loader: fix append write behavior to non-existent variable by Masahisa Kojima · 10 months ago
  60. 73d533b doc: improve description of FAT partition name generation by Heinrich Schuchardt · 10 months ago
  61. d417260 doc: missing :: in doc/usage/cmd/itest.rst by Heinrich Schuchardt · 10 months ago
  62. 4bae3c4 capsule: Makefile: add the generated files to CLEAN_FILES list by Sughosh Ganu · 10 months ago
  63. cdf1e45 capsule: add the generated capsules to gitignore by Sughosh Ganu · 10 months ago
  64. d350b79 sandbox: capsule: binman: generate some capsules as part of build by Sughosh Ganu · 10 months ago
  65. 4dd9701 sandbox: capsule: remove capsule related configs by Sughosh Ganu · 10 months ago
  66. 9cba29b Merge tag 'u-boot-imx-master-20240405' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 9 months ago
  67. eff6209 Merge tag 'qcom-next-2024Apr04' of https://source.denx.de/u-boot/custodians/u-boot-snapdragon by Tom Rini · 9 months ago
  68. 0465f8d Merge tag 'u-boot-amlogic-20240404' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 9 months ago
  69. da43749 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 9 months ago
  70. b4b98ad Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 9 months ago
  71. f6be41c arm: imx: fix signature_block_hdr struct fields order by Javier Viguera · 10 months ago
  72. 23fe2de verdin-imx8mm/verdin-imx8mp: move imx verdins to OF_UPSTREAM by Marcel Ziswiler · 10 months ago
  73. ffb0a93 arm: imx9: Call imx9_probe_mu for DM post in board_r by Ye Li · 10 months ago
  74. 2513bf3 arm: imx9: Correct imx9_probe_mu prototype by Ye Li · 10 months ago
  75. 6970f4a mx6cuboxi: Fix Ethernet after DT sync with Linux by Josua Mayer · 10 months ago
  76. 3952365 mx6cuboxi: Do not print devicetree model by Fabio Estevam · 10 months ago
  77. 786af90 ARM: imx: stm32: Test whether ethernet node is enabled before reading MAC EEPROM on DHSOM by Marek Vasut · 10 months ago
  78. 26ff863 configs: imx8mp_beacon: Enable PCIe NVMe drives by Adam Ford · 10 months ago
  79. a64feb9 arm64: imx: imx8mn-beacon: Migrate to OF_UPSTREAM by Adam Ford · 10 months ago
  80. f558512 arm64: imx: imx8mm-beacon: Migrate to OF_UPSTREAM by Adam Ford · 10 months ago
  81. a8671bd arm64: imx: imx8mp-beacon: Migrate to OF_UPSTREAM by Adam Ford · 10 months ago
  82. 114df8b dts: meson: Drop redundant G12A, G12B & SM1 devicetree files by Neil Armstrong · 10 months ago
  83. 834e7c8 dts: meson-g12a: Switch to using upstream DT by Neil Armstrong · 10 months ago
  84. 0364f25 dts: meson: Drop redundant GXL, GXM & AXG devicetree files by Neil Armstrong · 10 months ago
  85. 4bb4961 dts: meson: Switch GXL, GXM & AXG to using upstream DT by Neil Armstrong · 10 months ago
  86. 0fb2552 configs: meson64: remove amlogic prefix in fdtfile when CONFIG_OF_UPSTREAM is selected by Neil Armstrong · 10 months ago
  87. 0ce779d board: amlogic: jethubj100: update docs by Viacheslav Bocharov · 11 months ago
  88. c687b2c board: amlogic: jethubj100: update MAINTAINERS by Viacheslav Bocharov · 11 months ago
  89. 8c63d43 board: amlogic: jethubj100: fix common config header by Viacheslav Bocharov · 11 months ago
  90. b251114 qcom_defconfig: enable USB by Caleb Connolly · 10 months ago
  91. 1534186 qcom_defconfig: enable livetree by Caleb Connolly · 10 months ago
  92. 9a556a0 dts: sdm845-db845c: add u-boot fixups by Caleb Connolly · 10 months ago
  93. 1751d3c mach-snapdragon: call regulators_enable_boot_on() by Caleb Connolly · 10 months ago
  94. b2f2c7b5 mach-snapdragon: fixup power-domains by Caleb Connolly · 10 months ago
  95. 06db7f9 mach-snapdragon: fixup USB nodes by Caleb Connolly · 10 months ago
  96. 320a3ec serial: msm-geni: support livetree by Caleb Connolly · 10 months ago
  97. 4527991 gpio: msm_gpio: add .set_flags op by Caleb Connolly · 10 months ago
  98. 491a981 clk/qcom: sdm845: add USB clocks by Caleb Connolly · 10 months ago
  99. f2c3708 clk/qcom: sdm845: add gdscs by Caleb Connolly · 10 months ago
  100. d33d4e0 clk/qcom: use offsets for RCG registers by Caleb Connolly · 10 months ago