1. cd17948 Merge tag 'v2024.10-rc4' into next by Tom Rini · 3 months ago
  2. ebb1c20 list: use list_count_nodes() to count list entries by Sughosh Ganu · 3 months ago
  3. ad744ad Merge patch series "bootstd: Try again to resolve infinite-loop bug" by Tom Rini · 3 months ago
  4. 5aaa562 bootstd: Make bootdev_next_prio() continue after failure by Simon Glass · 3 months ago
  5. 15f128a Revert "bootdev: avoid infinite probe loop" by Simon Glass · 3 months ago
  6. 955415b boot: android: fix booting without a ramdisk by Michael Walle · 4 months ago
  7. 6076b74 Merge tag 'v2024.10-rc3' into next by Tom Rini · 3 months ago
  8. 9c8cf10 boot: set correct block device name in set_efi_bootdev() by Heinrich Schuchardt · 4 months ago
  9. 45aec8e upl: Plumb in universal payload to the init process by Simon Glass · 4 months ago
  10. 9b5bfba spl: Plumb in the Universal Payload handoff by Simon Glass · 4 months ago
  11. bc3ec00 upl: Add support for Universal Payload in SPL by Simon Glass · 4 months ago
  12. 3a028c2 upl: Add a command by Simon Glass · 4 months ago
  13. b9474a8 upl: Add support for writing a upl handoff by Simon Glass · 4 months ago
  14. 77459f4 upl: Add support for reading a upl handoff by Simon Glass · 4 months ago
  15. 5371184 usb: bootm: Drop old USB-device-removal code by Simon Glass · 4 months ago
  16. 1cd3ec9 boot: provide CONFIG_BOOTMETH_QFW Kconfig parameter by Heinrich Schuchardt · 4 months ago
  17. d78c9bd bootstash: Do not provide a default address for all by Tom Rini · 4 months ago
  18. 5b0d914 boot: Correct indentation in efi bootmeth by Simon Glass · 4 months ago
  19. d2d7fc8 bootstd: Correct handling of script from network by Simon Glass · 4 months ago
  20. e5cb018 bootstd: Tidy up comments on the boothmeth drivers by Simon Glass · 4 months ago
  21. f391101 doc: Add a description for bootmeth_sandbox by Simon Glass · 4 months ago
  22. 01bd6f6 doc: Add a description for bootmeth_qfw by Simon Glass · 4 months ago
  23. 1ae5418 Merge patch series "bootstd: Add Android support" by Tom Rini · 4 months ago
  24. b30baa9 bootstd: Add a bootmeth for Android by Mattijs Korpershoek · 5 months ago
  25. fc420be bootstd: Add bootflow_iter_check_mmc() helper by Mattijs Korpershoek · 5 months ago
  26. 2b5c70a boot: android: Provide vendor_bootimg_addr in boot_get_fdt() by Mattijs Korpershoek · 5 months ago
  27. f94b261 Merge patch series "Respin bootstd cros patch into a series of two" by Tom Rini · 4 months ago
  28. 9befbc8 bootstd: cros: store partition type in an efi_guid_t by Vincent Stehlé · 5 months ago
  29. 520d3a4 boot: Remove duplicate newlines by Marek Vasut · 5 months ago
  30. d54a7e7 Merge patch series "Add Turris 1.x board" by Tom Rini · 5 months ago
  31. 6763ff8 powerpc: Add support for CZ.NIC Turris 1.x routers by Pali Rohár · 6 months ago
  32. 6c368f4 Fix Kconfig coding style from spaces to tab by Anand Moon · 5 months ago
  33. e2b258c cmd: bootm: add ELF file support by Maxim Moskalets · 5 months ago
  34. 4fc1952 bootstd: cros: store partition type in an efi_guid_t by Vincent Stehlé · 5 months ago
  35. 6a53fb5 Merge tag 'efi-2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 5 months ago
  36. 1e665f9 tpm: allow the user to select the compiled algorithms by Ilias Apalodimas · 5 months ago
  37. ca61532 tpm: Move TCG headers into a separate file by Ilias Apalodimas · 5 months ago
  38. 4972f15 Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code" by Tom Rini · 5 months ago
  39. c75fab4 use fdt_kaslrseed function to de-duplicate code by Tim Harvey · 5 months ago
  40. f8f480b fdt: automatically add /chosen/kaslr-seed if DM_RNG is enabled by Tim Harvey · 5 months ago
  41. 00ae122 Add fdt_kaslrseed function to add kaslr-seed to chosen node by Tim Harvey · 5 months ago
  42. 9b2c78c pxe: Add debugging for booting by Simon Glass · 5 months ago
  43. ca51b77 Merge tag 'v2024.07-rc5' into next by Tom Rini · 5 months ago
  44. b72eb35 boot: links to FIT documentation in Kconfig by Heinrich Schuchardt · 5 months ago
  45. 21a6aec boot: bootflow_menu: fix crash for EFI BOOTMGR global bootmeth by Quentin Schulz · 6 months ago
  46. c0a7ae0 boot: fix typos in help text of Kconfig configs by Quentin Schulz · 6 months ago
  47. c90c195 tpm: measure DTB in PCR1 instead of PCR0 by Ilias Apalodimas · 6 months ago
  48. 626c1ff Merge tag 'efi-next-20240611' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 6 months ago
  49. 1a41ca4 efi_loader: move distro_efi_get_fdt_name() by Heinrich Schuchardt · 7 months ago
  50. 826e0be abootimg: Add init_boot image support by Roman Stratiienko · 6 months ago
  51. 227b4fa android: Fix ramdisk loading for bootimage v3+ by Roman Stratiienko · 6 months ago
  52. 0b5aa9b image: Set load_end on partial loads by Mattijs Korpershoek · 6 months ago
  53. 74c6632 image: remove redundant hash includes by Raymond Mao · 6 months ago
  54. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  55. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  56. c9d098f boot: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  57. 0d871e7 rng: Introduce SPL_DM_RNG by Marek Vasut · 7 months ago
  58. 3119989 boot: Move framebuffer reservation to separate helper by Devarsh Thakkar · 9 months ago
  59. 0fbb81b boot: fdt_simplefb: Enumerate framebuffer info from video handoff by Devarsh Thakkar · 9 months ago
  60. 08f3240 Kconfig: Remove all default n options by Michal Simek · 8 months ago
  61. de81574 boot: fdt: Turn all addresses and sizes into u64 by Marek Vasut · 8 months ago
  62. 793921e Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"" by Tom Rini · 7 months ago
  63. 94483d2 fdt: Fix fdt_pack_reg() on 64-bit platforms by Sam Protsenko · 8 months ago
  64. a52d207 Merge patch series "boot: fdt: Change type of env_get_bootm_low() to phys_addr_t" by Tom Rini · 8 months ago
  65. e9748b2 boot: fdt: Move usable variable below updated comment by Marek Vasut · 8 months ago
  66. e4530ca boot: fdt: Drop lmb_alloc*() typecasts by Marek Vasut · 8 months ago
  67. ddf73a8 boot: fdt: Clean up env_get_bootm_mapsize() by Marek Vasut · 8 months ago
  68. b140bbd boot: fdt: Fix tmp type in env_get_bootm_size() and rename to low by Marek Vasut · 8 months ago
  69. 1d02ed7 boot: fdt: Clean up env_get_bootm_size() by Marek Vasut · 8 months ago
  70. f816c42 boot: fdt: Change type of env_get_bootm_low() to phys_addr_t by Marek Vasut · 8 months ago
  71. 5725dde Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" by Tom Rini · 8 months ago
  72. f2d75d7 pxe: Allow booting without CMDLINE for the zboot method by Simon Glass · 12 months ago
  73. d6e1dcd pxe: Allow booting without CMDLINE for bootm methods by Simon Glass · 12 months ago
  74. f7eded2 pxe: Move calculation of FDT file into a function by Simon Glass · 12 months ago
  75. b5e0eb8 pxe: Refactor to avoid over-using bootm_argv by Simon Glass · 12 months ago
  76. 5df368c pxe: Refactor to reduce the size of label_boot() by Simon Glass · 12 months ago
  77. 7c19f91 pxe: Use strlcpy() instead of strcpy() in label_boot() by Simon Glass · 12 months ago
  78. 3edac60 boot: Update SYS_BOOTM_LEN to depend on BOOTM by Simon Glass · 12 months ago
  79. b4832e8 bootm: Make OS booting dependent on BOOTM by Simon Glass · 12 months ago
  80. 79b906c bootm: Add a Kconfig option for bootm functionality by Simon Glass · 12 months ago
  81. b63afe9 boot: Reorder FIT and BOOTSTD to be first by Simon Glass · 12 months ago
  82. 5de06a6 Merge patch series "Complete decoupling of zboot logic from commands" by Tom Rini · 8 months ago
  83. 365d17b x86: zboot: Rename zboot_start() to zboot_run() by Simon Glass · 12 months ago
  84. 4226d9d boot: correct finding the default EFI binary by Heinrich Schuchardt · 8 months ago
  85. 72bca1a boot: enable booting via EFI boot manager by default by Heinrich Schuchardt · 8 months ago
  86. dc1f006 boot: correct the default sequence of boot methods by Heinrich Schuchardt · 8 months ago
  87. d8217a1 Merge tag 'u-boot-dfu-20240402' of https://source.denx.de/u-boot/custodians/u-boot-dfu by Tom Rini · 8 months ago
  88. 61aa03c android_ab: Fix ANDROID_AB_BACKUP_OFFSET by Colin McAllister · 9 months ago
  89. c30febd android_ab: Add missing semicolon by Colin McAllister · 9 months ago
  90. c625b45 fdt: Fix bootm_low handling by Marek Vasut · 9 months ago
  91. cb0d3fb bootstd: support scanning a single partition by Nam Cao · 9 months ago
  92. 7048121 boot: Only define checksum algos when the hashes are enabled by Sean Anderson · 10 months ago
  93. d099e77 bootdev: drop unnecessary assert on bootflow->bdev by Thomas Weißschuh · 10 months ago
  94. 08b7849e boot: pxe_utils: skip fdt setup in case legacy kernel is booted by Svyatoslav Ryhel · 10 months ago
  95. 2259c29 boot: add support for button commands by Caleb Connolly · 11 months ago
  96. 19b5434 Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=y by Shantur Rathore · 11 months ago
  97. ed8f0a1 boot: superfluous assignment in bootflow_menu_new() by Heinrich Schuchardt · 11 months ago
  98. 20fc231 boot: remove dead code in bootflow_check() by Heinrich Schuchardt · 11 months ago
  99. 00d7c79 bootdev: avoid infinite probe loop by Caleb Connolly · 11 months ago
  100. e3e542d efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR by AKASHI Takahiro · 11 months ago