1. e0f9551 net: introduce alternative implementation as net/lwip/ by Jerome Forissier · Wed Oct 16 12:03:59 2024 +0200
  2. 97799bc Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · Fri Oct 11 12:23:25 2024 -0600
  3. 8bc9326 spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPT by Simon Glass · Sun Sep 29 19:49:55 2024 -0600
  4. 4cafa21 global: Rename SPL_TPL_ to PHASE_ by Simon Glass · Sun Sep 29 19:49:54 2024 -0600
  5. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:50 2024 -0600
  6. 6c6fcc6 xpl: Rename spl_phase_prefix() and spl_phase_name() by Simon Glass · Sun Sep 29 19:49:40 2024 -0600
  7. 6b7f9c0 xpl: Rename spl_next_phase() and spl_prev_phase() by Simon Glass · Sun Sep 29 19:49:39 2024 -0600
  8. d4dce4a xpl: Rename spl_phase() to xpl_phase() by Simon Glass · Sun Sep 29 19:49:36 2024 -0600
  9. db2d101 xpl: Rename spl_phase to xpl_phase_t by Simon Glass · Sun Sep 29 19:49:35 2024 -0600
  10. 3235f1e xpl: Rename u_boot_first_phase to xpl_is_first_phase() by Simon Glass · Sun Sep 29 19:49:34 2024 -0600
  11. 63630a7 Merge branch 'next' by Tom Rini · Mon Oct 07 09:06:49 2024 -0600
  12. 8b7bc20 Merge patch series "vbe: Series part D" by Tom Rini · Thu Oct 03 11:52:42 2024 -0600
  13. 3078504 mmc: Add more debugging for SPL by Simon Glass · Fri Sep 20 09:24:37 2024 +0200
  14. 16d63b8 Merge patch series "arm: Initial support for Analog Devices SC5xx boards" by Tom Rini · Thu Oct 03 09:30:37 2024 -0600
  15. cb0d39d arm: SC573-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:51:01 2024 +0100
  16. 053a120 arm: SC584-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:50:58 2024 +0100
  17. bc13971 arm: SC594-SOM-EZLITE initial support by Oliver Gaskell · Thu Sep 12 16:50:57 2024 +0100
  18. 14032b3 arm: SC594-SOM-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:50:56 2024 +0100
  19. d4f7cb5 arm: SC598-SOM-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:50:54 2024 +0100
  20. 32d26c7 Update the ARM trusted firmware git URL by Peter Robinson · Wed Oct 02 19:08:49 2024 +0100
  21. a2a3490 spl: ram: hide SPL_RAM_SUPPORT by Jerome Forissier · Tue Sep 10 15:00:18 2024 +0200
  22. 3aa43cc Merge patch series "provide names for emmc hardware partitions" by Tom Rini · Thu Sep 05 12:13:24 2024 -0600
  23. a4e7839 mmc: use an enumerated type to represent PARTITION_CONFIG fields by Tim Harvey · Fri May 31 08:36:33 2024 -0700
  24. 390562d Merge patch series "Make LMB memory map global and persistent" by Tom Rini · Tue Sep 03 14:09:30 2024 -0600
  25. 1544a89 spl: call spl_board_init() at the end of the spl init sequence by Sughosh Ganu · Mon Aug 26 17:29:33 2024 +0530
  26. 68bf8f0 lmb: init: initialise the lmb data structures during board init by Sughosh Ganu · Mon Aug 26 17:29:28 2024 +0530
  27. 562258a Merge patch series "Add support for Ethernet Boot on SK-AM62" by Tom Rini · Fri Aug 30 14:02:03 2024 -0600
  28. 296f762 common: spl: spl: Init DRAM size in R5/A53 SPL by Chintan Vankar · Mon Aug 26 15:55:05 2024 +0530
  29. 91bbb3b global_data: Reduce size of early-malloc vars by Simon Glass · Fri Aug 23 14:27:04 2024 -0600
  30. d4b0fdb global_data: Convert have_console into a flag by Simon Glass · Wed Aug 21 10:19:04 2024 -0600
  31. e806686 spl: Create a function to init spl_load_info by Simon Glass · Thu Aug 22 07:55:02 2024 -0600
  32. 165264b spl: Remove remaining #ifdef in spl_parse_image_header() by Simon Glass · Thu Aug 22 07:54:53 2024 -0600
  33. edd2751 spl: Remove some #ifdefs in spl_parse_image_header() by Simon Glass · Thu Aug 22 07:54:52 2024 -0600
  34. 1842283 spl: mmc: Try to clean up raw-mode options by Simon Glass · Thu Aug 22 07:55:00 2024 -0600
  35. 0ea0884 spl: Correct use of CMD_BOOTI and CMD_BOOTZ by Simon Glass · Thu Aug 22 07:54:51 2024 -0600
  36. b6e79b6 spl: mmc: Adjust args of spl_mmc_find_device() by Simon Glass · Thu Aug 22 07:54:59 2024 -0600
  37. 1f475cd spl: mmc: Handle error codes consistently by Simon Glass · Thu Aug 22 07:54:58 2024 -0600
  38. bd928e1 spl: mmc: Drop checks for CONFIG_SPL_LIBCOMMON_SUPPORT by Simon Glass · Thu Aug 22 07:54:57 2024 -0600
  39. 6076b74 Merge tag 'v2024.10-rc3' into next by Tom Rini · Mon Aug 19 18:24:58 2024 -0600
  40. 2e95119 spl: binman: Disable u_boot_any symbols for i.MX 8ULP boards by Gary Bisson · Mon Aug 05 23:25:09 2024 +0200
  41. c4d807a Merge patch series "Universal Payload initial series" by Tom Rini · Fri Aug 09 16:03:21 2024 -0600
  42. 9b5bfba spl: Plumb in the Universal Payload handoff by Simon Glass · Wed Aug 07 16:47:33 2024 -0600
  43. 3266828 spl: Set SPL_FIT_FOUND for full FIT also by Simon Glass · Wed Aug 07 16:47:32 2024 -0600
  44. bc3ec00 upl: Add support for Universal Payload in SPL by Simon Glass · Wed Aug 07 16:47:31 2024 -0600
  45. f2e354b omap3: Define maximum SPL size in Kconfig instead of defconfigs by Paul Kocialkowski · Sun Jul 28 22:24:58 2024 +0200
  46. 14cb262 omap3: Define common SPL text base in Kconfig instead of defconfigs by Paul Kocialkowski · Sun Jul 28 22:24:50 2024 +0200
  47. 8c6b437 arm: ti: Remove omap4 platform support by Tom Rini · Mon Jul 15 13:35:53 2024 -0600
  48. 1f47e4e Merge branch 'next' by Tom Rini · Mon Jul 01 13:17:56 2024 -0600
  49. 01e836c spl: correct link to FIT specification by Heinrich Schuchardt · Tue Jun 18 08:32:30 2024 +0200
  50. ab2e3c5 spl: Allow ATF to work when dcache is disabled by Simon Glass · Thu Jun 27 09:29:47 2024 +0100
  51. 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
  52. e51ca6a spl: Introduce SoC specific init function by Lukas Funke · Wed Mar 27 13:11:52 2024 +0100
  53. a90e793 Merge patch series "efi_loader: select BLK not depends on BLK" by Tom Rini · Fri Jun 14 10:39:40 2024 -0600
  54. d15a79c spl: nvme: Make this depend on SPL_BLK by Tom Rini · Tue Jun 04 19:37:41 2024 -0600
  55. 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
  56. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  57. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  58. dee15a9 global: Make <asm/global_data.h> include <asm/u-boot.h> by Tom Rini · Tue Apr 30 20:40:48 2024 -0600
  59. 728cb88 common: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:11:00 2024 -0600
  60. c4da10a Merge branch 'next' by Tom Rini · Tue Apr 02 07:03:25 2024 -0400
  61. c05e9e7 spl: riscv: opensbi: fix check of PAYLOAD_ARGS_ADDR by Randolph · Fri Mar 22 19:36:37 2024 +0800
  62. ecb7eaa spl: Improve error message for SPL memory allocation by Leo Yu-Chi Liang · Wed Mar 13 14:53:15 2024 +0800
  63. 1bcd488 log: fixup log_head after relocating global data by Thomas Weißschuh · Tue Feb 13 18:13:28 2024 +0100
  64. 4d87ac3 spl: Make SPL_STACK available for ROCKCHIP_RK3036 without spl framework by Kever Yang · Wed Jan 24 15:42:04 2024 +0800
  65. b193397 spl: riscv: falcon: move fdt blob to specified address by Randolph · Fri Dec 29 16:32:22 2023 +0800
  66. 2dbedf9 Merge patch series "Move framebuffer reservation for SPL to RAM end" by Tom Rini · Mon Jan 29 14:49:25 2024 -0500
  67. 84e0834 spl: Enforce framebuffer reservation from end of RAM by Devarsh Thakkar · Tue Dec 05 21:25:16 2023 +0530
  68. 7618389 sunxi: Consider SPL size limitations for FIT loading by Samuel Holland · Tue Oct 31 00:17:41 2023 -0500
  69. 3d37a01 sunxi: spl: Disable padding from SPL_PAD_TO by Samuel Holland · Tue Oct 31 00:17:38 2023 -0500
  70. 6d54871 spl: binman: Disable u_boot_any symbols for i.MX93 boards by Mathieu Othacehe · Fri Dec 29 11:59:29 2023 +0100
  71. 08ccd54 Merge tag 'v2024.01-rc5' into next by Tom Rini · Mon Dec 18 08:31:50 2023 -0500
  72. c573b09 sunxi: h616: (really) lower SPL stack address to avoid BROM data by Andre Przywara · Wed Jul 13 16:27:57 2022 +0100
  73. ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · Mon Nov 20 09:19:50 2023 -0500
  74. e54c195 Merge branch '2023-11-16-assorted-updates' into next by Tom Rini · Fri Nov 17 08:38:05 2023 -0500
  75. ab125f5 fs: ext4: Remove unused parameter from ext4_mount by Sean Anderson · Wed Nov 08 12:51:09 2023 -0500
  76. 9025188 spl: fat: Add option to disable DMA alignment by Sean Anderson · Wed Nov 08 11:48:58 2023 -0500
  77. b664e67 spl: spi: Consolidate spi_load_image_os into spl_spi_load_image by Sean Anderson · Wed Nov 08 11:48:57 2023 -0500
  78. 38e4f62 spl: Convert spi to spl_load by Sean Anderson · Wed Nov 08 11:48:56 2023 -0500
  79. 531d837 spl: Convert semihosting to spl_load by Sean Anderson · Wed Nov 08 11:48:55 2023 -0500
  80. 7314325 spl: Convert NVMe to spl_load by Sean Anderson · Wed Nov 08 11:48:54 2023 -0500
  81. 2a5d23f spl: Convert nor to spl_load by Sean Anderson · Wed Nov 08 11:48:53 2023 -0500
  82. 810e16e spl: Convert net to spl_load by Sean Anderson · Wed Nov 08 11:48:52 2023 -0500
  83. 1c39806 spl: Convert nand to spl_load by Sean Anderson · Wed Nov 08 11:48:51 2023 -0500
  84. 29e338f spl: Convert mmc to spl_load by Sean Anderson · Wed Nov 08 11:48:50 2023 -0500
  85. 09a4602 spl: Convert fat to spl_load by Sean Anderson · Wed Nov 08 11:48:49 2023 -0500
  86. f727cc1 spl: Convert ext to use spl_load by Sean Anderson · Wed Nov 08 11:48:48 2023 -0500
  87. 3a4a2b7 spl: Add generic spl_load function by Sean Anderson · Wed Nov 08 11:48:47 2023 -0500
  88. ce9ffb9 spl: legacy: Split off LZMA decompression into its own function by Sean Anderson · Wed Nov 08 11:48:45 2023 -0500
  89. 06dce4c spl: nand: Remove spl_nand_legacy_read by Sean Anderson · Wed Nov 08 11:48:44 2023 -0500
  90. 35f15fe spl: Only support bl_len when we have to by Sean Anderson · Wed Nov 08 11:48:43 2023 -0500
  91. fcb9176 spl: Remove filename from spl_load_info by Sean Anderson · Wed Nov 08 11:48:42 2023 -0500
  92. b27c5f8 spl: Set FAT bl_len to ARCH_DMA_MINALIGN by Sean Anderson · Wed Nov 08 11:48:41 2023 -0500
  93. 7d8d613 spl: Refactor spl_load_info->read to use units of bytes by Sean Anderson · Wed Nov 08 11:48:40 2023 -0500
  94. f97fc6d spl: Take advantage of bl_len's power-of-twoness by Sean Anderson · Wed Nov 08 11:48:39 2023 -0500
  95. 2b5f9c8 spl: Remove dev from spl_load_info by Sean Anderson · Wed Nov 08 11:48:38 2023 -0500
  96. 05a9e04 spl: Remove NULL assignments in spl_load_info by Sean Anderson · Wed Nov 08 11:48:37 2023 -0500
  97. 0087ec0 spl: semihosting: Don't close fd before spl_load_simple_fit by Sean Anderson · Wed Nov 08 11:48:36 2023 -0500
  98. 4d9e0f6 spl: Make SHOW_ERRORS depend on LIBCOMMON by Sean Anderson · Wed Nov 08 11:48:35 2023 -0500
  99. 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
  100. 34ec166 mtd: Rename SPL_MTD_SUPPORT to SPL_MTD by Sean Anderson · Sat Nov 04 16:37:47 2023 -0400