1. 9728682 spl: sdp: Add DM gadget support for sdp by Sherry Sun · 4 years, 7 months ago
  2. 9a6c4d8 spl: sdp: Add a callback to clean up USB driver by Ye Li · 4 years, 7 months ago
  3. f7ac6fd spl: sdp: Add CONFIG_SPL_SDP_USB_DEV for USB device by Ye Li · 4 years, 7 months ago
  4. a36d93e spl: sdp: call board_usb_init at spl_sdp_load_image by Frank Li · 4 years, 7 months ago
  5. 2e35f93 Revert "imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon mode" by Harald Seiler · 4 years, 7 months ago
  6. aa1c1d3 spl: spl_legacy: Add lzma decompression support for legacy image by developer · 4 years, 7 months ago
  7. 4ee4cf9 spl: spl_nor: Remove unused variable 'ret' warning by Stefan Roese · 4 years, 7 months ago
  8. 84ae9d8 spl: spl_nor: Move legacy image loading into spl_legacy.c by Stefan Roese · 4 years, 7 months ago
  9. fc962c5 spl: spl_legacy: Use IS_ENABLED() to remove #ifdef by Stefan Roese · 4 years, 7 months ago
  10. 21a1df1 spl: Extract legacy image handling into separate file by Stefan Roese · 4 years, 7 months ago
  11. 939a961 spl: fit: do not check argument of free() by Heinrich Schuchardt · 4 years, 7 months ago
  12. 3b7d078 spl: Kconfig: de-dup SPL_DM_GPIO definition by Joel Johnson · 4 years, 7 months ago
  13. b161f90 riscv: Introduce SPL_SMP Kconfig option for U-Boot SPL by Bin Meng · 4 years, 7 months ago
  14. bf16c30 spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition() by Harald Seiler · 4 years, 7 months ago
  15. 0bf7ab1 spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() by Harald Seiler · 4 years, 7 months ago
  16. 7357a35 Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 8 months ago
  17. c205da8 Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled" by Ye Li · 4 years, 8 months ago
  18. 067b9ff spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entries by Tom Rini · 4 years, 9 months ago
  19. 0bdf563 spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementation by Faiz Abbas · 4 years, 9 months ago
  20. 45a77a5 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 4 years, 10 months ago
  21. e6d9fc0 sunxi: move CONFIG_SYS_SPI_U_BOOT_OFFS out of defconfig by Andre Przywara · 4 years, 11 months ago
  22. 65c4759 common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  23. 38cce70 image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
  24. 4a9a042 spl_fit.c: enable loading compressed u-boot from fit image by Klaus H. Sorensen · 5 years ago
  25. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  26. 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
  27. a8c45f2 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 10 months ago
  28. 91366e2 Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 10 months ago
  29. fef81be spl: mmc: support uboot image offset on main partition by Baruch Siach · 4 years, 11 months ago
  30. 3d2ba9c Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMA by Vignesh Raghavendra · 5 years ago
  31. 74b139f spl: fix entry_point equal to load_addr by Giulio Benetti · 4 years, 11 months ago
  32. d1598e2 spl: atf: Enable option to rewrite bl2_plat_get_bl31_params() by Michal Simek · 5 years ago
  33. db878c0 spl: atf: Add missing ndepth initialization by Michal Simek · 5 years ago
  34. 0dbdaf3 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 4 years, 11 months ago
  35. 9037b7f spl: fit: Allow the board to tell if more images must be loaded from FIT by Jean-Jacques Hiblot · 5 years ago
  36. 64e82dc spl: fit: constify the output parameter of spl_fit_get_image_name() by Jean-Jacques Hiblot · 5 years ago
  37. 9443a73 spl: fit: be more verbose when an error occurs when applying the overlays by Jean-Jacques Hiblot · 5 years ago
  38. c6ab6a1 spl: fit: Do not fail immediately if an overlay is not available by Jean-Jacques Hiblot · 5 years ago
  39. 0da5815 spl: fit: allocate a temporary buffer to load the overlays by Jean-Jacques Hiblot · 5 years ago
  40. 74addb6 spl: fit: Make room in the FDT before applying overlays by Jean-Jacques Hiblot · 5 years ago
  41. bf703df spl: fit: Add support for applying DT overlay by Michal Simek · 5 years ago
  42. 776ce60 spl: fit: don't load the firmware twice by Jean-Jacques Hiblot · 5 years ago
  43. 54914d4 spl: Allow cache drivers to be used in SPL by Ley Foon Tan · 5 years ago
  44. b846d18 configs: Enable SPL_FSL_PBL for some LayerScape platforms by Alison Wang · 5 years ago
  45. 596f31c spl: Add methods to find the position/size of next phase by Simon Glass · 5 years ago
  46. fcedb9a spl: opensbi: wait for ack from secondary harts before entering OpenSBI by Lukas Auer · 5 years ago
  47. c308e01 riscv: add option to wait for ack from secondary harts in smp functions by Lukas Auer · 5 years ago
  48. e105b61 spl: opensbi: specify main hart as preferred boot hart by Lukas Auer · 5 years ago
  49. 8b4ee5f spl: cache: Allow cache drivers in SPL by Rick Chen · 5 years ago
  50. 62e64cf Revert "spl: fix entry_point equal to load_addr" by Tom Rini · 5 years ago
  51. 8e0b77c spl: fix entry_point equal to load_addr by Giulio Benetti · 5 years ago
  52. 1ce1ecf spl: Introduce SPL_DM_GPIO Kconfig define by Lukasz Majewski · 5 years ago
  53. 7ac012a spl: ymodem: Fix loading of fit image by Lokesh Vutla · 5 years ago
  54. fd37f24 cosmetic: Fix spelling and whitespace errors by Thomas Hebb · 5 years ago
  55. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  56. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  57. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  58. 3673618 common: Move serial functions out of common.h by Simon Glass · 5 years ago
  59. c11c19f spl: bootcount: Move code out of header file by Simon Glass · 5 years ago
  60. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  61. 4a0da7c spl: separate SPL_FRAMEWORK config for spl and tpl by Heiko Stuebner · 5 years ago
  62. 99792e2 Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 5 years ago
  63. 8dc7abe common: spl: atf: support booting bl32 image by Joseph Chen · 5 years ago
  64. 3a02533 spl: fix SPI config dependencies by Simon Goldschmidt · 5 years ago
  65. a3ec535 Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  66. 55ce92e spl: nor: Provide falcon boot support for NOR memories by Lukasz Majewski · 5 years ago
  67. db372a8 spl: Add a size check for TPL by Simon Glass · 5 years ago
  68. ba1e61b Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm by Tom Rini · 5 years ago
  69. dc7d322 spl: spl_mmc: fix getting raw_sect when boot from emmc boot partition by Peng Fan · 5 years ago
  70. 0e86456 bootstage: Allow SPL to obtain bootstage info from TPL by Simon Glass · 5 years ago
  71. aa2abc4 bootstage: Mark the start/end of TPL and SPL separately by Simon Glass · 5 years ago
  72. 137b873 spl: mmc: make eMMC HW boot partition configuration optional by Anatolij Gustschin · 5 years ago
  73. f64972a Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  74. 5b07922 Merge branch '2019-10-11-master-imports' by Tom Rini · 5 years ago
  75. 7766ce0 spl: Introduce SPL_DM_SPI Kconfig define by Lukasz Majewski · 5 years ago
  76. e3b39c8 spl: mmc: Add option to set eMMC HW boot partition by Mans Rullgard · 5 years ago
  77. ec046a5 spl: mmc: Fix indentation in spl_mmc.c file by Mans Rullgard · 5 years ago
  78. c4510f4 spl: add a generic function board_init_f by Philippe Reynes · 5 years ago
  79. 5889208 spl: ymodem: Make SPL Y-Modem loader framework accessible by Andreas Dannenberg · 5 years ago
  80. e58d036 spl: ymodem: Fix FIT loading termination handling by Andreas Dannenberg · 5 years ago
  81. c59b41c spl: dm_mmc: Initialize only the required mmc device by Lokesh Vutla · 5 years ago
  82. 73eb78f Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 5 years ago
  83. 770e9b0 Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  84. f8b509b imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB by Stefano Babic · 5 years ago
  85. 3d52a6f spl: nor: support loading i.MX container format file by Peng Fan · 5 years ago
  86. 053207c spl: spi: support loading i.MX container format file by Peng Fan · 5 years ago
  87. 519ce8d spl: nand: support loading i.MX container format file by Peng Fan · 5 years ago
  88. 59a6273 spl: nand: Introduce spl_nand_get_uboot_raw_page by Peng Fan · 5 years ago
  89. 6e773f9 spl: nor: introduce spl_nor_get_uboot_base by Peng Fan · 5 years ago
  90. 3a57169 spl: spi: introduce spl_spi_get_uboot_offs by Peng Fan · 5 years ago
  91. 315cf59 spl: mmc: introduce spl_mmc_get_uboot_raw_sector by Peng Fan · 5 years ago
  92. f2e20ec imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon mode by Lukasz Majewski · 5 years ago
  93. d867076 spl: mmc: support loading i.MX container format file by Peng Fan · 5 years ago
  94. 9c5970c ARM: imx: Support larger SPL size on IMX6DQ by Robert Hancock · 5 years ago
  95. aa050c5 spl: pass args to board_return_to_bootrom by Peng Fan · 5 years ago
  96. ad336ea arm64: zynqmp: Define default SPL_TEXT_BASE address in Kconfig by Michal Simek · 5 years ago
  97. a8f0c94 spl: Convert CONFIG_SPL_SIZE_LIMIT to hex by Simon Glass · 5 years ago
  98. 7611ac6 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · 5 years ago
  99. f120775 spl: Set up the bloblist in board_init_r() by Simon Glass · 5 years ago
  100. c5d2720 spl: Add an arch-specific hook for writing to SPL handoff by Simon Glass · 5 years ago