1. 3206b77 arm: mach-k3: common: EFI loader map memory below ram top by Vitor Soares · 10 months ago
  2. 17a8209 am625x_evm_a53: Tweak boot command to set fdt by Martyn Welch · 10 months ago
  3. a26bef2 tools: binman: ti_board_cfg: improve error message by Michael Walle · 10 months ago
  4. fbfd2ba binman: ti-secure: Enable debug extension for combined boot by Manorit Chawdhry · 10 months ago
  5. 5ed9610 arm: mach-k3: am625: Fixup a53 cpu frequency by speed grade by Joao Paulo Goncalves · 10 months ago
  6. ba26524 arm: mach-k3: am62: Get a53 max cpu frequency by speed grade by Joao Paulo Goncalves · 10 months ago
  7. e8c828f configs: am6*_evm_a53_defconfig: Enable config to support mmc rescan by Judith Mendez · 10 months ago
  8. 01437e3 Merge patch series "boot: fdt: Change type of env_get_bootm_low() to phys_addr_t" by Tom Rini · 9 months ago
  9. c7afe41 boot: fdt: Move usable variable below updated comment by Marek Vasut · 10 months ago
  10. f5178dd boot: fdt: Drop lmb_alloc*() typecasts by Marek Vasut · 10 months ago
  11. ca8d4df boot: fdt: Clean up env_get_bootm_mapsize() by Marek Vasut · 10 months ago
  12. 5fb569b boot: fdt: Fix tmp type in env_get_bootm_size() and rename to low by Marek Vasut · 10 months ago
  13. 98e68ec boot: fdt: Clean up env_get_bootm_size() by Marek Vasut · 10 months ago
  14. a4df06e boot: fdt: Change type of env_get_bootm_low() to phys_addr_t by Marek Vasut · 10 months ago
  15. a691594 Merge patch series "Resolve issues with booting distros on x86" by Tom Rini · 9 months ago
  16. eedbfc0 x86: qemu: Enable truetype fonts by Simon Glass · 1 year ago
  17. 9c558dc x86: qemu: Expand ROM size by Simon Glass · 1 year ago
  18. 2343d89 x86: coreboot: Enable truetype fonts by Simon Glass · 1 year ago
  19. 5716be5 x86: Enable SSE in 64-bit mode by Simon Glass · 1 year ago
  20. a469c8e video: Drop unnecessary truetype operations from SPL by Simon Glass · 1 year ago
  21. 9e95e90 video: Correct setting of cursor position by Simon Glass · 1 year ago
  22. 3e47f29 x86: coreboot: Add a boot script by Simon Glass · 1 year ago
  23. 1630360 fastboot: Update help text with respect to CMDLINE by Tom Rini · 9 months ago
  24. 777c284 Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" by Tom Rini · 9 months ago
  25. cf70f75 x86: Drop message about features being missing with 64-bit by Simon Glass · 1 year, 1 month ago
  26. 207282d pxe: Allow booting without CMDLINE for the zboot method by Simon Glass · 1 year, 1 month ago
  27. 6d803ec pxe: Allow booting without CMDLINE for bootm methods by Simon Glass · 1 year, 1 month ago
  28. 8ed730f pxe: Move calculation of FDT file into a function by Simon Glass · 1 year, 1 month ago
  29. 03a4a6d pxe: Refactor to avoid over-using bootm_argv by Simon Glass · 1 year, 1 month ago
  30. 39ee4a1 pxe: Refactor to reduce the size of label_boot() by Simon Glass · 1 year, 1 month ago
  31. 92ee1f5 pxe: Use strlcpy() instead of strcpy() in label_boot() by Simon Glass · 1 year, 1 month ago
  32. c30e084 doc: Mention fastboot dependency on CMDLINE by Simon Glass · 1 year, 1 month ago
  33. b0c27bd fastboot: Remove dependencies on CMDLINE by Simon Glass · 1 year, 1 month ago
  34. 2673634 bootm: Make cmdline optional with bootm_boot_start() by Simon Glass · 1 year, 1 month ago
  35. 637425b fastboot: Change fastboot_buf_addr to an address by Simon Glass · 1 year, 1 month ago
  36. 6d47fd3 boot: Update SYS_BOOTM_LEN to depend on BOOTM by Simon Glass · 1 year, 1 month ago
  37. 6be5ec9 treewide: Make arch-specific bootm code depend on BOOTM by Simon Glass · 1 year, 1 month ago
  38. b34c828 bootm: Make OS booting dependent on BOOTM by Simon Glass · 1 year, 1 month ago
  39. 6e558e3 bootm: Add a Kconfig option for bootm functionality by Simon Glass · 1 year, 1 month ago
  40. 52b3c47 boot: Reorder FIT and BOOTSTD to be first by Simon Glass · 1 year, 1 month ago
  41. ab3453e Merge patch series "Complete decoupling of zboot logic from commands" by Tom Rini · 9 months ago
  42. 8d24535 x86: zboot: Tidy up the comment for zboot_run() by Simon Glass · 1 year, 1 month ago
  43. 39f7045 x86: zboot: Use zboot_start() in zboot_run() by Simon Glass · 1 year, 1 month ago
  44. 9ad5fdf x86: zboot: Separate logic functions from commands by Simon Glass · 1 year, 1 month ago
  45. d2c485a x86: zboot: Rename zboot_start() to zboot_run() by Simon Glass · 1 year, 1 month ago
  46. 02ed6c3 x86: zboot: Move argument processing outside zboot_start() by Simon Glass · 1 year, 1 month ago
  47. d531499 x86: zboot: Drop intermediate zboot_go() function by Simon Glass · 1 year, 1 month ago
  48. cb19931 x86: zboot: Drop intermediate zboot_setup() function by Simon Glass · 1 year, 1 month ago
  49. db0c6f4 x86: zboot: Move environment setting into zboot_load() by Simon Glass · 1 year, 1 month ago
  50. 42a99d0 x86: zboot: Create separate functions for the logic by Simon Glass · 1 year, 1 month ago
  51. 228c672 x86: zboot: Avoid iteration in do_zboot_states() by Simon Glass · 1 year, 1 month ago
  52. 80d4c98 x86: zboot: Create a separate ZBOOT option for zboot logic by Simon Glass · 1 year, 1 month ago
  53. bade0ac x86: zboot: Move command code into its own file by Simon Glass · 1 year, 1 month ago
  54. e4255f4 x86: zboot: Move zimage definitions to the header file by Simon Glass · 1 year, 1 month ago
  55. 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
  56. b782be4 trace: use dynamic string buffer in make_flamegraph() by Vincent Stehlé · 10 months ago
  57. f12001b net: dw_eth_qos: Add missing \n in error messages. by Heinrich Schuchardt · 10 months ago
  58. 0ceb1f4 lib: add missing line breaks in debug messages by Maxim Moskalets · 10 months ago
  59. 4ed2b1a fs: ext4: all file paths are absolute by Heinrich Schuchardt · 10 months ago
  60. d298656 net: nfs: fix file handle length in NFSv3 by Sébastien Szymanski · 10 months ago
  61. 6821d13 rtc: goldfish_rtc_probe should be static by Heinrich Schuchardt · 10 months ago
  62. 32bc256 tools: open FIT image read-only by Ahelenia Ziemiańska · 10 months ago
  63. 84a7887 fs: ext4: make "File System is consistent\n" a debug message by Heinrich Schuchardt · 10 months ago
  64. bcdd023 build: Revive and update LDR format support by Greg Malysa · 10 months ago
  65. e8ff287 scripts/Makefile.spl: Use 'sort' in SHRUNK_ARCH_DTB rule by Tom Rini · 10 months ago
  66. 278c644 fs: ext4: Change the Settings of file permissions by Jixiong Hu · 10 months ago
  67. ae8e1d5 cmd: sysboot: null check filename by Caleb Connolly · 10 months ago
  68. 4b36f01 arm64: Fix map_range() not splitting mapped blocks by Pierre-Clément Tosi · 10 months ago
  69. f03f962 xilinx: common: Fix MAC address read from EEPROM by Petr Zejdl · 10 months ago
  70. 3a6f440 configs: zynqmp_kria: Deactivate CONFIG_SPI_FLASH_BAR by Tejas Bhumkar · 9 months ago
  71. 2d357e4 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 9 months ago
  72. c1f78a4 doc: describe Milk-V Mars board by Heinrich Schuchardt · 10 months ago
  73. 3fe5a37 riscv: starfive: avoid including common.h by Heinrich Schuchardt · 10 months ago
  74. 92db23f board: starfive: support Milk-V Mars board by Heinrich Schuchardt · 10 months ago
  75. 0a8b83f riscv: set fdtfile on Milk-V Mars by Heinrich Schuchardt · 10 months ago
  76. 90e9dcd eeprom: starfive: function get_product_id_from_eeprom() by Heinrich Schuchardt · 10 months ago
  77. 0f6310c riscv: do not set default fdt for VisionFive 2 by Heinrich Schuchardt · 10 months ago
  78. 0ba23d3 riscv: starfive: MMC card detect by Heinrich Schuchardt · 10 months ago
  79. c532ddd riscv: Move virtio scan to board_late_init() by Łukasz Stelmach · 10 months ago
  80. f39b1b7 riscv: support extension probing using riscv, isa-extensions by Conor Dooley · 10 months ago
  81. b90edde riscv: don't read riscv, isa in the riscv cpu's get_desc() by Conor Dooley · 10 months ago
  82. 3a95532 configs: milkv_duo: Add SD card configs by Kongyang Liu · 10 months ago
  83. b0a09b2 riscv: dts: sophgo: Add clk node and sdhci node by Kongyang Liu · 10 months ago
  84. eb36f28 mmc: cv1800b: Add sdhci driver support for cv1800b SoC by Kongyang Liu · 10 months ago
  85. c21dfcb riscv: cache: Implement dcache for cv1800b by Kongyang Liu · 10 months ago
  86. ae800aa riscv: cpu: cv1800b: Add support for cv1800b SoC by Kongyang Liu · 10 months ago
  87. e4f6949 riscv: add backtrace support by Ben Dooks · 1 year, 4 months ago
  88. 069d073 Merge tag 'efi-2024-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 9 months ago
  89. 3f8d130 efi_loader: access __efi_runtime_rel_start/stop without & by Ilias Apalodimas · 10 months ago
  90. c162484 efi_loader: access __efi_runtime_start/stop without & by Ilias Apalodimas · 10 months ago
  91. 92f4cb6 boot: correct finding the default EFI binary by Heinrich Schuchardt · 10 months ago
  92. a0a7497 efi_loader: move HOST_ARCH to version_autogenerated.h by Heinrich Schuchardt · 10 months ago
  93. 8f31929 boot: enable booting via EFI boot manager by default by Heinrich Schuchardt · 10 months ago
  94. 08c51a7 boot: correct the default sequence of boot methods by Heinrich Schuchardt · 10 months ago
  95. 6b0f194 efi_loader: Don't delete variable from memory if adding a new one failed by Ilias Apalodimas · 10 months ago
  96. e0fa2cf efi_loader: handle EFI_VARIABLE_ENHANCED_AUTHENTICATED_ACCESS by Heinrich Schuchardt · 10 months ago
  97. 3b51c3a efi_loader: EFI_VARIABLE_READ_ONLY should be 32bit by Heinrich Schuchardt · 10 months ago
  98. 19327c1 efi_loader: all variable attributes are 32bit by Heinrich Schuchardt · 10 months ago
  99. 584a2ad efi_loader: fix append write behavior to non-existent variable by Masahisa Kojima · 10 months ago
  100. 73d533b doc: improve description of FAT partition name generation by Heinrich Schuchardt · 10 months ago