1. 1f47e4e Merge branch 'next' by Tom Rini · Mon Jul 01 13:17:56 2024 -0600
  2. 01e836c spl: correct link to FIT specification by Heinrich Schuchardt · Tue Jun 18 08:32:30 2024 +0200
  3. ab2e3c5 spl: Allow ATF to work when dcache is disabled by Simon Glass · Thu Jun 27 09:29:47 2024 +0100
  4. 04f5cb6 Merge tag 'xilinx-for-v2024.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Mon Jun 17 11:01:35 2024 -0600
  5. e51ca6a spl: Introduce SoC specific init function by Lukas Funke · Wed Mar 27 13:11:52 2024 +0100
  6. a90e793 Merge patch series "efi_loader: select BLK not depends on BLK" by Tom Rini · Fri Jun 14 10:39:40 2024 -0600
  7. d15a79c spl: nvme: Make this depend on SPL_BLK by Tom Rini · Tue Jun 04 19:37:41 2024 -0600
  8. c6fc150 spl: Kconfig: ARCH_K3: Set default SPL_STACK_R_MALLOC_SIMPLE_LEN for R5 build by Vignesh Raghavendra · Fri May 31 20:16:36 2024 +0530
  9. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  10. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  11. dee15a9 global: Make <asm/global_data.h> include <asm/u-boot.h> by Tom Rini · Tue Apr 30 20:40:48 2024 -0600
  12. 728cb88 common: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:11:00 2024 -0600
  13. c4da10a Merge branch 'next' by Tom Rini · Tue Apr 02 07:03:25 2024 -0400
  14. c05e9e7 spl: riscv: opensbi: fix check of PAYLOAD_ARGS_ADDR by Randolph · Fri Mar 22 19:36:37 2024 +0800
  15. ecb7eaa spl: Improve error message for SPL memory allocation by Leo Yu-Chi Liang · Wed Mar 13 14:53:15 2024 +0800
  16. 1bcd488 log: fixup log_head after relocating global data by Thomas Weißschuh · Tue Feb 13 18:13:28 2024 +0100
  17. 4d87ac3 spl: Make SPL_STACK available for ROCKCHIP_RK3036 without spl framework by Kever Yang · Wed Jan 24 15:42:04 2024 +0800
  18. b193397 spl: riscv: falcon: move fdt blob to specified address by Randolph · Fri Dec 29 16:32:22 2023 +0800
  19. 2dbedf9 Merge patch series "Move framebuffer reservation for SPL to RAM end" by Tom Rini · Mon Jan 29 14:49:25 2024 -0500
  20. 84e0834 spl: Enforce framebuffer reservation from end of RAM by Devarsh Thakkar · Tue Dec 05 21:25:16 2023 +0530
  21. 7618389 sunxi: Consider SPL size limitations for FIT loading by Samuel Holland · Tue Oct 31 00:17:41 2023 -0500
  22. 3d37a01 sunxi: spl: Disable padding from SPL_PAD_TO by Samuel Holland · Tue Oct 31 00:17:38 2023 -0500
  23. 6d54871 spl: binman: Disable u_boot_any symbols for i.MX93 boards by Mathieu Othacehe · Fri Dec 29 11:59:29 2023 +0100
  24. 08ccd54 Merge tag 'v2024.01-rc5' into next by Tom Rini · Mon Dec 18 08:31:50 2023 -0500
  25. c573b09 sunxi: h616: (really) lower SPL stack address to avoid BROM data by Andre Przywara · Wed Jul 13 16:27:57 2022 +0100
  26. ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · Mon Nov 20 09:19:50 2023 -0500
  27. e54c195 Merge branch '2023-11-16-assorted-updates' into next by Tom Rini · Fri Nov 17 08:38:05 2023 -0500
  28. ab125f5 fs: ext4: Remove unused parameter from ext4_mount by Sean Anderson · Wed Nov 08 12:51:09 2023 -0500
  29. 9025188 spl: fat: Add option to disable DMA alignment by Sean Anderson · Wed Nov 08 11:48:58 2023 -0500
  30. b664e67 spl: spi: Consolidate spi_load_image_os into spl_spi_load_image by Sean Anderson · Wed Nov 08 11:48:57 2023 -0500
  31. 38e4f62 spl: Convert spi to spl_load by Sean Anderson · Wed Nov 08 11:48:56 2023 -0500
  32. 531d837 spl: Convert semihosting to spl_load by Sean Anderson · Wed Nov 08 11:48:55 2023 -0500
  33. 7314325 spl: Convert NVMe to spl_load by Sean Anderson · Wed Nov 08 11:48:54 2023 -0500
  34. 2a5d23f spl: Convert nor to spl_load by Sean Anderson · Wed Nov 08 11:48:53 2023 -0500
  35. 810e16e spl: Convert net to spl_load by Sean Anderson · Wed Nov 08 11:48:52 2023 -0500
  36. 1c39806 spl: Convert nand to spl_load by Sean Anderson · Wed Nov 08 11:48:51 2023 -0500
  37. 29e338f spl: Convert mmc to spl_load by Sean Anderson · Wed Nov 08 11:48:50 2023 -0500
  38. 09a4602 spl: Convert fat to spl_load by Sean Anderson · Wed Nov 08 11:48:49 2023 -0500
  39. f727cc1 spl: Convert ext to use spl_load by Sean Anderson · Wed Nov 08 11:48:48 2023 -0500
  40. 3a4a2b7 spl: Add generic spl_load function by Sean Anderson · Wed Nov 08 11:48:47 2023 -0500
  41. ce9ffb9 spl: legacy: Split off LZMA decompression into its own function by Sean Anderson · Wed Nov 08 11:48:45 2023 -0500
  42. 06dce4c spl: nand: Remove spl_nand_legacy_read by Sean Anderson · Wed Nov 08 11:48:44 2023 -0500
  43. 35f15fe spl: Only support bl_len when we have to by Sean Anderson · Wed Nov 08 11:48:43 2023 -0500
  44. fcb9176 spl: Remove filename from spl_load_info by Sean Anderson · Wed Nov 08 11:48:42 2023 -0500
  45. b27c5f8 spl: Set FAT bl_len to ARCH_DMA_MINALIGN by Sean Anderson · Wed Nov 08 11:48:41 2023 -0500
  46. 7d8d613 spl: Refactor spl_load_info->read to use units of bytes by Sean Anderson · Wed Nov 08 11:48:40 2023 -0500
  47. f97fc6d spl: Take advantage of bl_len's power-of-twoness by Sean Anderson · Wed Nov 08 11:48:39 2023 -0500
  48. 2b5f9c8 spl: Remove dev from spl_load_info by Sean Anderson · Wed Nov 08 11:48:38 2023 -0500
  49. 05a9e04 spl: Remove NULL assignments in spl_load_info by Sean Anderson · Wed Nov 08 11:48:37 2023 -0500
  50. 0087ec0 spl: semihosting: Don't close fd before spl_load_simple_fit by Sean Anderson · Wed Nov 08 11:48:36 2023 -0500
  51. 4d9e0f6 spl: Make SHOW_ERRORS depend on LIBCOMMON by Sean Anderson · Wed Nov 08 11:48:35 2023 -0500
  52. cc35160 spl: blk_fs: Fix uninitialized return value when we can't get a blk_desc by Sean Anderson · Wed Nov 08 11:48:33 2023 -0500
  53. 34ec166 mtd: Rename SPL_MTD_SUPPORT to SPL_MTD by Sean Anderson · Sat Nov 04 16:37:47 2023 -0400
  54. 6f5be66 spl: nand: Map memory before accessing it by Sean Anderson · Sat Nov 04 16:37:46 2023 -0400
  55. 8805f9d spl: nand: Set bl_len to page size by Sean Anderson · Sat Nov 04 16:37:44 2023 -0400
  56. ef3d458 spl: legacy: Honor bl_len when decompressing by Sean Anderson · Sat Nov 04 16:37:43 2023 -0400
  57. 5efc7ce spl: nand: Fix NULL-pointer dereference by Sean Anderson · Sat Nov 04 16:37:39 2023 -0400
  58. eaa39c6 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · Wed Nov 01 15:56:03 2023 -0500
  59. dc1dac0 Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Tue Oct 24 09:39:02 2023 -0400
  60. 1987b0c sunxi: add Allwinner R528/T113 SoC support by Andre Przywara · Tue Sep 06 15:59:57 2022 +0100
  61. 068962b sunxi: introduce NCAT2 generation model by Andre Przywara · Wed Oct 05 17:54:19 2022 +0100
  62. 263e2ae spl: riscv: add os type for next booting stage by Randolph · Thu Oct 12 14:35:07 2023 +0800
  63. 0a8063c spl: riscv: opensbi: change the default os_type as varible by Randolph · Thu Oct 12 14:35:03 2023 +0800
  64. 5ff7772 spl: Use map_sysmem where appropriate by Sean Anderson · Sat Oct 14 16:47:55 2023 -0400
  65. 13e6d91 spl: Add callbacks to invalidate cached devices by Sean Anderson · Sat Oct 14 16:47:54 2023 -0400
  66. 01349c1 fs: ext4: Fix building ext4 in SPL if write is enabled by Sean Anderson · Sat Oct 14 16:47:49 2023 -0400
  67. efc185e Move i.MX8 container image loading support to common/spl by Sean Anderson · Sat Oct 14 16:47:45 2023 -0400
  68. 952ed67 arm: imx: Check header before calling spl_load_imx_container by Sean Anderson · Sat Oct 14 16:47:44 2023 -0400
  69. e99b2cd spl: fit: Fix entry point for SPL_LOAD_FIT_FULL by Sean Anderson · Sat Oct 14 16:47:39 2023 -0400
  70. fab09a5 spl: nor: Don't allocate header on stack by Sean Anderson · Sat Oct 14 16:47:38 2023 -0400
  71. fd4b530 spl: legacy: Fix referencing _image_binary_end by Sean Anderson · Sat Oct 14 16:47:37 2023 -0400
  72. d2b254e spl: mmc: Fix subsequent calls to spl_mmc_load with CONFIG_BLK by Sean Anderson · Sat Oct 07 21:47:48 2023 -0400
  73. f9a921e spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector() by Marek Vasut · Mon Oct 16 18:16:12 2023 +0200
  74. a049427 spl: fit: Add board level function to decide application of DTO by Marek Vasut · Thu Sep 21 20:44:16 2023 +0200
  75. 7cd91f7 spl: Jump to image at end of board_init_r by Jonas Karlman · Wed Sep 27 21:44:13 2023 +0000
  76. 53a44fc spl: add __noreturn attribute to spl_invoke_atf function by Chanho Park · Fri Sep 08 17:08:56 2023 +0900
  77. cb3d8fa Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Sun Oct 08 09:58:55 2023 -0400
  78. a856099 spl: fit: support for booting a LZMA-compressed U-boot binary by Manoj Sai · Mon Sep 18 00:56:26 2023 +0530
  79. 2b2e628 spl: fit: support for booting a GZIP-compressed U-boot binary by Manoj Sai · Mon Sep 18 00:56:25 2023 +0530
  80. c4b1450 spl: Move bloblist writing until the image is known by Simon Glass · Tue Sep 26 08:14:36 2023 -0600
  81. dff9043 spl: Use the correct FIT_..._PROP constants by Simon Glass · Tue Sep 26 08:14:35 2023 -0600
  82. c0bd55e spl: Move the full FIT code to spl_fit.c by Simon Glass · Tue Sep 26 08:14:34 2023 -0600
  83. 205ff7b spl: Rename spl_load_fit_image() to load_simple_fit() by Simon Glass · Tue Sep 26 08:14:33 2023 -0600
  84. b4c22cf spl: Remove #ifdefs with BOOTSTAGE by Simon Glass · Tue Sep 26 08:14:32 2023 -0600
  85. e8804d7 spl: Avoid an #ifdef when printing gd->malloc_ptr by Simon Glass · Tue Sep 26 08:14:31 2023 -0600
  86. adad2d0 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · Tue Sep 26 08:14:27 2023 -0600
  87. 35c84e5 spl: Drop the switch() statement for OS selection by Simon Glass · Tue Sep 26 08:14:22 2023 -0600
  88. ad67972 spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR by Simon Glass · Tue Sep 26 08:14:21 2023 -0600
  89. e49743f spl: Drop #ifdefs for BOARD_INIT and watchdog by Simon Glass · Tue Sep 26 08:14:20 2023 -0600
  90. 99bb534 spl: mx6: powerpc: Drop the condition on timer_init() by Simon Glass · Tue Sep 26 08:14:19 2023 -0600
  91. 0686b0c spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC by Simon Glass · Tue Sep 26 08:14:18 2023 -0600
  92. 259cdb4 spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR by Simon Glass · Tue Sep 26 08:14:17 2023 -0600
  93. 67e3fca spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · Tue Sep 26 08:14:16 2023 -0600
  94. b29a747 Merge branch 'next' by Tom Rini · Mon Oct 02 10:55:44 2023 -0400
  95. 93ee5c8 Convert CFG_SYS_UBOOT_START to Kconfig by Jesse Taube · Thu Aug 24 21:59:48 2023 -0400
  96. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · Thu Sep 14 18:21:46 2023 -0600
  97. 31ef834 dm: core: Allow marking driver model as dead by Simon Glass · Thu Sep 07 09:58:13 2023 -0600
  98. 95dbb41 spl: Tidy up load address in spl_ram by Simon Glass · Thu Sep 14 10:55:50 2023 -0600
  99. 2bd299d sdp: Use plain udevice for UDC controller interaction by Marek Vasut · Fri Sep 01 11:49:58 2023 +0200
  100. d67f210 spl: sdp: Detach the controller on error by Marek Vasut · Fri Sep 01 11:49:57 2023 +0200