1. 47e544f Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · 3 months ago
  2. 5c10c8b global: Rename SPL_TPL_ to PHASE_ by Simon Glass · 4 months ago
  3. c46760d global: Rename SPL_ to XPL_ by Simon Glass · 4 months ago
  4. bef9fdb arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 4 months ago
  5. 69616ce efi: arm: x86: riscv: Drop crt0/relocal extra- rules by Simon Glass · 4 months ago
  6. 6fe8087 efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE by Simon Glass · 4 months ago
  7. 19dbc09 Merge tag 'v2024.10-rc5' into next by Tom Rini · 4 months ago
  8. a1ad11c ram: ast2700: Add DRAM controller initialization by Chia-Wei Wang · 4 months ago
  9. 73f802a board: ibex_ast2700: Add FMC header support by Chia-Wei Wang · 4 months ago
  10. 9efcb10 riscv: Add AST2700 SoC initial platform support by Chia-Wei Wang · 4 months ago
  11. 717002f riscv: u-boot-spl.lds: Remove _image_binary_end alignment by Chia-Wei Wang · 4 months ago
  12. 248292f riscv: Make stack size shift configurable by Chia-Wei Wang · 4 months ago
  13. 9c0ed72 riscv: Make A ISA extension selectable by Chia-Wei Wang · 4 months ago
  14. aa4a03f riscv: dts: sophgo: Replace device clocks with real clocks. by Kongyang Liu · 7 months ago
  15. 4a36d21 riscv: show registers in crash dumps by default by Heinrich Schuchardt · 5 months ago
  16. 73e73f0 riscv: allow to enable SHOW_REGS in main U-Boot only by Heinrich Schuchardt · 5 months ago
  17. aeff27c riscv: CONFIG_SPL_FRAMEPOINTER must depend on CONFIG_SPL by Heinrich Schuchardt · 5 months ago
  18. bbbb2ef riscv: define find_{first,next}_zero_bit in asm/bitops.h by Maxim Kochetkov · 6 months ago
  19. 6534d26 lmb: do away with arch_lmb_reserve() by Sughosh Ganu · 5 months ago
  20. ed17a33 lmb: make LMB memory map persistent and global by Sughosh Ganu · 5 months ago
  21. dd3cd9e Revert "riscv: dts: jh7110: Enable PLL node in SPL" by Leo Yu-Chi Liang · 6 months ago
  22. 3675630 riscv: semihosting: correct alignment by Heinrich Schuchardt · 7 months ago
  23. 66b5ee9 riscv: add RISC-V fields to bdinfo command by Heinrich Schuchardt · 7 months ago
  24. 227be29 Merge tag 'v2024.07-rc4' into next by Tom Rini · 8 months ago
  25. 1d29c71 andes: Use UCCTLCOMMAND instead of MCCTLCOMMAND by Leo Yu-Chi Liang · 8 months ago
  26. cea0ed2 riscv: remove cache enablement in start.S by Leo Yu-Chi Liang · 8 months ago
  27. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 8 months ago
  28. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 8 months ago
  29. 2b8dc36 andes: Unify naming policy for Andes related source by Leo Yu-Chi Liang · 8 months ago
  30. 409259e riscv: simplify backtrace report by Heinrich Schuchardt · 8 months ago
  31. 156c99f board: starfive: function to read eMMC size by Heinrich Schuchardt · 8 months ago
  32. 6a71858 global: Make <asm/global_data.h> include <asm/u-boot.h> by Tom Rini · 9 months ago
  33. 19b762c board: starfive: Rename spl_soc_init() to spl_dram_init() by Lukas Funke · 9 months ago
  34. d6c81b8 board: sifive: Rename spl_soc_init() to spl_dram_init() by Lukas Funke · 9 months ago
  35. df0bfaa riscv: dts: sophgo: Add spi nor flash controller node by Kongyang Liu · 9 months ago
  36. 5a4e062 riscv: dts: sophgo: Add ethernet node by Kongyang Liu · 9 months ago
  37. c57c187 cmd: sbi: add Supervisor Software Events extension by Heinrich Schuchardt · 9 months ago
  38. fd55792 riscv: andesv5: Set default cache line size to 64-bytes by Yu Chien Peter Lin · 9 months ago
  39. cdd20e3 Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"" by Tom Rini · 9 months ago
  40. 777c284 Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" by Tom Rini · 9 months ago
  41. 6be5ec9 treewide: Make arch-specific bootm code depend on BOOTM by Simon Glass · 1 year, 1 month ago
  42. 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
  43. 90e9dcd eeprom: starfive: function get_product_id_from_eeprom() by Heinrich Schuchardt · 10 months ago
  44. 0ba23d3 riscv: starfive: MMC card detect by Heinrich Schuchardt · 10 months ago
  45. c532ddd riscv: Move virtio scan to board_late_init() by Łukasz Stelmach · 10 months ago
  46. f39b1b7 riscv: support extension probing using riscv, isa-extensions by Conor Dooley · 10 months ago
  47. b90edde riscv: don't read riscv, isa in the riscv cpu's get_desc() by Conor Dooley · 10 months ago
  48. b0a09b2 riscv: dts: sophgo: Add clk node and sdhci node by Kongyang Liu · 10 months ago
  49. c21dfcb riscv: cache: Implement dcache for cv1800b by Kongyang Liu · 10 months ago
  50. ae800aa riscv: cpu: cv1800b: Add support for cv1800b SoC by Kongyang Liu · 10 months ago
  51. e4f6949 riscv: add backtrace support by Ben Dooks · 1 year, 5 months ago
  52. f048104 Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/custodians/u-boot-socfpga into next by Tom Rini · 10 months ago
  53. 24c4ac8 Kconfig: move CONFIG_32/64BIT to arch/Kconfig by Dan Carpenter · 11 months ago
  54. e6b7aee riscv: dts: jh7110: Enable PLL node in SPL by Bo Gan · 11 months ago
  55. 0d95add riscv: cpu: improve multi-letter extension detection in supports_extension() by Conor Dooley · 11 months ago
  56. e1d7ff2 riscv: dts: jh7110: fix indentation by Leon M. Busch-George · 11 months ago
  57. 7480282 riscv: sifive: fu740: reduce DDR speed from 1866MT/s to 1600MT/s by Thomas Perrot · 11 months ago
  58. 451b2ea riscv: mbv: Enable SPL and binman by Michal Simek · 11 months ago
  59. c9f368b efi_loader: set IMAGE_DLLCHARACTERISTICS_NX_COMPAT by Heinrich Schuchardt · 11 months ago
  60. 6882255 riscv: dts: starfive: add regulator device by Nam Cao · 12 months ago
  61. 92802e1 riscv: dts: jh7110: add power management unit controller node by Nam Cao · 12 months ago
  62. 0dc6ee6 riscv: sophgo: milkv_duo: initial support added by Kongyang Liu · 12 months ago
  63. f03d2ab riscv: dts: sophgo: add basic device tree for Milk-V Duo board by Kongyang Liu · 12 months ago
  64. ee9f9d6 riscv: Support building with Clang by kleines Filmröllchen · 12 months ago
  65. 6b0520c cmd: sbi: add support for Debug Trigger Extension by Heinrich Schuchardt · 1 year ago
  66. 282159f board: sifive: spl: Initialized the PWM setting in the SPL stage by Vincent Chen · 1 year ago
  67. 3e911b7 riscv: separate .data and .text sections of EFI binaries by Heinrich Schuchardt · 12 months ago
  68. a5c3c1b riscv: page align EFI binary section by Heinrich Schuchardt · 12 months ago
  69. 396daa7 riscv: conflicting SPDX license linker scripts by Heinrich Schuchardt · 12 months ago
  70. b7d029b riscv: add ACPI fields to global data by Heinrich Schuchardt · 1 year, 1 month ago
  71. 61d5c54 andes: cpu: Enable cache and TLB ECC support by Leo Yu-Chi Liang · 1 year, 1 month ago
  72. bf12bb9 andes: cpu: Enable memboost feature by Leo Yu-Chi Liang · 1 year, 1 month ago
  73. b046904 andes: ae350: Implement cache switch via Kconfig by Leo Yu-Chi Liang · 1 year, 1 month ago
  74. c36eb2f andes: csr.h: Clean up CSR definition by Leo Yu-Chi Liang · 1 year, 1 month ago
  75. 670db88 riscv: Extend board compatible string with "qemu,mbv" by Michal Simek · 1 year, 1 month ago
  76. 40c76df riscv: cache: support cache enable in SPL stage by Zong Li · 1 year, 1 month ago
  77. 7c4647b Merge patch series "Complete decoupling of bootm logic from commands" by Tom Rini · 1 year, 1 month ago
  78. a48336e bootm: Adjust arguments of boot_os_fn by Simon Glass · 1 year, 1 month ago
  79. c35bfd0 riscv: Add a reset_cpu() function by Simon Glass · 1 year, 1 month ago
  80. 071cf27 global: Rework architecture global_data.h to include <linux/types.h> by Tom Rini · 1 year, 1 month ago
  81. a6f8613 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 1 year, 1 month ago
  82. 1373ffd Merge tag 'v2024.01-rc5' into next by Tom Rini · 1 year, 1 month ago
  83. 7576ab2 riscv: Add support for AMD/Xilinx MicroBlaze V by Michal Simek · 1 year, 2 months ago
  84. 202a5c6 riscv: dts: jh7110: Add a gpio-restart node by Jaehoon Chung · 1 year, 3 months ago
  85. 866dcd8 riscv: binman: fix the load field format by Randolph · 1 year, 2 months ago
  86. d1b24a6 riscv: andes: Fix enable register settings of PLICSW by Yu Chien Peter Lin · 1 year, 2 months ago
  87. a31622c riscv: dts: jh7110: Add watchdog device tree node by Chanho Park · 1 year, 2 months ago
  88. 55baed4 riscv: io.h: Fix signatures of reads/writes functions by Igor Prusov · 1 year, 2 months ago
  89. 7c107ef riscv: io.h: Add defines for reads/writes functions by Igor Prusov · 1 year, 2 months ago
  90. 30b0f58 riscv: dts: jh7110: Add rng device tree node by Chanho Park · 1 year, 3 months ago
  91. 83b443d riscv: import read/write_relaxed functions by Chanho Park · 1 year, 3 months ago
  92. 9757cae riscv: allow resume after exception by Heinrich Schuchardt · 1 year, 3 months ago
  93. 37c2faf riscv: cpu: jh7110: Add gpio helper macros by Chanho Park · 1 year, 3 months ago
  94. bade208 riscv: Weakly define invalidate_icache_range() by Samuel Holland · 1 year, 3 months ago
  95. 3b00fab riscv: Align the trap handler to 64 bytes by Samuel Holland · 1 year, 3 months ago
  96. a6a77e4 riscv: Sort target configs alphabetically by Samuel Holland · 1 year, 3 months ago
  97. 18370f1 Kconfig: Remove all default n/no options by Michal Simek · 1 year, 3 months ago
  98. 0b9441a riscv: Remove common.h usage by Tom Rini · 1 year, 3 months ago
  99. a14c250 sunxi: dts: arm: add T113s/D1 DT files from Linux-v6.6-rc6 by Andre Przywara · 1 year, 3 months ago
  100. bc5a504 riscv: Add Zbb support for building U-Boot by Yu Chien Peter Lin · 1 year, 5 months ago