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