1. ab4bd30 Kbuild: Always use $(PHASE_) by Tom Rini · Tue Apr 01 16:55:23 2025 -0600
  2. 8231d03 blkmap: pass information on ISO image to the OS by Sughosh Ganu · Mon Mar 17 14:04:02 2025 +0530
  3. 4bd6206 fdt: add support for adding pmem nodes by Masahisa Kojima · Mon Mar 17 14:03:57 2025 +0530
  4. 8b2f125 Merge patch series "pxe: Precursor series for supporting read_all() in extlinux / PXE" by Tom Rini · Tue Mar 18 13:12:51 2025 -0600
  5. 92beb243 boot: pxe: Refactor label_run_boot() to avoid cmdline by Simon Glass · Wed Mar 05 17:25:14 2025 -0700
  6. 60acbbc pxe_utils: Simplify default fdt in label_run_boot() by Simon Glass · Wed Mar 05 17:25:13 2025 -0700
  7. b3beb6f boot: pxe: Use bootm_...() functions where possible by Simon Glass · Wed Mar 05 17:25:12 2025 -0700
  8. e5dcf7d boot: Support compressed booti images in bootm by Simon Glass · Wed Mar 05 17:25:11 2025 -0700
  9. 7c39983 boot: Support booti format in bootm by Simon Glass · Wed Mar 05 17:25:10 2025 -0700
  10. 5047fcc boot: arm: riscv: sandbox: Add a format for the booti file by Simon Glass · Wed Mar 05 17:25:09 2025 -0700
  11. 2f93767 boot: Convert IMAGE_FORMAT into an enum by Simon Glass · Wed Mar 05 17:25:08 2025 -0700
  12. 1cdfab5 bootm: Allow building bootm.c without CONFIG_SYS_BOOTM_LEN by Simon Glass · Wed Mar 05 17:25:07 2025 -0700
  13. 08d0f4a boot: Pass just the FDT argument to label_process_fdt() by Simon Glass · Wed Mar 05 17:25:06 2025 -0700
  14. 09786df boot: Split pxe label_run_boot() into two parts by Simon Glass · Wed Mar 05 17:25:05 2025 -0700
  15. 827cd9c boot: Split pxe label_boot() into two parts by Simon Glass · Wed Mar 05 17:25:04 2025 -0700
  16. 1a47ebb boot: Use strlcpy() in label_boot() by Simon Glass · Wed Mar 05 17:25:03 2025 -0700
  17. 0951937 x86: Rename zboot_run() to zboot_run_args() by Simon Glass · Wed Mar 05 17:24:56 2025 -0700
  18. a8c9234 boot: Add support of the pre-load signature for host tools by Paul HENRYS · Mon Feb 24 22:20:52 2025 +0100
  19. 6cacddc image: Add support for starting TFA BL31 as fitImage loadables by Marek Vasut · Wed Jan 29 22:59:19 2025 +0100
  20. da658ae boot: android: handle boot images with missing DTB by Sam Day · Thu Jan 23 14:35:01 2025 +0000
  21. 8d1ce6b image: apply FDTOs on FDT image node without a load property by Quentin Schulz · Wed Jan 22 16:53:15 2025 +0100
  22. c221308 vbe: Add an implementation of VBE-ABrec by Simon Glass · Sun Jan 26 11:43:29 2025 -0700
  23. d431552 vbe: Allow VBE to disable adding loadables to the FDT by Simon Glass · Sun Jan 26 11:43:28 2025 -0700
  24. d1ed584 vbe: Tidy up a few comments by Simon Glass · Sun Jan 26 11:43:27 2025 -0700
  25. 74c58db vbe: Support selecting images based on phase in FIT by Simon Glass · Sun Jan 26 11:43:18 2025 -0700
  26. ff055b0 bootmeth_efi: Support PXE booting by Simon Glass · Thu Jan 23 15:07:24 2025 -0700
  27. fce5777 efi_loader: Pass in the required parameters from EFI bootmeth by Simon Glass · Thu Jan 23 15:07:23 2025 -0700
  28. 1bb662d bootstd: android: Allow boot with AVB failures when unlocked by Mattijs Korpershoek · Wed Jan 08 15:38:42 2025 +0100
  29. 2c22ec2 bootstd: android: Add missing NULL in the avb partition list by Mattijs Korpershoek · Wed Jan 08 15:38:41 2025 +0100
  30. 22354ba boot: android: Check kcmdline's for NULL in android_image_get_kernel() by Aaron Kling · Mon Jan 13 10:11:45 2025 +0100
  31. 5593f8b Merge patch series "upl: Prerequite patches for updated spec" by Tom Rini · Wed Jan 22 16:08:34 2025 -0600
  32. 833445d boot: Rename fit_image_get_data_and_size() by Simon Glass · Fri Jan 10 17:00:13 2025 -0700
  33. d3ca401 boot: Rename fit_image_get_data() by Simon Glass · Fri Jan 10 17:00:12 2025 -0700
  34. e40b0af Merge patch series "vbe: Series part F" by Tom Rini · Wed Jan 22 09:48:24 2025 -0600
  35. 0fcc6c4 vbe: Update simple-fw to support using the SPL loader by Simon Glass · Wed Jan 15 18:27:23 2025 -0700
  36. edd2236 vbe: Support loading SPL images by Simon Glass · Wed Jan 15 18:27:22 2025 -0700
  37. 7d243eb vbe: Support loading an FDT with the relocating loader by Simon Glass · Wed Jan 15 18:27:21 2025 -0700
  38. 14894b9 vbe: Support loading an FDT from the FIT by Simon Glass · Wed Jan 15 18:27:16 2025 -0700
  39. 51c9122 vbe: Allow loading loadables if there is no firmware by Simon Glass · Wed Jan 15 18:27:15 2025 -0700
  40. e36d01a vbe: Handle loading from an unaligned offset by Simon Glass · Wed Jan 15 18:27:14 2025 -0700
  41. 4588f95 vbe: Tidy up error checking with blk_read() by Simon Glass · Wed Jan 15 18:27:13 2025 -0700
  42. 3993bd4 vbe: Allow VBE to load FITs on any architecture by Simon Glass · Wed Jan 15 18:27:12 2025 -0700
  43. b6bb70d vbe: Allocate space for the FIT header by Simon Glass · Wed Jan 15 18:27:11 2025 -0700
  44. 988f16a vbe: Split out reading a FIT into the common file by Simon Glass · Wed Jan 15 18:27:10 2025 -0700
  45. 72424b8 vbe: Move reading the nvdata into the common file by Simon Glass · Wed Jan 15 18:27:09 2025 -0700
  46. 9846e5f vbe: Move reading the version into the common file by Simon Glass · Wed Jan 15 18:27:08 2025 -0700
  47. 15d320d vbe: Create a common function to get the block device by Simon Glass · Wed Jan 15 18:27:07 2025 -0700
  48. 2a70f08 vbe: Convert some checks to assertions by Simon Glass · Wed Jan 15 18:27:06 2025 -0700
  49. 1833c26 vbe: Pass simple_priv to internal functions by Simon Glass · Wed Jan 15 18:27:05 2025 -0700
  50. e06c254 vbe: Use a block device instead of descriptor by Simon Glass · Wed Jan 15 18:27:04 2025 -0700
  51. fdacd50 vbe: Start a common header file by Simon Glass · Wed Jan 15 18:27:03 2025 -0700
  52. ee848f3 vbe: Use blk_read() to read blocks by Simon Glass · Wed Jan 15 18:27:02 2025 -0700
  53. 0160b2c Merge patch series "bootstd: Support recording images" by Tom Rini · Wed Jan 15 17:34:26 2025 -0600
  54. c869478 bootstd: Export bootdev_get_from_blk() by Simon Glass · Fri Nov 15 16:19:24 2024 -0700
  55. c6a52e7 bootstd: Add a simple command to list images by Simon Glass · Fri Nov 15 16:19:23 2024 -0700
  56. 8c87012 bootstd: Update cros bootmeth to record images by Simon Glass · Fri Nov 15 16:19:22 2024 -0700
  57. 62632b2 Update bootmeth_alloc_other() to record images by Simon Glass · Fri Nov 15 16:19:21 2024 -0700
  58. 392eac4 boot: Update pxe bootmeth to record images by Simon Glass · Fri Nov 15 16:19:20 2024 -0700
  59. a686ba6 boot: Update extlinux pxe_getfile_func() to include type by Simon Glass · Fri Nov 15 16:19:19 2024 -0700
  60. 5864891 bootmeth_efi: Check the filename-allocation in the network path by Simon Glass · Fri Nov 15 16:19:18 2024 -0700
  61. f39b559 bootmeth: Update the read_file() method to include a type by Simon Glass · Fri Nov 15 16:19:17 2024 -0700
  62. 5f27d16 bootmeth_efi: Simplify reading files by using the common function by Simon Glass · Fri Nov 15 16:19:16 2024 -0700
  63. 07c8606 boot: pxe: Drop the duplicate comment on get_pxe_file() by Simon Glass · Fri Nov 15 16:19:15 2024 -0700
  64. 8db2a38 bootstd: Update bootmeth_alloc_file() to record images by Simon Glass · Fri Nov 15 16:19:14 2024 -0700
  65. c2a16c9 bootstd: Maintain a list of images by Simon Glass · Fri Nov 15 16:19:13 2024 -0700
  66. 199f588 bootstd: Move the bootflow list into an alist by Simon Glass · Fri Nov 15 16:19:12 2024 -0700
  67. 1d8f864 bootstd: Drop the bootdev-specific list of bootflows by Simon Glass · Fri Nov 15 16:19:11 2024 -0700
  68. 2bcd9ea bootstd: Add a function to get bootstd only if available by Simon Glass · Fri Nov 15 16:19:10 2024 -0700
  69. 346ab5d bootstd: Move bootflow-clearing to bootstd by Simon Glass · Fri Nov 15 16:19:09 2024 -0700
  70. c01d83f bootstd: Move bootflow-adding to bootstd by Simon Glass · Fri Nov 15 16:19:08 2024 -0700
  71. 7eb4f25 Merge patch series "fdt_support: improve board_fdt_chosen_bootargs() for flexibility" by Tom Rini · Tue Jan 14 15:43:07 2025 -0600
  72. b1f13d7 common: fdt: hand over original fdt bootargs into board chosen handler by Dmitry Rokosov · Fri Dec 20 00:42:10 2024 +0300
  73. c652d51 fdt_support: board_fdt_chosen_bootargs() should return const char* by Dmitry Rokosov · Fri Dec 20 00:42:09 2024 +0300
  74. d1e9a26 lmb: Remove lmb_alloc_base_flags() by Ilias Apalodimas · Wed Dec 18 09:02:36 2024 +0200
  75. f72c55e lmb: Remove lmb_reserve_flags() by Ilias Apalodimas · Wed Dec 18 09:02:32 2024 +0200
  76. d8462bf lmb: Move enum lmb_flags to a u32 by Ilias Apalodimas · Wed Dec 18 09:02:31 2024 +0200
  77. b6e13a9 Merge patch series "vbe: Series part E" by Tom Rini · Fri Dec 27 15:16:39 2024 -0600
  78. 8886052 boot: Imply CRC8 with VBE by Simon Glass · Thu Dec 19 11:29:06 2024 -0700
  79. 943cbf0 boot: Allow use of FIT in TPL and VPL by Simon Glass · Thu Dec 19 11:29:04 2024 -0700
  80. a7346d0 boot: Respect the load_op in fit_image_load() by Simon Glass · Thu Dec 19 11:28:53 2024 -0700
  81. a73f23c bootstd: Avoid sprintf() in SPL when creating bootdevs by Simon Glass · Thu Dec 19 11:28:52 2024 -0700
  82. c27f3e2 boot: Allow FIT to fall back from best-match option by Simon Glass · Thu Dec 19 11:28:51 2024 -0700
  83. f8ab6ba Merge tag 'v2025.01-rc5' into next by Tom Rini · Wed Dec 25 22:31:04 2024 -0600
  84. 5799ab1 boot: android: rework bootargs concatenation by Nicolas Belin · Tue Dec 17 14:29:10 2024 +0100
  85. 52d1c2e boot: android: free newbootargs when done by Nicolas Belin · Tue Dec 17 14:29:09 2024 +0100
  86. b7ea2a5 boot: android: fix extra command line support by Nicolas Belin · Tue Dec 17 14:29:08 2024 +0100
  87. 4055823 boot: Use correct PHASE_ variable for expo by Simon Glass · Sat Dec 07 07:52:27 2024 -0700
  88. 7082a0d Revert "Merge patch series "vbe: Series part E"" by Tom Rini · Thu Dec 12 21:07:26 2024 -0600
  89. 58af8a4 Merge patch series "vbe: Series part E" by Tom Rini · Thu Dec 12 16:35:47 2024 -0600
  90. eff4b7d boot: Imply CRC8 with VBE by Simon Glass · Sat Dec 07 10:24:11 2024 -0700
  91. df49cd0 boot: Allow use of FIT in TPL and VPL by Simon Glass · Sat Dec 07 10:24:09 2024 -0700
  92. 2d06901 boot: Respect the load_op in fit_image_load() by Simon Glass · Sat Dec 07 10:23:58 2024 -0700
  93. 2b52915 bootstd: Avoid sprintf() in SPL when creating bootdevs by Simon Glass · Sat Dec 07 10:23:57 2024 -0700
  94. 76cc349 boot: Allow FIT to fall back from best-match option by Simon Glass · Sat Dec 07 10:23:56 2024 -0700
  95. c4b6871 boot: fdt: Handle already reserved memory in boot_fdt_reserve_region() by Sam Protsenko · Tue Dec 10 20:17:02 2024 -0600
  96. ca73590 Makefile: Drop SPL_FIT_GENERATOR support by Marek Vasut · Fri Nov 01 10:18:00 2024 +0100
  97. e798a28 arm64: zynqmp: Remove mkimage fit script by Michal Simek · Fri Nov 01 10:17:59 2024 +0100
  98. b238dee bootstd: android: don't read whole partition sizes by Julien Masson · Thu Nov 21 11:59:55 2024 +0100
  99. df9e641 bootstd: android: add non-A/B image support by Guillaume La Roque · Tue Nov 26 09:06:10 2024 +0100
  100. 4b50111 bootstd: android: add support of bootimage v2 by Guillaume La Roque · Tue Nov 26 09:06:09 2024 +0100