1. 1b2a3d0 Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 12 months ago
  2. 95168d7 sunxi: add Allwinner R528/T113 SoC support by Andre Przywara · 2 years, 1 month ago
  3. 4a9e89a sunxi: introduce NCAT2 generation model by Andre Przywara · 2 years, 1 month ago
  4. 58fa2a5 spl: riscv: add os type for next booting stage by Randolph · 1 year ago
  5. 5367b9e spl: riscv: opensbi: change the default os_type as varible by Randolph · 1 year ago
  6. b02c4e9 spl: Use map_sysmem where appropriate by Sean Anderson · 1 year ago
  7. 93caa3e spl: Add callbacks to invalidate cached devices by Sean Anderson · 1 year ago
  8. 44071cd fs: ext4: Fix building ext4 in SPL if write is enabled by Sean Anderson · 1 year ago
  9. 12b3339 Move i.MX8 container image loading support to common/spl by Sean Anderson · 1 year ago
  10. ab12179 arm: imx: Check header before calling spl_load_imx_container by Sean Anderson · 1 year ago
  11. 5264413 spl: fit: Fix entry point for SPL_LOAD_FIT_FULL by Sean Anderson · 1 year ago
  12. 6cc2182 spl: nor: Don't allocate header on stack by Sean Anderson · 1 year ago
  13. 301ae61 spl: legacy: Fix referencing _image_binary_end by Sean Anderson · 1 year ago
  14. a0733b3 spl: mmc: Fix subsequent calls to spl_mmc_load with CONFIG_BLK by Sean Anderson · 1 year ago
  15. e936db9 spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector() by Marek Vasut · 1 year ago
  16. b13eaf3 spl: fit: Add board level function to decide application of DTO by Marek Vasut · 1 year, 1 month ago
  17. 6826c43 spl: Jump to image at end of board_init_r by Jonas Karlman · 1 year, 1 month ago
  18. a60d968 spl: add __noreturn attribute to spl_invoke_atf function by Chanho Park · 1 year, 1 month ago
  19. d9bb6d7 Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 1 year ago
  20. a1b7fd7 spl: fit: support for booting a LZMA-compressed U-boot binary by Manoj Sai · 1 year, 1 month ago
  21. ce6ab56 spl: fit: support for booting a GZIP-compressed U-boot binary by Manoj Sai · 1 year, 1 month ago
  22. a17e1e7 spl: Move bloblist writing until the image is known by Simon Glass · 1 year, 1 month ago
  23. 2354daa spl: Use the correct FIT_..._PROP constants by Simon Glass · 1 year, 1 month ago
  24. 035ab46 spl: Move the full FIT code to spl_fit.c by Simon Glass · 1 year, 1 month ago
  25. d7c232e spl: Rename spl_load_fit_image() to load_simple_fit() by Simon Glass · 1 year, 1 month ago
  26. 17ba501 spl: Remove #ifdefs with BOOTSTAGE by Simon Glass · 1 year, 1 month ago
  27. 2003a83 spl: Avoid an #ifdef when printing gd->malloc_ptr by Simon Glass · 1 year, 1 month ago
  28. 3d6d507 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · 1 year, 1 month ago
  29. f817e08 spl: Drop the switch() statement for OS selection by Simon Glass · 1 year, 1 month ago
  30. e0be6ea spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 1 year, 1 month ago
  31. 6371c47 spl: Drop #ifdefs for BOARD_INIT and watchdog by Simon Glass · 1 year, 1 month ago
  32. 6c2bdf5 spl: mx6: powerpc: Drop the condition on timer_init() by Simon Glass · 1 year, 1 month ago
  33. 5277987 spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC by Simon Glass · 1 year, 1 month ago
  34. 9cbdc3a spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 1 year, 1 month ago
  35. 82e26e0 spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · 1 year, 1 month ago
  36. ac89738 Merge branch 'next' by Tom Rini · 1 year, 1 month ago
  37. 6ab77bb Convert CFG_SYS_UBOOT_START to Kconfig by Jesse Taube · 1 year, 2 months ago
  38. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 1 month ago
  39. 15a23b6 dm: core: Allow marking driver model as dead by Simon Glass · 1 year, 1 month ago
  40. 63f0da6 spl: Tidy up load address in spl_ram by Simon Glass · 1 year, 1 month ago
  41. 6b84acc sdp: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 2 months ago
  42. 99924db spl: sdp: Detach the controller on error by Marek Vasut · 1 year, 2 months ago
  43. 323e91a spl: undefined return value in spl_blk_load_image by Heinrich Schuchardt · 1 year, 1 month ago
  44. ef08687 spl: add __noreturn attribute to spl_invoke_opensbi function by Chanho Park · 1 year, 2 months ago
  45. 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 2 months ago
  46. 4ad85a9 spl: don't assume NVMe partition 1 exists by Heinrich Schuchardt · 1 year, 2 months ago
  47. 86b1aad spl: mmc: Fix check of CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR by Elena Popa · 1 year, 2 months ago
  48. 688d62b spl: add FIT support to semihosting boot method by Heinrich Schuchardt · 1 year, 3 months ago
  49. a077ac1 Kconfigs: Correct default of "0" on hex type entries by Tom Rini · 1 year, 3 months ago
  50. af62d83 spl: move SPL_CRC32 option to lib/Kconfig by Oleksandr Suvorov · 1 year, 3 months ago
  51. 0d2761a spl: remove duplicate SPL_MD5 option by Oleksandr Suvorov · 1 year, 3 months ago
  52. 7d4c8cf spl: initialize PCI before booting by Heinrich Schuchardt · 1 year, 3 months ago
  53. d62e7b8 spl: blk: partition numbers are hexadecimal by Heinrich Schuchardt · 1 year, 3 months ago
  54. 8acfd7d spl: blk: use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME by Heinrich Schuchardt · 1 year, 3 months ago
  55. 954b0ad common: spl: spl: Remove video driver by Nikhil M Jain · 1 year, 3 months ago
  56. 149fb05 common: spl: spl: Update stack pointer address by Nikhil M Jain · 1 year, 3 months ago
  57. 174d7284 arm64: zynqmp: Switch to amd.com emails by Michal Simek · 1 year, 3 months ago
  58. 0f42f89 tpl: Kconfig: TPL_BANNER_PRINT depends on DEBUG_UART && TPL_SERIAL by Ying Sun · 1 year, 4 months ago
  59. 9eb0fc2 RISC-V: CONFIG_SPL_OPENSBI_SCRATCH_OPTIONS description by Heinrich Schuchardt · 1 year, 4 months ago
  60. e80f407 Merge tag 'v2023.07-rc6' into next by Tom Rini · 1 year, 4 months ago
  61. 1b8a1be spl: spl_legacy: Fix spl_end address by Fabio Estevam · 1 year, 4 months ago
  62. 6039e0e imx: hab: Simplify the mechanism by Marek Vasut · 1 year, 5 months ago
  63. 77aed22 spl: spl_legacy: Add extra address checks by Marek Vasut · 1 year, 5 months ago
  64. 1aeedef spl: spl-nor: return error if no valid image was loaded by Mario Kicherer · 1 year, 9 months ago
  65. 02d9c0b common: spl: Add spl NVMe boot support by Mayuresh Chitale · 1 year, 5 months ago
  66. 8ce6a2e spl: blk: Support loading images from fs by Mayuresh Chitale · 1 year, 5 months ago
  67. f3228a7 spl: Add Kconfig options for NVME by Mayuresh Chitale · 1 year, 5 months ago
  68. 7a5f4e4 spl: ext: Use partition size for mount by Mayuresh Chitale · 1 year, 6 months ago
  69. 7da82de Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 1 year, 4 months ago
  70. 1be82af global: Use proper project name U-Boot by Michal Simek · 1 year, 5 months ago
  71. 1310ad3 spl: Correct checking of configuration node by Bin Meng · 1 year, 6 months ago
  72. 0007fb2 usb: Move SPL_USB_GADGET and related Kconfig symbols to drivers/usb/ by Marek Vasut · 1 year, 6 months ago
  73. 6308731 usb: Move SPL_USB_STORAGE Kconfig symbol to drivers/usb/ by Marek Vasut · 1 year, 6 months ago
  74. df10441 usb: Move SPL_USB_HOST Kconfig symbol to drivers/usb/ by Marek Vasut · 1 year, 6 months ago
  75. 7a17e4c common: spl: spl: Remove video driver before u-boot proper by Nikhil M Jain · 1 year, 6 months ago
  76. 8b88206 mmc: Use EXT_CSD_EXTRACT_BOOT_PART() macro for extracting boot part by Pali Rohár · 1 year, 7 months ago
  77. 718d1c7 spl: mmc: Allow to disable SYS_MMCSD_FS_BOOT_PARTITION by Pali Rohár · 1 year, 9 months ago
  78. 69a3e07 spl: Drop unwanted return in spl_fit_upload_fpga() by Simon Glass · 1 year, 9 months ago
  79. 6e73ab3 spl: sata: Rework the loading case it not use IS_ENABLED(...) by Tom Rini · 1 year, 9 months ago
  80. a3fda0d global: Remove unused CONFIG defines by Tom Rini · 1 year, 9 months ago
  81. 53c47c5 Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 1 year, 9 months ago
  82. 33c60a3 trace: Use notrace for short by Simon Glass · 1 year, 10 months ago
  83. e875cab configs: Increase malloc size after relocation by Neha Malcom Francis · 1 year, 9 months ago
  84. ffb191e arm: rockchip: Add RV1126 arch core support by Jagan Teki · 1 year, 10 months ago
  85. 48b3ecb gpio: Get rid of gpio_hog_probe_all() by Marek Vasut · 2 years, 1 month ago
  86. cf7aa03 common: spl: ram: fix return code by Nikita Shubin · 1 year, 10 months ago
  87. cebdfc2 Merge branch 'next' by Tom Rini · 1 year, 9 months ago
  88. 90c7888 common/spl/spl_ram: Remove unused default by Tom Rini · 1 year, 11 months ago
  89. dd5b58c global: Migrate CONFIG_MALLOC_F_ADDR to CFG by Tom Rini · 1 year, 11 months ago
  90. f365971 spl: Kconfig: Fix SPL_OPTEE_IMAGE dependency by Jagan Teki · 2 years ago
  91. 7d212af usb: Update USB_STORAGE dependencies by Tom Rini · 1 year, 11 months ago
  92. 14f4379 Merge tag 'v2023.01-rc4' into next by Tom Rini · 1 year, 10 months ago
  93. fda2253 spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLY by Dai Okamura · 1 year, 11 months ago
  94. ac14155 common/spl/Kconfig: add dependency on SPL_SEMIHOSTING for SPL payload by Kautuk Consul · 1 year, 11 months ago
  95. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 1 year, 11 months ago
  96. f16b1a6 spl: Migrate SYS_SATA_FAT_BOOT_PARTITION to Kconfig by Tom Rini · 1 year, 11 months ago
  97. 4e59094 global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_* by Tom Rini · 2 years ago
  98. 4b0a1f5 spl: Fix SPL_ATF and SPL_OPENSBI dependencies by Samuel Holland · 2 years ago
  99. 08574ed Convert CONFIG_SYS_MONITOR_LEN to Kconfig by Tom Rini · 2 years ago
  100. 8450b97 mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPS by Stefan Roese · 2 years ago