1. 97799bc Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · Fri Oct 11 12:23:25 2024 -0600
  2. 4cafa21 global: Rename SPL_TPL_ to PHASE_ by Simon Glass · Sun Sep 29 19:49:54 2024 -0600
  3. 86adc2e global: Rename SPL_ to XPL_ by Simon Glass · Sun Sep 29 19:49:53 2024 -0600
  4. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:50 2024 -0600
  5. d4dce4a xpl: Rename spl_phase() to xpl_phase() by Simon Glass · Sun Sep 29 19:49:36 2024 -0600
  6. af59425 boot: Drop unnecessary ifdef for LOAD_FIT by Simon Glass · Sun Sep 29 19:49:25 2024 -0600
  7. 646c816 boot: typo boormethod by Heinrich Schuchardt · Tue Oct 08 22:46:14 2024 +0200
  8. b3445e0 bootstd: Add debugging for efi bootmeth by Simon Glass · Thu Sep 26 23:59:37 2024 +0200
  9. 63630a7 Merge branch 'next' by Tom Rini · Mon Oct 07 09:06:49 2024 -0600
  10. 67545de Merge tag 'u-boot-dfu-next-20241003' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next by Tom Rini · Thu Oct 03 16:09:30 2024 -0600
  11. 9135997 boot: android: Fix ramdisk loading for v2 header by Mattijs Korpershoek · Thu Oct 03 14:42:39 2024 +0200
  12. a6aa17c bootm: adjust the print format by Dario Binacchi · Sun Aug 25 14:26:07 2024 +0200
  13. c818a71 bootstd: android: Add U-Boot version to cmdline by Mattijs Korpershoek · Thu Sep 12 16:00:01 2024 +0200
  14. 38f0459 Merge tag 'v2024.10-rc5' into next by Tom Rini · Mon Sep 16 14:48:13 2024 -0600
  15. 17aea46 Kconfig: clean up the efi configuration status by Ilias Apalodimas · Fri Aug 30 14:45:27 2024 +0300
  16. a16890e android_ab: Fixes: Fix backup offset calculation by Joshua Watt · Wed Aug 28 08:37:57 2024 -0600
  17. 390562d Merge patch series "Make LMB memory map global and persistent" by Tom Rini · Tue Sep 03 14:09:30 2024 -0600
  18. 0b39317 lmb: bootm: remove superfluous lmb stub functions by Sughosh Ganu · Mon Aug 26 17:29:27 2024 +0530
  19. ac42434 lmb: remove lmb_init_and_reserve_range() function by Sughosh Ganu · Mon Aug 26 17:29:26 2024 +0530
  20. 0d733f0 lmb: allow lmb module to be used in SPL by Sughosh Ganu · Mon Aug 26 17:29:22 2024 +0530
  21. 291bf9c lmb: make LMB memory map persistent and global by Sughosh Ganu · Mon Aug 26 17:29:18 2024 +0530
  22. cd17948 Merge tag 'v2024.10-rc4' into next by Tom Rini · Mon Sep 02 14:13:57 2024 -0600
  23. ebb1c20 list: use list_count_nodes() to count list entries by Sughosh Ganu · Wed Aug 28 22:24:22 2024 +0530
  24. ad744ad Merge patch series "bootstd: Try again to resolve infinite-loop bug" by Tom Rini · Tue Aug 27 10:09:11 2024 -0600
  25. 5aaa562 bootstd: Make bootdev_next_prio() continue after failure by Simon Glass · Thu Aug 15 14:30:22 2024 -0600
  26. 15f128a Revert "bootdev: avoid infinite probe loop" by Simon Glass · Thu Aug 15 14:30:21 2024 -0600
  27. 955415b boot: android: fix booting without a ramdisk by Michael Walle · Mon Jul 29 23:36:57 2024 +0200
  28. 6076b74 Merge tag 'v2024.10-rc3' into next by Tom Rini · Mon Aug 19 18:24:58 2024 -0600
  29. 9c8cf10 boot: set correct block device name in set_efi_bootdev() by Heinrich Schuchardt · Wed Aug 07 02:13:45 2024 +0200
  30. 45aec8e upl: Plumb in universal payload to the init process by Simon Glass · Wed Aug 07 16:47:34 2024 -0600
  31. 9b5bfba spl: Plumb in the Universal Payload handoff by Simon Glass · Wed Aug 07 16:47:33 2024 -0600
  32. bc3ec00 upl: Add support for Universal Payload in SPL by Simon Glass · Wed Aug 07 16:47:31 2024 -0600
  33. 3a028c2 upl: Add a command by Simon Glass · Wed Aug 07 16:47:30 2024 -0600
  34. b9474a8 upl: Add support for writing a upl handoff by Simon Glass · Wed Aug 07 16:47:28 2024 -0600
  35. 77459f4 upl: Add support for reading a upl handoff by Simon Glass · Wed Aug 07 16:47:27 2024 -0600
  36. 5371184 usb: bootm: Drop old USB-device-removal code by Simon Glass · Fri Jul 26 06:36:09 2024 -0600
  37. 1cd3ec9 boot: provide CONFIG_BOOTMETH_QFW Kconfig parameter by Heinrich Schuchardt · Tue Jul 16 10:35:34 2024 +0200
  38. d78c9bd bootstash: Do not provide a default address for all by Tom Rini · Mon Jul 15 12:42:00 2024 +0100
  39. 5b0d914 boot: Correct indentation in efi bootmeth by Simon Glass · Wed Jul 17 09:31:03 2024 +0100
  40. d2d7fc8 bootstd: Correct handling of script from network by Simon Glass · Wed Jul 17 09:31:00 2024 +0100
  41. e5cb018 bootstd: Tidy up comments on the boothmeth drivers by Simon Glass · Wed Jul 17 09:30:59 2024 +0100
  42. f391101 doc: Add a description for bootmeth_sandbox by Simon Glass · Wed Jul 17 09:30:58 2024 +0100
  43. 01bd6f6 doc: Add a description for bootmeth_qfw by Simon Glass · Wed Jul 17 09:30:56 2024 +0100
  44. 1ae5418 Merge patch series "bootstd: Add Android support" by Tom Rini · Thu Jul 18 13:52:11 2024 -0600
  45. b30baa9 bootstd: Add a bootmeth for Android by Mattijs Korpershoek · Wed Jul 10 10:40:05 2024 +0200
  46. fc420be bootstd: Add bootflow_iter_check_mmc() helper by Mattijs Korpershoek · Wed Jul 10 10:40:03 2024 +0200
  47. 2b5c70a boot: android: Provide vendor_bootimg_addr in boot_get_fdt() by Mattijs Korpershoek · Wed Jul 10 10:40:02 2024 +0200
  48. f94b261 Merge patch series "Respin bootstd cros patch into a series of two" by Tom Rini · Tue Jul 16 17:09:36 2024 -0600
  49. 9befbc8 bootstd: cros: store partition type in an efi_guid_t by Vincent Stehlé · Wed Jul 03 13:37:56 2024 +0200
  50. 520d3a4 boot: Remove duplicate newlines by Marek Vasut · Sat Jul 13 15:19:15 2024 +0200
  51. d54a7e7 Merge patch series "Add Turris 1.x board" by Tom Rini · Fri Jul 12 13:07:54 2024 -0600
  52. 6763ff8 powerpc: Add support for CZ.NIC Turris 1.x routers by Pali Rohár · Thu Jun 06 18:33:26 2024 +0200
  53. 6c368f4 Fix Kconfig coding style from spaces to tab by Anand Moon · Sun Jun 23 23:10:21 2024 +0530
  54. e2b258c cmd: bootm: add ELF file support by Maxim Moskalets · Fri Jun 21 14:42:10 2024 +0300
  55. 4fc1952 bootstd: cros: store partition type in an efi_guid_t by Vincent Stehlé · Thu Jun 27 19:06:29 2024 +0200
  56. 6a53fb5 Merge tag 'efi-2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Sun Jun 30 10:59:42 2024 -0600
  57. 1e665f9 tpm: allow the user to select the compiled algorithms by Ilias Apalodimas · Sun Jun 23 14:48:18 2024 +0300
  58. ca61532 tpm: Move TCG headers into a separate file by Ilias Apalodimas · Sun Jun 23 14:48:14 2024 +0300
  59. 4972f15 Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code" by Tom Rini · Fri Jun 28 17:31:28 2024 -0600
  60. c75fab4 use fdt_kaslrseed function to de-duplicate code by Tim Harvey · Tue Jun 18 14:06:08 2024 -0700
  61. f8f480b fdt: automatically add /chosen/kaslr-seed if DM_RNG is enabled by Tim Harvey · Tue Jun 18 14:06:07 2024 -0700
  62. 00ae122 Add fdt_kaslrseed function to add kaslr-seed to chosen node by Tim Harvey · Tue Jun 18 14:06:06 2024 -0700
  63. 9b2c78c pxe: Add debugging for booting by Simon Glass · Wed Jun 19 06:34:50 2024 -0600
  64. ca51b77 Merge tag 'v2024.07-rc5' into next by Tom Rini · Mon Jun 24 13:34:52 2024 -0600
  65. b72eb35 boot: links to FIT documentation in Kconfig by Heinrich Schuchardt · Tue Jun 18 08:23:17 2024 +0200
  66. 21a6aec boot: bootflow_menu: fix crash for EFI BOOTMGR global bootmeth by Quentin Schulz · Wed Jun 12 16:58:49 2024 +0200
  67. c0a7ae0 boot: fix typos in help text of Kconfig configs by Quentin Schulz · Wed Jun 12 16:58:47 2024 +0200
  68. c90c195 tpm: measure DTB in PCR1 instead of PCR0 by Ilias Apalodimas · Fri Jun 14 15:09:50 2024 +0300
  69. 626c1ff Merge tag 'efi-next-20240611' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Tue Jun 11 07:42:55 2024 -0600
  70. 1a41ca4 efi_loader: move distro_efi_get_fdt_name() by Heinrich Schuchardt · Fri Apr 26 16:13:18 2024 +0200
  71. 826e0be abootimg: Add init_boot image support by Roman Stratiienko · Thu May 23 07:06:07 2024 +0000
  72. 227b4fa android: Fix ramdisk loading for bootimage v3+ by Roman Stratiienko · Sun May 19 13:09:51 2024 +0000
  73. 0b5aa9b image: Set load_end on partial loads by Mattijs Korpershoek · Thu May 23 11:27:09 2024 +0200
  74. 74c6632 image: remove redundant hash includes by Raymond Mao · Thu May 16 14:11:49 2024 -0700
  75. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  76. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  77. c9d098f boot: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:11:02 2024 -0600
  78. 0d871e7 rng: Introduce SPL_DM_RNG by Marek Vasut · Fri Apr 26 01:02:07 2024 +0200
  79. 3119989 boot: Move framebuffer reservation to separate helper by Devarsh Thakkar · Thu Feb 22 18:38:10 2024 +0530
  80. 0fbb81b boot: fdt_simplefb: Enumerate framebuffer info from video handoff by Devarsh Thakkar · Thu Feb 22 18:38:08 2024 +0530
  81. 08f3240 Kconfig: Remove all default n options by Michal Simek · Mon Apr 15 10:20:05 2024 +0200
  82. de81574 boot: fdt: Turn all addresses and sizes into u64 by Marek Vasut · Sun Apr 14 20:37:20 2024 +0200
  83. 793921e Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"" by Tom Rini · Thu Apr 18 08:29:35 2024 -0600
  84. 94483d2 fdt: Fix fdt_pack_reg() on 64-bit platforms by Sam Protsenko · Fri Mar 29 19:55:53 2024 -0500
  85. a52d207 Merge patch series "boot: fdt: Change type of env_get_bootm_low() to phys_addr_t" by Tom Rini · Thu Apr 11 09:39:04 2024 -0600
  86. e9748b2 boot: fdt: Move usable variable below updated comment by Marek Vasut · Tue Mar 26 23:13:16 2024 +0100
  87. e4530ca boot: fdt: Drop lmb_alloc*() typecasts by Marek Vasut · Tue Mar 26 23:13:15 2024 +0100
  88. ddf73a8 boot: fdt: Clean up env_get_bootm_mapsize() by Marek Vasut · Tue Mar 26 23:13:14 2024 +0100
  89. b140bbd boot: fdt: Fix tmp type in env_get_bootm_size() and rename to low by Marek Vasut · Tue Mar 26 23:13:13 2024 +0100
  90. 1d02ed7 boot: fdt: Clean up env_get_bootm_size() by Marek Vasut · Tue Mar 26 23:13:12 2024 +0100
  91. f816c42 boot: fdt: Change type of env_get_bootm_low() to phys_addr_t by Marek Vasut · Tue Mar 26 23:13:11 2024 +0100
  92. 5725dde Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" by Tom Rini · Wed Apr 10 17:06:27 2024 -0600
  93. f2d75d7 pxe: Allow booting without CMDLINE for the zboot method by Simon Glass · Thu Dec 14 21:19:13 2023 -0700
  94. d6e1dcd pxe: Allow booting without CMDLINE for bootm methods by Simon Glass · Thu Dec 14 21:19:12 2023 -0700
  95. f7eded2 pxe: Move calculation of FDT file into a function by Simon Glass · Thu Dec 14 21:19:11 2023 -0700
  96. b5e0eb8 pxe: Refactor to avoid over-using bootm_argv by Simon Glass · Thu Dec 14 21:19:10 2023 -0700
  97. 5df368c pxe: Refactor to reduce the size of label_boot() by Simon Glass · Thu Dec 14 21:19:09 2023 -0700
  98. 7c19f91 pxe: Use strlcpy() instead of strcpy() in label_boot() by Simon Glass · Thu Dec 14 21:19:08 2023 -0700
  99. 3edac60 boot: Update SYS_BOOTM_LEN to depend on BOOTM by Simon Glass · Thu Dec 14 21:19:03 2023 -0700
  100. b4832e8 bootm: Make OS booting dependent on BOOTM by Simon Glass · Thu Dec 14 21:19:01 2023 -0700