1. 9b6d415 test: remove unused import from pkg_resources by Heinrich Schuchardt · 7 months ago
  2. 16b80c9 fdt: Fix fdt_pack_reg() on 64-bit platforms by Sam Protsenko · 7 months ago
  3. d2e4b2f cli: always show cursor by Heinrich Schuchardt · 7 months ago
  4. ac0cd52 part: Check all partitions in part_get_info_by_name() by Sam Protsenko · 7 months ago
  5. 55a7d60 image-host: Fix error value paths and emit error messages to stderr. by Hugo Cornelis · 7 months ago
  6. 7b2d32a sandbox: improve description of CONFIG_SANDBOX_CRASH_RESET by Heinrich Schuchardt · 8 months ago
  7. 04fc470 sandbox: move sandbox specifics to booti_setup() by Heinrich Schuchardt · 9 months ago
  8. 233c31d sandbox: missing return value checks in eth-raw-os by Heinrich Schuchardt · 10 months ago
  9. d5e6401 board: phycore-am62x: Extend for better environment handling by Wadim Egorov · 7 months ago
  10. 2f9095e arm: mach-k3: am625: Provide a way to obtain boot device for non SPLs by Wadim Egorov · 7 months ago
  11. d1cba4a arm: mach-k3: am625: copy bootindex to OCRAM for main domain SPL by Wadim Egorov · 7 months ago
  12. 128f812 arm: dts: k3: binman: am625: add support for signing TIFSSTUB Images by Kamlesh Gurudasani · 7 months ago
  13. 4a0067c arm: mach-k3: add support for detecting TIFSSTUB images by Kamlesh Gurudasani · 7 months ago
  14. c07bba7 verdin-am62: move verdin am62 to OF_UPSTREAM by Marcel Ziswiler · 7 months ago
  15. 3757be5 arm: dts: k3: Remove unneeded ti, sci-sysreset binding and nodes by Andrew Davis · 7 months ago
  16. fc5d402 firmware: ti_sci: Bind sysreset driver when enabled by Andrew Davis · 7 months ago
  17. 0b06527 net: ti: am65-cpsw: Fix buffer overflow by Michael Walle · 7 months ago
  18. 3206b77 arm: mach-k3: common: EFI loader map memory below ram top by Vitor Soares · 7 months ago
  19. 17a8209 am625x_evm_a53: Tweak boot command to set fdt by Martyn Welch · 7 months ago
  20. a26bef2 tools: binman: ti_board_cfg: improve error message by Michael Walle · 7 months ago
  21. fbfd2ba binman: ti-secure: Enable debug extension for combined boot by Manorit Chawdhry · 7 months ago
  22. 5ed9610 arm: mach-k3: am625: Fixup a53 cpu frequency by speed grade by Joao Paulo Goncalves · 7 months ago
  23. ba26524 arm: mach-k3: am62: Get a53 max cpu frequency by speed grade by Joao Paulo Goncalves · 7 months ago
  24. e8c828f configs: am6*_evm_a53_defconfig: Enable config to support mmc rescan by Judith Mendez · 7 months ago
  25. 01437e3 Merge patch series "boot: fdt: Change type of env_get_bootm_low() to phys_addr_t" by Tom Rini · 6 months ago
  26. c7afe41 boot: fdt: Move usable variable below updated comment by Marek Vasut · 7 months ago
  27. f5178dd boot: fdt: Drop lmb_alloc*() typecasts by Marek Vasut · 7 months ago
  28. ca8d4df boot: fdt: Clean up env_get_bootm_mapsize() by Marek Vasut · 7 months ago
  29. 5fb569b boot: fdt: Fix tmp type in env_get_bootm_size() and rename to low by Marek Vasut · 7 months ago
  30. 98e68ec boot: fdt: Clean up env_get_bootm_size() by Marek Vasut · 7 months ago
  31. a4df06e boot: fdt: Change type of env_get_bootm_low() to phys_addr_t by Marek Vasut · 7 months ago
  32. a691594 Merge patch series "Resolve issues with booting distros on x86" by Tom Rini · 6 months ago
  33. eedbfc0 x86: qemu: Enable truetype fonts by Simon Glass · 10 months ago
  34. 9c558dc x86: qemu: Expand ROM size by Simon Glass · 10 months ago
  35. 2343d89 x86: coreboot: Enable truetype fonts by Simon Glass · 10 months ago
  36. 5716be5 x86: Enable SSE in 64-bit mode by Simon Glass · 10 months ago
  37. a469c8e video: Drop unnecessary truetype operations from SPL by Simon Glass · 10 months ago
  38. 9e95e90 video: Correct setting of cursor position by Simon Glass · 10 months ago
  39. 3e47f29 x86: coreboot: Add a boot script by Simon Glass · 10 months ago
  40. 1630360 fastboot: Update help text with respect to CMDLINE by Tom Rini · 6 months ago
  41. 777c284 Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" by Tom Rini · 6 months ago
  42. cf70f75 x86: Drop message about features being missing with 64-bit by Simon Glass · 10 months ago
  43. 207282d pxe: Allow booting without CMDLINE for the zboot method by Simon Glass · 10 months ago
  44. 6d803ec pxe: Allow booting without CMDLINE for bootm methods by Simon Glass · 10 months ago
  45. 8ed730f pxe: Move calculation of FDT file into a function by Simon Glass · 10 months ago
  46. 03a4a6d pxe: Refactor to avoid over-using bootm_argv by Simon Glass · 10 months ago
  47. 39ee4a1 pxe: Refactor to reduce the size of label_boot() by Simon Glass · 10 months ago
  48. 92ee1f5 pxe: Use strlcpy() instead of strcpy() in label_boot() by Simon Glass · 10 months ago
  49. c30e084 doc: Mention fastboot dependency on CMDLINE by Simon Glass · 10 months ago
  50. b0c27bd fastboot: Remove dependencies on CMDLINE by Simon Glass · 10 months ago
  51. 2673634 bootm: Make cmdline optional with bootm_boot_start() by Simon Glass · 10 months ago
  52. 637425b fastboot: Change fastboot_buf_addr to an address by Simon Glass · 10 months ago
  53. 6d47fd3 boot: Update SYS_BOOTM_LEN to depend on BOOTM by Simon Glass · 10 months ago
  54. 6be5ec9 treewide: Make arch-specific bootm code depend on BOOTM by Simon Glass · 10 months ago
  55. b34c828 bootm: Make OS booting dependent on BOOTM by Simon Glass · 10 months ago
  56. 6e558e3 bootm: Add a Kconfig option for bootm functionality by Simon Glass · 10 months ago
  57. 52b3c47 boot: Reorder FIT and BOOTSTD to be first by Simon Glass · 10 months ago
  58. ab3453e Merge patch series "Complete decoupling of zboot logic from commands" by Tom Rini · 6 months ago
  59. 8d24535 x86: zboot: Tidy up the comment for zboot_run() by Simon Glass · 11 months ago
  60. 39f7045 x86: zboot: Use zboot_start() in zboot_run() by Simon Glass · 11 months ago
  61. 9ad5fdf x86: zboot: Separate logic functions from commands by Simon Glass · 11 months ago
  62. d2c485a x86: zboot: Rename zboot_start() to zboot_run() by Simon Glass · 11 months ago
  63. 02ed6c3 x86: zboot: Move argument processing outside zboot_start() by Simon Glass · 11 months ago
  64. d531499 x86: zboot: Drop intermediate zboot_go() function by Simon Glass · 11 months ago
  65. cb19931 x86: zboot: Drop intermediate zboot_setup() function by Simon Glass · 11 months ago
  66. db0c6f4 x86: zboot: Move environment setting into zboot_load() by Simon Glass · 11 months ago
  67. 42a99d0 x86: zboot: Create separate functions for the logic by Simon Glass · 11 months ago
  68. 228c672 x86: zboot: Avoid iteration in do_zboot_states() by Simon Glass · 11 months ago
  69. 80d4c98 x86: zboot: Create a separate ZBOOT option for zboot logic by Simon Glass · 11 months ago
  70. bade0ac x86: zboot: Move command code into its own file by Simon Glass · 11 months ago
  71. e4255f4 x86: zboot: Move zimage definitions to the header file by Simon Glass · 11 months ago
  72. 8431433 Merge tag 'xilinx-for-v2024.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 6 months ago
  73. b782be4 trace: use dynamic string buffer in make_flamegraph() by Vincent Stehlé · 7 months ago
  74. f12001b net: dw_eth_qos: Add missing \n in error messages. by Heinrich Schuchardt · 7 months ago
  75. 0ceb1f4 lib: add missing line breaks in debug messages by Maxim Moskalets · 7 months ago
  76. 4ed2b1a fs: ext4: all file paths are absolute by Heinrich Schuchardt · 7 months ago
  77. d298656 net: nfs: fix file handle length in NFSv3 by Sébastien Szymanski · 7 months ago
  78. 6821d13 rtc: goldfish_rtc_probe should be static by Heinrich Schuchardt · 7 months ago
  79. 32bc256 tools: open FIT image read-only by Ahelenia Ziemiańska · 7 months ago
  80. 84a7887 fs: ext4: make "File System is consistent\n" a debug message by Heinrich Schuchardt · 7 months ago
  81. bcdd023 build: Revive and update LDR format support by Greg Malysa · 7 months ago
  82. e8ff287 scripts/Makefile.spl: Use 'sort' in SHRUNK_ARCH_DTB rule by Tom Rini · 7 months ago
  83. 278c644 fs: ext4: Change the Settings of file permissions by Jixiong Hu · 7 months ago
  84. ae8e1d5 cmd: sysboot: null check filename by Caleb Connolly · 7 months ago
  85. 4b36f01 arm64: Fix map_range() not splitting mapped blocks by Pierre-Clément Tosi · 7 months ago
  86. f03f962 xilinx: common: Fix MAC address read from EEPROM by Petr Zejdl · 7 months ago
  87. 3a6f440 configs: zynqmp_kria: Deactivate CONFIG_SPI_FLASH_BAR by Tejas Bhumkar · 6 months ago
  88. 2d357e4 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 6 months ago
  89. c1f78a4 doc: describe Milk-V Mars board by Heinrich Schuchardt · 7 months ago
  90. 3fe5a37 riscv: starfive: avoid including common.h by Heinrich Schuchardt · 7 months ago
  91. 92db23f board: starfive: support Milk-V Mars board by Heinrich Schuchardt · 7 months ago
  92. 0a8b83f riscv: set fdtfile on Milk-V Mars by Heinrich Schuchardt · 7 months ago
  93. 90e9dcd eeprom: starfive: function get_product_id_from_eeprom() by Heinrich Schuchardt · 7 months ago
  94. 0f6310c riscv: do not set default fdt for VisionFive 2 by Heinrich Schuchardt · 7 months ago
  95. 0ba23d3 riscv: starfive: MMC card detect by Heinrich Schuchardt · 7 months ago
  96. c532ddd riscv: Move virtio scan to board_late_init() by Łukasz Stelmach · 7 months ago
  97. f39b1b7 riscv: support extension probing using riscv, isa-extensions by Conor Dooley · 7 months ago
  98. b90edde riscv: don't read riscv, isa in the riscv cpu's get_desc() by Conor Dooley · 7 months ago
  99. 3a95532 configs: milkv_duo: Add SD card configs by Kongyang Liu · 7 months ago
  100. b0a09b2 riscv: dts: sophgo: Add clk node and sdhci node by Kongyang Liu · 7 months ago