1. afaf6ea spl: atf: add support for LOAD_IMAGE_V2 by Michael Walle · 4 years ago
  2. 2def7d9 spl: atf: provide a bl2_plat_get_bl31_params_default() by Michael Walle · 4 years ago
  3. 05e3a15 spl: usb: Create an API spl_usb_load() by Faiz Abbas · 4 years, 4 months ago
  4. 0f860b6 spl: fix format of function documentation by Dario Binacchi · 4 years, 6 months ago
  5. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  6. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  7. 1e26864 arm: Don't include common.h in header files by Simon Glass · 4 years, 7 months ago
  8. 617fc29 imx: imx8qm/qxp: Recover SPL data section for partition reboot by Peng Fan · 4 years, 7 months ago
  9. 84ae9d8 spl: spl_nor: Move legacy image loading into spl_legacy.c by Stefan Roese · 4 years, 7 months ago
  10. bf16c30 spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition() by Harald Seiler · 4 years, 7 months ago
  11. 0bf7ab1 spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() by Harald Seiler · 4 years, 7 months ago
  12. 5a5ef78 spl.h: make <spl.h> self-contained by Masahiro Yamada · 4 years, 9 months ago
  13. 2649d0c spl: Add prototype to function spl_board_boot_device() by Alifer Moraes · 4 years, 11 months ago
  14. d1598e2 spl: atf: Enable option to rewrite bl2_plat_get_bl31_params() by Michal Simek · 5 years ago
  15. 596f31c spl: Add methods to find the position/size of next phase by Simon Glass · 5 years ago
  16. ec1503c spl: Correct priority selection for image loaders by Simon Glass · 5 years ago
  17. 5889208 spl: ymodem: Make SPL Y-Modem loader framework accessible by Andreas Dannenberg · 5 years ago
  18. 770e9b0 Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  19. d867076 spl: mmc: support loading i.MX container format file by Peng Fan · 5 years ago
  20. aa050c5 spl: pass args to board_return_to_bootrom by Peng Fan · 5 years ago
  21. 3c573b5 spl: Allow distinguishing between two phases in U-Boot by Simon Glass · 5 years ago
  22. b7fb513 spl: Add a function to determine the U-Boot phase by Simon Glass · 5 years ago
  23. 515b934 spl: support booting via RISC-V OpenSBI by Lukas Auer · 5 years ago
  24. 8d9f7f1 spl: Make image loader infrastructure more universal by Andreas Dannenberg · 5 years ago
  25. 187b9e3 spl: Set spl_image->fdt_addr pointer for full fitImage configuration by Marek Vasut · 6 years ago
  26. 1714047 spl: implement CRC check on U-Boot uImage by Simon Goldschmidt · 6 years ago
  27. c86bacd spl: introduce function prototypes by Peng Fan · 6 years ago
  28. 9d5b0f4 SPL: Add HAB image authentication to FIT by Ye Li · 6 years ago
  29. ce25123 spl/tpl: change banner into upper case by Heiko Schocher · 6 years ago
  30. e14f1a2 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · 6 years ago
  31. dbd3f11 spl: Add a define for SPL_TPL_PROMPT by Simon Glass · 6 years ago
  32. 4e0a52d spl: Set up the bloblist in SPL by Simon Glass · 6 years ago
  33. a28d42c spl: add support to booting with OP-TEE by Kever Yang · 6 years ago
  34. 1dda46f spl: Weed out CONFIG_SYS_TEXT_BASE usage by Marek Vasut · 6 years ago
  35. 9dcc861 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
  36. e8561af binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
  37. 58beb6e spl: record boot_device into spl_image and call spl_perform_fixups by Philipp Tomsich · 7 years ago
  38. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  39. 113aa50 spl: spl_mmc: provide one weak function spl_boot_partition by Patrick Delaunay · 7 years ago
  40. 867a398 binman: Add binman symbol support to SPL by Simon Glass · 7 years ago
  41. f13e9e0 spl: change load_addr and entry_point to uintptr_t by Philipp Tomsich · 7 years ago
  42. be5ac1a spl: add a fdt_addr field to spl_image_info by Philipp Tomsich · 7 years ago
  43. a34ca5f spl: fix assignment of board info to global data by York Sun · 7 years ago
  44. 83ad702 spl: add a 'return to bootrom' boot method by Philipp Tomsich · 7 years ago
  45. 6e79a91 spl: add support to booting with ATF by Kever Yang · 8 years ago
  46. 62b021c spl: make image arg or fdt blob address reconfigurable by Vikas Manocha · 8 years ago
  47. b4be3c3 spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option by Andrew F. Davis · 8 years ago
  48. 3225899 spl: Add spl_early_init() by Eddie Cai · 8 years ago
  49. 6c52607 SPL: make struct spl_image 64-bit safe by Andre Przywara · 8 years ago
  50. 4fc1f25 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  51. bf4fd55 spl: Use a single underscore in the SPL_LOAD_IMAGE_METHOD() macro by Simon Glass · 8 years ago
  52. 8d5c4c3 SPL: mmc: Make spl_mmc_load_image available by Marek Vasut · 8 years ago
  53. ce8f509 spl: Make spl_boot_list a local variable by Simon Glass · 8 years ago
  54. 43a734f spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · 8 years ago
  55. 3eb382a spl: Update fat functions to take an spl_image parameter by Simon Glass · 8 years ago
  56. 0649e91 spl: Update ext functions to take an spl_image parameter by Simon Glass · 8 years ago
  57. ee30679 spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · 8 years ago
  58. a499648 spl: Convert spl_board_load_image() to use linker list by Simon Glass · 8 years ago
  59. d9aefcb spl: Convert spl_net_load_image() to use linker list by Simon Glass · 8 years ago
  60. b9f6d89 spl: Convert spl_spi_load_image() to use linker list by Simon Glass · 8 years ago
  61. 3d2872e spl: Convert spl_sata_load_image() to use linker list by Simon Glass · 8 years ago
  62. c43541b spl: Convert spl_usb_load_image() to use linker list by Simon Glass · 8 years ago
  63. 944e0e3 spl: Convert spl_ymodem_load_image() to use linker list by Simon Glass · 8 years ago
  64. 8f42e64 spl: Convert spl_nor_load_image() to use linker list by Simon Glass · 8 years ago
  65. 383aa47 spl: Convert spl_onenand_load_image() to use linker list by Simon Glass · 8 years ago
  66. 6cf82c9 spl: Convert spl_nand_load_image() to use linker list by Simon Glass · 8 years ago
  67. 92619e8 spl: Convert spl_ubi_load_image() to use linker list by Simon Glass · 8 years ago
  68. d449cb8 spl: Convert spl_mmc_load_image() to use linker list by Simon Glass · 8 years ago
  69. d1cf373 spl: Add a way to declare an SPL image loader by Simon Glass · 8 years ago
  70. c0b6c9b spl: Convert boot_device into a struct by Simon Glass · 8 years ago
  71. f481ab1 spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig by Simon Glass · 8 years ago
  72. 3e6b1c3 spl: Add function comments to spl_start_uboot() by Simon Glass · 8 years ago
  73. b805c35 spl: Add a parameter to jump_to_image_linux() by Simon Glass · 8 years ago
  74. 6b2e4db spl: Add a parameter to spl_parse_image_header() by Simon Glass · 8 years ago
  75. 11a1a27 spl: Add a parameter to spl_set_header_raw_uboot() by Simon Glass · 8 years ago
  76. 8dd1c9e spl: Move spl_board_load_image() into a generic header by Simon Glass · 8 years ago
  77. d207b7e spl: dfu: adding dfu support functions for SPL-DFU by B, Ravi · 8 years ago
  78. 2a8ea48 spl: support loading from UBI volumes by Ladislav Michl · 8 years ago
  79. 64d64bb common: Pass the boot device into spl_boot_mode() by Marek Vasut · 9 years ago
  80. f62cef1 spl: Allow to load a FIT containing U-Boot from FS by Lokesh Vutla · 9 years ago
  81. 7a8465b spl: Introduce new function spl_board_prepare_for_boot by Michal Simek · 9 years ago
  82. 02266e2 SPL: Let spl_parse_image_header() return value by Marek Vasut · 9 years ago
  83. e080b82 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  84. a6131a2 spl: Add an option to load a FIT containing U-Boot by Simon Glass · 9 years ago
  85. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  86. e63b2dd spl: mmc: add support for BOOT_DEVICE_MMC2 by Nikita Kiryanov · 9 years ago
  87. 33eefe4 spl: change return values of spl_*_load_image() by Nikita Kiryanov · 9 years ago
  88. fa2a4db dm: spl: Allow device tree/driver model in board_init_f() by Simon Glass · 9 years ago
  89. a77e1b8 arm: spl: Add an API to detect when U-Boot is started from SPL by Simon Glass · 10 years ago
  90. cf00027 spl, nand: add option to boot raw u-boot.bin image only by Heiko Schocher · 10 years ago
  91. 1eb410c spl: Add EXT support to SPL by Guillaume GARDET · 10 years ago
  92. 602a16c Rename some defines containing FAT in their name to be filesystem generic by Guillaume GARDET · 10 years ago
  93. 454c071 spl: add prototype for jump_to_image_no_args by Jeroen Hofstee · 10 years ago
  94. 0c3ab85 common: spl: Add spl sata boot support by Dan Murphy · 11 years ago
  95. cc61269 SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK by Tom Rini · 11 years ago
  96. cb367e1 spl: common: Support for USB MSD FAT image loading by Dan Murphy · 11 years ago
  97. b7b5b0c spl: common: Move FAT funcs to a common file by Dan Murphy · 11 years ago
  98. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  99. 3f30b0a ARM: OMAP: Cleanup boot parameters usage by SRICHARAN R · 12 years ago
  100. d6b5eed SPL: ONENAND: Support SPL to boot u-boot from OneNAND. by Enric Balletbo i Serra · 12 years ago