1. 3993bd4 vbe: Allow VBE to load FITs on any architecture by Simon Glass · Wed Jan 15 18:27:12 2025 -0700
  2. b6bb70d vbe: Allocate space for the FIT header by Simon Glass · Wed Jan 15 18:27:11 2025 -0700
  3. 988f16a vbe: Split out reading a FIT into the common file by Simon Glass · Wed Jan 15 18:27:10 2025 -0700
  4. 72424b8 vbe: Move reading the nvdata into the common file by Simon Glass · Wed Jan 15 18:27:09 2025 -0700
  5. 9846e5f vbe: Move reading the version into the common file by Simon Glass · Wed Jan 15 18:27:08 2025 -0700
  6. 15d320d vbe: Create a common function to get the block device by Simon Glass · Wed Jan 15 18:27:07 2025 -0700
  7. 2a70f08 vbe: Convert some checks to assertions by Simon Glass · Wed Jan 15 18:27:06 2025 -0700
  8. 1833c26 vbe: Pass simple_priv to internal functions by Simon Glass · Wed Jan 15 18:27:05 2025 -0700
  9. e06c254 vbe: Use a block device instead of descriptor by Simon Glass · Wed Jan 15 18:27:04 2025 -0700
  10. fdacd50 vbe: Start a common header file by Simon Glass · Wed Jan 15 18:27:03 2025 -0700
  11. ee848f3 vbe: Use blk_read() to read blocks by Simon Glass · Wed Jan 15 18:27:02 2025 -0700
  12. d1e9a26 lmb: Remove lmb_alloc_base_flags() by Ilias Apalodimas · Wed Dec 18 09:02:36 2024 +0200
  13. f72c55e lmb: Remove lmb_reserve_flags() by Ilias Apalodimas · Wed Dec 18 09:02:32 2024 +0200
  14. d8462bf lmb: Move enum lmb_flags to a u32 by Ilias Apalodimas · Wed Dec 18 09:02:31 2024 +0200
  15. b6e13a9 Merge patch series "vbe: Series part E" by Tom Rini · Fri Dec 27 15:16:39 2024 -0600
  16. 8886052 boot: Imply CRC8 with VBE by Simon Glass · Thu Dec 19 11:29:06 2024 -0700
  17. 943cbf0 boot: Allow use of FIT in TPL and VPL by Simon Glass · Thu Dec 19 11:29:04 2024 -0700
  18. a7346d0 boot: Respect the load_op in fit_image_load() by Simon Glass · Thu Dec 19 11:28:53 2024 -0700
  19. a73f23c bootstd: Avoid sprintf() in SPL when creating bootdevs by Simon Glass · Thu Dec 19 11:28:52 2024 -0700
  20. c27f3e2 boot: Allow FIT to fall back from best-match option by Simon Glass · Thu Dec 19 11:28:51 2024 -0700
  21. f8ab6ba Merge tag 'v2025.01-rc5' into next by Tom Rini · Wed Dec 25 22:31:04 2024 -0600
  22. 5799ab1 boot: android: rework bootargs concatenation by Nicolas Belin · Tue Dec 17 14:29:10 2024 +0100
  23. 52d1c2e boot: android: free newbootargs when done by Nicolas Belin · Tue Dec 17 14:29:09 2024 +0100
  24. b7ea2a5 boot: android: fix extra command line support by Nicolas Belin · Tue Dec 17 14:29:08 2024 +0100
  25. 4055823 boot: Use correct PHASE_ variable for expo by Simon Glass · Sat Dec 07 07:52:27 2024 -0700
  26. 7082a0d Revert "Merge patch series "vbe: Series part E"" by Tom Rini · Thu Dec 12 21:07:26 2024 -0600
  27. 58af8a4 Merge patch series "vbe: Series part E" by Tom Rini · Thu Dec 12 16:35:47 2024 -0600
  28. eff4b7d boot: Imply CRC8 with VBE by Simon Glass · Sat Dec 07 10:24:11 2024 -0700
  29. df49cd0 boot: Allow use of FIT in TPL and VPL by Simon Glass · Sat Dec 07 10:24:09 2024 -0700
  30. 2d06901 boot: Respect the load_op in fit_image_load() by Simon Glass · Sat Dec 07 10:23:58 2024 -0700
  31. 2b52915 bootstd: Avoid sprintf() in SPL when creating bootdevs by Simon Glass · Sat Dec 07 10:23:57 2024 -0700
  32. 76cc349 boot: Allow FIT to fall back from best-match option by Simon Glass · Sat Dec 07 10:23:56 2024 -0700
  33. c4b6871 boot: fdt: Handle already reserved memory in boot_fdt_reserve_region() by Sam Protsenko · Tue Dec 10 20:17:02 2024 -0600
  34. ca73590 Makefile: Drop SPL_FIT_GENERATOR support by Marek Vasut · Fri Nov 01 10:18:00 2024 +0100
  35. e798a28 arm64: zynqmp: Remove mkimage fit script by Michal Simek · Fri Nov 01 10:17:59 2024 +0100
  36. b238dee bootstd: android: don't read whole partition sizes by Julien Masson · Thu Nov 21 11:59:55 2024 +0100
  37. df9e641 bootstd: android: add non-A/B image support by Guillaume La Roque · Tue Nov 26 09:06:10 2024 +0100
  38. 4b50111 bootstd: android: add support of bootimage v2 by Guillaume La Roque · Tue Nov 26 09:06:09 2024 +0100
  39. 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
  40. c39c353 boot: extlinux: Fix unaligned buffer for reading data from file system by Nam Cao · Thu Nov 07 16:01:05 2024 +0100
  41. 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
  42. 1b8d41c upl: fix parsing of DT property by Heinrich Schuchardt · Sat Nov 02 16:04:13 2024 +0100
  43. 1824bf6 efi_loader: Move get_efi_pxe_arch() to efi_helper by Simon Glass · Thu Nov 07 14:31:44 2024 -0700
  44. 3b1e60b efi: Move default filename to a function by Simon Glass · Thu Nov 07 14:31:43 2024 -0700
  45. c2a1e9e menu: add support to check if menu needs to be reprinted by developer · Tue Oct 29 17:47:16 2024 +0800
  46. 3434420 x86: coreboot: Allow building an expo for editing CMOS config by Simon Glass · Mon Oct 14 16:32:11 2024 -0600
  47. cfd5a55 boot/Kconfig: correct fdt_fixup_memory_banks name typo by Baruch Siach · Mon Oct 28 18:44:35 2024 +0200
  48. 9849125 lmb: Fix lmb_add_region_flags() return codes and testing by Ilias Apalodimas · Wed Oct 23 18:22:00 2024 +0300
  49. 04ddcb3 fdt: lmb: add reserved regions as no-overwrite by Sughosh Ganu · Mon Oct 21 22:54:33 2024 +0530
  50. 8fa34f0 Merge patch series "Implement ACPI on aarch64" by Tom Rini · Sun Oct 27 17:14:22 2024 -0600
  51. b25c422 serial: serial_pl01x: Implement .getinfo() for PL01 by Maximilian Brune · Wed Oct 23 15:19:48 2024 +0200
  52. 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
  53. 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
  54. d1bb953 imx8m: set sane default value for SPL_LOAD_FIT_ADDRESS by Rasmus Villemoes · Thu Oct 24 12:01:45 2024 +0200
  55. abb772a boot: Introduce BOOTSTD_MENU to control bootflow menu build by Marek Vasut · Sun Oct 20 17:43:12 2024 +0200
  56. 04ba557 image: android: handle ramdisk default address by Neil Armstrong · Thu Oct 17 16:44:44 2024 +0200
  57. 7cb867d image: android: do not boot XIP when kernel is compressed by Neil Armstrong · Thu Oct 17 16:44:43 2024 +0200
  58. fd0318b image: android: use ulong for kernel address by Neil Armstrong · Thu Oct 17 16:44:42 2024 +0200
  59. 304031d common: android_ab: fix slot suffix for abc block by Dmitry Rokosov · Thu Oct 17 17:12:11 2024 +0300
  60. 52f93d3 cmd: bcb: introduce 'ab_dump' command to print BCB block content by Dmitry Rokosov · Thu Oct 17 17:12:10 2024 +0300
  61. a0a6216 include/android_ab: move ab_select_slot() documentation to @ notation by Dmitry Rokosov · Thu Oct 17 17:12:06 2024 +0300
  62. f741c23 boot: cedit: include u-boot/schedule.h by Rasmus Villemoes · Thu Oct 03 23:28:01 2024 +0200
  63. 7074ba6 boot: fdt_simplefb: Remove conditional compilation checks for VIDEO Kconfig by Devarsh Thakkar · Wed Sep 25 20:43:53 2024 +0530
  64. ee3dad4 boot/Kconfig: Add Video Kconfig as dependency for FDT_SIMPLEFB by Devarsh Thakkar · Wed Sep 25 20:43:52 2024 +0530
  65. 8e3df06 Merge patch series "aspeed: ast2700: Add Caliptra ECDSA driver" by Tom Rini · Mon Oct 21 17:53:11 2024 -0600
  66. 1bc4222 image-fit-sig: Remove padding check by Chia-Wei Wang · Mon Oct 14 17:56:19 2024 +0800
  67. f957785 expo: Drop scene_title_set() by Simon Glass · Mon Oct 14 16:32:02 2024 -0600
  68. 1f4bbff expo: Drop unneceesary calls to expo_str() by Simon Glass · Mon Oct 14 16:32:01 2024 -0600
  69. 6f3e87a expo: Support menu-item values in cedit by Simon Glass · Mon Oct 14 16:32:00 2024 -0600
  70. 330aa1e expo: Add a little more cedit CMOS logging by Simon Glass · Mon Oct 14 16:31:59 2024 -0600
  71. 100389f expo: Allow menu items to have values by Simon Glass · Mon Oct 14 16:31:58 2024 -0600
  72. 53a0a2f expo: Use standard numbering for save and discard by Simon Glass · Mon Oct 14 16:31:57 2024 -0600
  73. 5c6926c expo: Set the initial next_id to 1 by Simon Glass · Mon Oct 14 16:31:56 2024 -0600
  74. 377f18e expo: Place menu items to the right of all labels by Simon Glass · Mon Oct 14 16:31:55 2024 -0600
  75. bda3adc video: Add a dark-grey console colour by Simon Glass · Mon Oct 14 16:31:53 2024 -0600
  76. 1d80964 bootstd: Avoid calling unavailable block functions by Simon Glass · Sun Sep 01 16:27:28 2024 -0600
  77. c535107 Makefile: Drop SPL_FIT_SOURCE support by Marek Vasut · Sat Oct 05 01:07:13 2024 +0200
  78. e0f9551 net: introduce alternative implementation as net/lwip/ by Jerome Forissier · Wed Oct 16 12:03:59 2024 +0200
  79. baed5b4 Revert "Makefile: Drop SPL_FIT_GENERATOR / SPL_FIT_SOURCE support" changes by Tom Rini · Tue Oct 15 16:51:05 2024 -0600
  80. 0587c65 Makefile: Drop SPL_FIT_GENERATOR support by Marek Vasut · Sat Oct 05 01:07:14 2024 +0200
  81. d20ab50 Makefile: Drop SPL_FIT_SOURCE support by Marek Vasut · Sat Oct 05 01:07:13 2024 +0200
  82. 93a0d16 bootstd: Add command to enable setting of bootmeth specific properties by Martyn Welch · Wed Oct 09 14:15:40 2024 +0100
  83. 2c47aac boot: Add logic to enable booting from fallback option by Martyn Welch · Wed Oct 09 14:15:39 2024 +0100
  84. 53dd510 boot: pxe_utils: Add fallback support by Martyn Welch · Wed Oct 09 14:15:38 2024 +0100
  85. 97799bc Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · Fri Oct 11 12:23:25 2024 -0600
  86. 4cafa21 global: Rename SPL_TPL_ to PHASE_ by Simon Glass · Sun Sep 29 19:49:54 2024 -0600
  87. 86adc2e global: Rename SPL_ to XPL_ by Simon Glass · Sun Sep 29 19:49:53 2024 -0600
  88. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:50 2024 -0600
  89. d4dce4a xpl: Rename spl_phase() to xpl_phase() by Simon Glass · Sun Sep 29 19:49:36 2024 -0600
  90. af59425 boot: Drop unnecessary ifdef for LOAD_FIT by Simon Glass · Sun Sep 29 19:49:25 2024 -0600
  91. 646c816 boot: typo boormethod by Heinrich Schuchardt · Tue Oct 08 22:46:14 2024 +0200
  92. b3445e0 bootstd: Add debugging for efi bootmeth by Simon Glass · Thu Sep 26 23:59:37 2024 +0200
  93. 63630a7 Merge branch 'next' by Tom Rini · Mon Oct 07 09:06:49 2024 -0600
  94. 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
  95. 9135997 boot: android: Fix ramdisk loading for v2 header by Mattijs Korpershoek · Thu Oct 03 14:42:39 2024 +0200
  96. a6aa17c bootm: adjust the print format by Dario Binacchi · Sun Aug 25 14:26:07 2024 +0200
  97. c818a71 bootstd: android: Add U-Boot version to cmdline by Mattijs Korpershoek · Thu Sep 12 16:00:01 2024 +0200
  98. 38f0459 Merge tag 'v2024.10-rc5' into next by Tom Rini · Mon Sep 16 14:48:13 2024 -0600
  99. 17aea46 Kconfig: clean up the efi configuration status by Ilias Apalodimas · Fri Aug 30 14:45:27 2024 +0300
  100. a16890e android_ab: Fixes: Fix backup offset calculation by Joshua Watt · Wed Aug 28 08:37:57 2024 -0600