1. 6cacddc image: Add support for starting TFA BL31 as fitImage loadables by Marek Vasut · Wed Jan 29 22:59:19 2025 +0100
  2. da658ae boot: android: handle boot images with missing DTB by Sam Day · Thu Jan 23 14:35:01 2025 +0000
  3. 8d1ce6b image: apply FDTOs on FDT image node without a load property by Quentin Schulz · Wed Jan 22 16:53:15 2025 +0100
  4. c221308 vbe: Add an implementation of VBE-ABrec by Simon Glass · Sun Jan 26 11:43:29 2025 -0700
  5. d431552 vbe: Allow VBE to disable adding loadables to the FDT by Simon Glass · Sun Jan 26 11:43:28 2025 -0700
  6. d1ed584 vbe: Tidy up a few comments by Simon Glass · Sun Jan 26 11:43:27 2025 -0700
  7. 74c58db vbe: Support selecting images based on phase in FIT by Simon Glass · Sun Jan 26 11:43:18 2025 -0700
  8. ff055b0 bootmeth_efi: Support PXE booting by Simon Glass · Thu Jan 23 15:07:24 2025 -0700
  9. fce5777 efi_loader: Pass in the required parameters from EFI bootmeth by Simon Glass · Thu Jan 23 15:07:23 2025 -0700
  10. 1bb662d bootstd: android: Allow boot with AVB failures when unlocked by Mattijs Korpershoek · Wed Jan 08 15:38:42 2025 +0100
  11. 2c22ec2 bootstd: android: Add missing NULL in the avb partition list by Mattijs Korpershoek · Wed Jan 08 15:38:41 2025 +0100
  12. 22354ba boot: android: Check kcmdline's for NULL in android_image_get_kernel() by Aaron Kling · Mon Jan 13 10:11:45 2025 +0100
  13. 5593f8b Merge patch series "upl: Prerequite patches for updated spec" by Tom Rini · Wed Jan 22 16:08:34 2025 -0600
  14. 833445d boot: Rename fit_image_get_data_and_size() by Simon Glass · Fri Jan 10 17:00:13 2025 -0700
  15. d3ca401 boot: Rename fit_image_get_data() by Simon Glass · Fri Jan 10 17:00:12 2025 -0700
  16. e40b0af Merge patch series "vbe: Series part F" by Tom Rini · Wed Jan 22 09:48:24 2025 -0600
  17. 0fcc6c4 vbe: Update simple-fw to support using the SPL loader by Simon Glass · Wed Jan 15 18:27:23 2025 -0700
  18. edd2236 vbe: Support loading SPL images by Simon Glass · Wed Jan 15 18:27:22 2025 -0700
  19. 7d243eb vbe: Support loading an FDT with the relocating loader by Simon Glass · Wed Jan 15 18:27:21 2025 -0700
  20. 14894b9 vbe: Support loading an FDT from the FIT by Simon Glass · Wed Jan 15 18:27:16 2025 -0700
  21. 51c9122 vbe: Allow loading loadables if there is no firmware by Simon Glass · Wed Jan 15 18:27:15 2025 -0700
  22. e36d01a vbe: Handle loading from an unaligned offset by Simon Glass · Wed Jan 15 18:27:14 2025 -0700
  23. 4588f95 vbe: Tidy up error checking with blk_read() by Simon Glass · Wed Jan 15 18:27:13 2025 -0700
  24. 3993bd4 vbe: Allow VBE to load FITs on any architecture by Simon Glass · Wed Jan 15 18:27:12 2025 -0700
  25. b6bb70d vbe: Allocate space for the FIT header by Simon Glass · Wed Jan 15 18:27:11 2025 -0700
  26. 988f16a vbe: Split out reading a FIT into the common file by Simon Glass · Wed Jan 15 18:27:10 2025 -0700
  27. 72424b8 vbe: Move reading the nvdata into the common file by Simon Glass · Wed Jan 15 18:27:09 2025 -0700
  28. 9846e5f vbe: Move reading the version into the common file by Simon Glass · Wed Jan 15 18:27:08 2025 -0700
  29. 15d320d vbe: Create a common function to get the block device by Simon Glass · Wed Jan 15 18:27:07 2025 -0700
  30. 2a70f08 vbe: Convert some checks to assertions by Simon Glass · Wed Jan 15 18:27:06 2025 -0700
  31. 1833c26 vbe: Pass simple_priv to internal functions by Simon Glass · Wed Jan 15 18:27:05 2025 -0700
  32. e06c254 vbe: Use a block device instead of descriptor by Simon Glass · Wed Jan 15 18:27:04 2025 -0700
  33. fdacd50 vbe: Start a common header file by Simon Glass · Wed Jan 15 18:27:03 2025 -0700
  34. ee848f3 vbe: Use blk_read() to read blocks by Simon Glass · Wed Jan 15 18:27:02 2025 -0700
  35. 0160b2c Merge patch series "bootstd: Support recording images" by Tom Rini · Wed Jan 15 17:34:26 2025 -0600
  36. c869478 bootstd: Export bootdev_get_from_blk() by Simon Glass · Fri Nov 15 16:19:24 2024 -0700
  37. c6a52e7 bootstd: Add a simple command to list images by Simon Glass · Fri Nov 15 16:19:23 2024 -0700
  38. 8c87012 bootstd: Update cros bootmeth to record images by Simon Glass · Fri Nov 15 16:19:22 2024 -0700
  39. 62632b2 Update bootmeth_alloc_other() to record images by Simon Glass · Fri Nov 15 16:19:21 2024 -0700
  40. 392eac4 boot: Update pxe bootmeth to record images by Simon Glass · Fri Nov 15 16:19:20 2024 -0700
  41. a686ba6 boot: Update extlinux pxe_getfile_func() to include type by Simon Glass · Fri Nov 15 16:19:19 2024 -0700
  42. 5864891 bootmeth_efi: Check the filename-allocation in the network path by Simon Glass · Fri Nov 15 16:19:18 2024 -0700
  43. f39b559 bootmeth: Update the read_file() method to include a type by Simon Glass · Fri Nov 15 16:19:17 2024 -0700
  44. 5f27d16 bootmeth_efi: Simplify reading files by using the common function by Simon Glass · Fri Nov 15 16:19:16 2024 -0700
  45. 07c8606 boot: pxe: Drop the duplicate comment on get_pxe_file() by Simon Glass · Fri Nov 15 16:19:15 2024 -0700
  46. 8db2a38 bootstd: Update bootmeth_alloc_file() to record images by Simon Glass · Fri Nov 15 16:19:14 2024 -0700
  47. c2a16c9 bootstd: Maintain a list of images by Simon Glass · Fri Nov 15 16:19:13 2024 -0700
  48. 199f588 bootstd: Move the bootflow list into an alist by Simon Glass · Fri Nov 15 16:19:12 2024 -0700
  49. 1d8f864 bootstd: Drop the bootdev-specific list of bootflows by Simon Glass · Fri Nov 15 16:19:11 2024 -0700
  50. 2bcd9ea bootstd: Add a function to get bootstd only if available by Simon Glass · Fri Nov 15 16:19:10 2024 -0700
  51. 346ab5d bootstd: Move bootflow-clearing to bootstd by Simon Glass · Fri Nov 15 16:19:09 2024 -0700
  52. c01d83f bootstd: Move bootflow-adding to bootstd by Simon Glass · Fri Nov 15 16:19:08 2024 -0700
  53. 7eb4f25 Merge patch series "fdt_support: improve board_fdt_chosen_bootargs() for flexibility" by Tom Rini · Tue Jan 14 15:43:07 2025 -0600
  54. b1f13d7 common: fdt: hand over original fdt bootargs into board chosen handler by Dmitry Rokosov · Fri Dec 20 00:42:10 2024 +0300
  55. c652d51 fdt_support: board_fdt_chosen_bootargs() should return const char* by Dmitry Rokosov · Fri Dec 20 00:42:09 2024 +0300
  56. d1e9a26 lmb: Remove lmb_alloc_base_flags() by Ilias Apalodimas · Wed Dec 18 09:02:36 2024 +0200
  57. f72c55e lmb: Remove lmb_reserve_flags() by Ilias Apalodimas · Wed Dec 18 09:02:32 2024 +0200
  58. d8462bf lmb: Move enum lmb_flags to a u32 by Ilias Apalodimas · Wed Dec 18 09:02:31 2024 +0200
  59. b6e13a9 Merge patch series "vbe: Series part E" by Tom Rini · Fri Dec 27 15:16:39 2024 -0600
  60. 8886052 boot: Imply CRC8 with VBE by Simon Glass · Thu Dec 19 11:29:06 2024 -0700
  61. 943cbf0 boot: Allow use of FIT in TPL and VPL by Simon Glass · Thu Dec 19 11:29:04 2024 -0700
  62. a7346d0 boot: Respect the load_op in fit_image_load() by Simon Glass · Thu Dec 19 11:28:53 2024 -0700
  63. a73f23c bootstd: Avoid sprintf() in SPL when creating bootdevs by Simon Glass · Thu Dec 19 11:28:52 2024 -0700
  64. c27f3e2 boot: Allow FIT to fall back from best-match option by Simon Glass · Thu Dec 19 11:28:51 2024 -0700
  65. f8ab6ba Merge tag 'v2025.01-rc5' into next by Tom Rini · Wed Dec 25 22:31:04 2024 -0600
  66. 5799ab1 boot: android: rework bootargs concatenation by Nicolas Belin · Tue Dec 17 14:29:10 2024 +0100
  67. 52d1c2e boot: android: free newbootargs when done by Nicolas Belin · Tue Dec 17 14:29:09 2024 +0100
  68. b7ea2a5 boot: android: fix extra command line support by Nicolas Belin · Tue Dec 17 14:29:08 2024 +0100
  69. 4055823 boot: Use correct PHASE_ variable for expo by Simon Glass · Sat Dec 07 07:52:27 2024 -0700
  70. 7082a0d Revert "Merge patch series "vbe: Series part E"" by Tom Rini · Thu Dec 12 21:07:26 2024 -0600
  71. 58af8a4 Merge patch series "vbe: Series part E" by Tom Rini · Thu Dec 12 16:35:47 2024 -0600
  72. eff4b7d boot: Imply CRC8 with VBE by Simon Glass · Sat Dec 07 10:24:11 2024 -0700
  73. df49cd0 boot: Allow use of FIT in TPL and VPL by Simon Glass · Sat Dec 07 10:24:09 2024 -0700
  74. 2d06901 boot: Respect the load_op in fit_image_load() by Simon Glass · Sat Dec 07 10:23:58 2024 -0700
  75. 2b52915 bootstd: Avoid sprintf() in SPL when creating bootdevs by Simon Glass · Sat Dec 07 10:23:57 2024 -0700
  76. 76cc349 boot: Allow FIT to fall back from best-match option by Simon Glass · Sat Dec 07 10:23:56 2024 -0700
  77. c4b6871 boot: fdt: Handle already reserved memory in boot_fdt_reserve_region() by Sam Protsenko · Tue Dec 10 20:17:02 2024 -0600
  78. ca73590 Makefile: Drop SPL_FIT_GENERATOR support by Marek Vasut · Fri Nov 01 10:18:00 2024 +0100
  79. e798a28 arm64: zynqmp: Remove mkimage fit script by Michal Simek · Fri Nov 01 10:17:59 2024 +0100
  80. b238dee bootstd: android: don't read whole partition sizes by Julien Masson · Thu Nov 21 11:59:55 2024 +0100
  81. df9e641 bootstd: android: add non-A/B image support by Guillaume La Roque · Tue Nov 26 09:06:10 2024 +0100
  82. 4b50111 bootstd: android: add support of bootimage v2 by Guillaume La Roque · Tue Nov 26 09:06:09 2024 +0100
  83. 32ef937 Merge tag 'xilinx-for-v2025.01-rc3-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Tue Nov 19 12:58:05 2024 -0600
  84. c39c353 boot: extlinux: Fix unaligned buffer for reading data from file system by Nam Cao · Thu Nov 07 16:01:05 2024 +0100
  85. 8620fc0 boot/image-board.c: boot_get_fpga(): pass compatible flag to fpga_load() by Peter Korsgaard · Tue Nov 05 17:21:36 2024 +0100
  86. 1b8d41c upl: fix parsing of DT property by Heinrich Schuchardt · Sat Nov 02 16:04:13 2024 +0100
  87. 1824bf6 efi_loader: Move get_efi_pxe_arch() to efi_helper by Simon Glass · Thu Nov 07 14:31:44 2024 -0700
  88. 3b1e60b efi: Move default filename to a function by Simon Glass · Thu Nov 07 14:31:43 2024 -0700
  89. c2a1e9e menu: add support to check if menu needs to be reprinted by developer · Tue Oct 29 17:47:16 2024 +0800
  90. 3434420 x86: coreboot: Allow building an expo for editing CMOS config by Simon Glass · Mon Oct 14 16:32:11 2024 -0600
  91. cfd5a55 boot/Kconfig: correct fdt_fixup_memory_banks name typo by Baruch Siach · Mon Oct 28 18:44:35 2024 +0200
  92. 9849125 lmb: Fix lmb_add_region_flags() return codes and testing by Ilias Apalodimas · Wed Oct 23 18:22:00 2024 +0300
  93. 04ddcb3 fdt: lmb: add reserved regions as no-overwrite by Sughosh Ganu · Mon Oct 21 22:54:33 2024 +0530
  94. 8fa34f0 Merge patch series "Implement ACPI on aarch64" by Tom Rini · Sun Oct 27 17:14:22 2024 -0600
  95. b25c422 serial: serial_pl01x: Implement .getinfo() for PL01 by Maximilian Brune · Wed Oct 23 15:19:48 2024 +0200
  96. 0f53fd1 Merge tag 'u-boot-imx-master-20241025a' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Fri Oct 25 18:51:05 2024 -0600
  97. f89dff1 Merge tag 'u-boot-dfu-20241025' of https://source.denx.de/u-boot/custodians/u-boot-dfu by Tom Rini · Fri Oct 25 08:35:56 2024 -0600
  98. d1bb953 imx8m: set sane default value for SPL_LOAD_FIT_ADDRESS by Rasmus Villemoes · Thu Oct 24 12:01:45 2024 +0200
  99. abb772a boot: Introduce BOOTSTD_MENU to control bootflow menu build by Marek Vasut · Sun Oct 20 17:43:12 2024 +0200
  100. 04ba557 image: android: handle ramdisk default address by Neil Armstrong · Thu Oct 17 16:44:44 2024 +0200