1. 39162d9 log: fixup log_head after relocating global data by Thomas Weißschuh · 8 months ago
  2. ce7ae9d spl: Make SPL_STACK available for ROCKCHIP_RK3036 without spl framework by Kever Yang · 9 months ago
  3. 10c4ab8 spl: riscv: falcon: move fdt blob to specified address by Randolph · 10 months ago
  4. 073f4f1 Merge patch series "Move framebuffer reservation for SPL to RAM end" by Tom Rini · 9 months ago
  5. 1d3c266 spl: Enforce framebuffer reservation from end of RAM by Devarsh Thakkar · 11 months ago
  6. 539612e sunxi: Consider SPL size limitations for FIT loading by Samuel Holland · 12 months ago
  7. d72494a sunxi: spl: Disable padding from SPL_PAD_TO by Samuel Holland · 12 months ago
  8. da96f93 spl: binman: Disable u_boot_any symbols for i.MX93 boards by Mathieu Othacehe · 10 months ago
  9. 1373ffd Merge tag 'v2024.01-rc5' into next by Tom Rini · 10 months ago
  10. 0d8ac56 sunxi: h616: (really) lower SPL stack address to avoid BROM data by Andre Przywara · 2 years, 3 months ago
  11. dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 11 months ago
  12. ae7ec8b Merge branch '2023-11-16-assorted-updates' into next by Tom Rini · 11 months ago
  13. 7667bde fs: ext4: Remove unused parameter from ext4_mount by Sean Anderson · 12 months ago
  14. 54a8d84 spl: fat: Add option to disable DMA alignment by Sean Anderson · 12 months ago
  15. 14509a2 spl: spi: Consolidate spi_load_image_os into spl_spi_load_image by Sean Anderson · 12 months ago
  16. a04d5f6 spl: Convert spi to spl_load by Sean Anderson · 12 months ago
  17. 9b9c6aa spl: Convert semihosting to spl_load by Sean Anderson · 12 months ago
  18. 6029a0e spl: Convert NVMe to spl_load by Sean Anderson · 12 months ago
  19. cbe8657 spl: Convert nor to spl_load by Sean Anderson · 12 months ago
  20. 2e5476b spl: Convert net to spl_load by Sean Anderson · 12 months ago
  21. 11f8346 spl: Convert nand to spl_load by Sean Anderson · 12 months ago
  22. 5d3401a spl: Convert mmc to spl_load by Sean Anderson · 12 months ago
  23. 682184e spl: Convert fat to spl_load by Sean Anderson · 12 months ago
  24. b8ed722 spl: Convert ext to use spl_load by Sean Anderson · 12 months ago
  25. 7750741 spl: Add generic spl_load function by Sean Anderson · 12 months ago
  26. efe92cd spl: legacy: Split off LZMA decompression into its own function by Sean Anderson · 12 months ago
  27. 0ddfa86 spl: nand: Remove spl_nand_legacy_read by Sean Anderson · 12 months ago
  28. 5271e35 spl: Only support bl_len when we have to by Sean Anderson · 12 months ago
  29. afdd2d9 spl: Remove filename from spl_load_info by Sean Anderson · 12 months ago
  30. b63664b spl: Set FAT bl_len to ARCH_DMA_MINALIGN by Sean Anderson · 12 months ago
  31. 73c40fc spl: Refactor spl_load_info->read to use units of bytes by Sean Anderson · 12 months ago
  32. 33c8d01 spl: Take advantage of bl_len's power-of-twoness by Sean Anderson · 12 months ago
  33. 0c6c83e spl: Remove dev from spl_load_info by Sean Anderson · 12 months ago
  34. feaeb8f spl: Remove NULL assignments in spl_load_info by Sean Anderson · 12 months ago
  35. 517e708 spl: semihosting: Don't close fd before spl_load_simple_fit by Sean Anderson · 12 months ago
  36. 06b1bca spl: Make SHOW_ERRORS depend on LIBCOMMON by Sean Anderson · 12 months ago
  37. 1e86296 spl: blk_fs: Fix uninitialized return value when we can't get a blk_desc by Sean Anderson · 12 months ago
  38. b35df87 mtd: Rename SPL_MTD_SUPPORT to SPL_MTD by Sean Anderson · 12 months ago
  39. bd9573c spl: nand: Map memory before accessing it by Sean Anderson · 12 months ago
  40. 38ef64e spl: nand: Set bl_len to page size by Sean Anderson · 12 months ago
  41. 57d3da6 spl: legacy: Honor bl_len when decompressing by Sean Anderson · 12 months ago
  42. 23fe0c0 spl: nand: Fix NULL-pointer dereference by Sean Anderson · 12 months ago
  43. a94a407 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 12 months ago
  44. 1b2a3d0 Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 12 months ago
  45. 95168d7 sunxi: add Allwinner R528/T113 SoC support by Andre Przywara · 2 years, 1 month ago
  46. 4a9e89a sunxi: introduce NCAT2 generation model by Andre Przywara · 2 years ago
  47. 58fa2a5 spl: riscv: add os type for next booting stage by Randolph · 1 year ago
  48. 5367b9e spl: riscv: opensbi: change the default os_type as varible by Randolph · 1 year ago
  49. b02c4e9 spl: Use map_sysmem where appropriate by Sean Anderson · 1 year ago
  50. 93caa3e spl: Add callbacks to invalidate cached devices by Sean Anderson · 1 year ago
  51. 44071cd fs: ext4: Fix building ext4 in SPL if write is enabled by Sean Anderson · 1 year ago
  52. 12b3339 Move i.MX8 container image loading support to common/spl by Sean Anderson · 1 year ago
  53. ab12179 arm: imx: Check header before calling spl_load_imx_container by Sean Anderson · 1 year ago
  54. 5264413 spl: fit: Fix entry point for SPL_LOAD_FIT_FULL by Sean Anderson · 1 year ago
  55. 6cc2182 spl: nor: Don't allocate header on stack by Sean Anderson · 1 year ago
  56. 301ae61 spl: legacy: Fix referencing _image_binary_end by Sean Anderson · 1 year ago
  57. a0733b3 spl: mmc: Fix subsequent calls to spl_mmc_load with CONFIG_BLK by Sean Anderson · 1 year ago
  58. e936db9 spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector() by Marek Vasut · 1 year ago
  59. b13eaf3 spl: fit: Add board level function to decide application of DTO by Marek Vasut · 1 year, 1 month ago
  60. 6826c43 spl: Jump to image at end of board_init_r by Jonas Karlman · 1 year, 1 month ago
  61. a60d968 spl: add __noreturn attribute to spl_invoke_atf function by Chanho Park · 1 year, 1 month ago
  62. d9bb6d7 Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 1 year ago
  63. a1b7fd7 spl: fit: support for booting a LZMA-compressed U-boot binary by Manoj Sai · 1 year, 1 month ago
  64. ce6ab56 spl: fit: support for booting a GZIP-compressed U-boot binary by Manoj Sai · 1 year, 1 month ago
  65. a17e1e7 spl: Move bloblist writing until the image is known by Simon Glass · 1 year, 1 month ago
  66. 2354daa spl: Use the correct FIT_..._PROP constants by Simon Glass · 1 year, 1 month ago
  67. 035ab46 spl: Move the full FIT code to spl_fit.c by Simon Glass · 1 year, 1 month ago
  68. d7c232e spl: Rename spl_load_fit_image() to load_simple_fit() by Simon Glass · 1 year, 1 month ago
  69. 17ba501 spl: Remove #ifdefs with BOOTSTAGE by Simon Glass · 1 year, 1 month ago
  70. 2003a83 spl: Avoid an #ifdef when printing gd->malloc_ptr by Simon Glass · 1 year, 1 month ago
  71. 3d6d507 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · 1 year, 1 month ago
  72. f817e08 spl: Drop the switch() statement for OS selection by Simon Glass · 1 year, 1 month ago
  73. e0be6ea spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 1 year, 1 month ago
  74. 6371c47 spl: Drop #ifdefs for BOARD_INIT and watchdog by Simon Glass · 1 year, 1 month ago
  75. 6c2bdf5 spl: mx6: powerpc: Drop the condition on timer_init() by Simon Glass · 1 year, 1 month ago
  76. 5277987 spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC by Simon Glass · 1 year, 1 month ago
  77. 9cbdc3a spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 1 year, 1 month ago
  78. 82e26e0 spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · 1 year, 1 month ago
  79. ac89738 Merge branch 'next' by Tom Rini · 1 year, 1 month ago
  80. 6ab77bb Convert CFG_SYS_UBOOT_START to Kconfig by Jesse Taube · 1 year, 2 months ago
  81. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 1 month ago
  82. 15a23b6 dm: core: Allow marking driver model as dead by Simon Glass · 1 year, 1 month ago
  83. 63f0da6 spl: Tidy up load address in spl_ram by Simon Glass · 1 year, 1 month ago
  84. 6b84acc sdp: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 2 months ago
  85. 99924db spl: sdp: Detach the controller on error by Marek Vasut · 1 year, 2 months ago
  86. 323e91a spl: undefined return value in spl_blk_load_image by Heinrich Schuchardt · 1 year, 1 month ago
  87. ef08687 spl: add __noreturn attribute to spl_invoke_opensbi function by Chanho Park · 1 year, 2 months ago
  88. 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 2 months ago
  89. 4ad85a9 spl: don't assume NVMe partition 1 exists by Heinrich Schuchardt · 1 year, 2 months ago
  90. 86b1aad spl: mmc: Fix check of CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR by Elena Popa · 1 year, 2 months ago
  91. 688d62b spl: add FIT support to semihosting boot method by Heinrich Schuchardt · 1 year, 3 months ago
  92. a077ac1 Kconfigs: Correct default of "0" on hex type entries by Tom Rini · 1 year, 3 months ago
  93. af62d83 spl: move SPL_CRC32 option to lib/Kconfig by Oleksandr Suvorov · 1 year, 3 months ago
  94. 0d2761a spl: remove duplicate SPL_MD5 option by Oleksandr Suvorov · 1 year, 3 months ago
  95. 7d4c8cf spl: initialize PCI before booting by Heinrich Schuchardt · 1 year, 3 months ago
  96. d62e7b8 spl: blk: partition numbers are hexadecimal by Heinrich Schuchardt · 1 year, 3 months ago
  97. 8acfd7d spl: blk: use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME by Heinrich Schuchardt · 1 year, 3 months ago
  98. 954b0ad common: spl: spl: Remove video driver by Nikhil M Jain · 1 year, 3 months ago
  99. 149fb05 common: spl: spl: Update stack pointer address by Nikhil M Jain · 1 year, 3 months ago
  100. 174d7284 arm64: zynqmp: Switch to amd.com emails by Michal Simek · 1 year, 3 months ago