1. a28d42c spl: add support to booting with OP-TEE by Kever Yang · 6 years ago
  2. 1dda46f spl: Weed out CONFIG_SYS_TEXT_BASE usage by Marek Vasut · 6 years ago
  3. 9dcc861 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
  4. e8561af binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
  5. 58beb6e spl: record boot_device into spl_image and call spl_perform_fixups by Philipp Tomsich · 7 years ago
  6. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  7. 113aa50 spl: spl_mmc: provide one weak function spl_boot_partition by Patrick Delaunay · 7 years ago
  8. 867a398 binman: Add binman symbol support to SPL by Simon Glass · 7 years ago
  9. f13e9e0 spl: change load_addr and entry_point to uintptr_t by Philipp Tomsich · 7 years ago
  10. be5ac1a spl: add a fdt_addr field to spl_image_info by Philipp Tomsich · 7 years ago
  11. a34ca5f spl: fix assignment of board info to global data by York Sun · 7 years ago
  12. 83ad702 spl: add a 'return to bootrom' boot method by Philipp Tomsich · 7 years ago
  13. 6e79a91 spl: add support to booting with ATF by Kever Yang · 8 years ago
  14. 62b021c spl: make image arg or fdt blob address reconfigurable by Vikas Manocha · 8 years ago
  15. b4be3c3 spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option by Andrew F. Davis · 8 years ago
  16. 3225899 spl: Add spl_early_init() by Eddie Cai · 8 years ago
  17. 6c52607 SPL: make struct spl_image 64-bit safe by Andre Przywara · 8 years ago
  18. 4fc1f25 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  19. bf4fd55 spl: Use a single underscore in the SPL_LOAD_IMAGE_METHOD() macro by Simon Glass · 8 years ago
  20. 8d5c4c3 SPL: mmc: Make spl_mmc_load_image available by Marek Vasut · 8 years ago
  21. ce8f509 spl: Make spl_boot_list a local variable by Simon Glass · 8 years ago
  22. 43a734f spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · 8 years ago
  23. 3eb382a spl: Update fat functions to take an spl_image parameter by Simon Glass · 8 years ago
  24. 0649e91 spl: Update ext functions to take an spl_image parameter by Simon Glass · 8 years ago
  25. ee30679 spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · 8 years ago
  26. a499648 spl: Convert spl_board_load_image() to use linker list by Simon Glass · 8 years ago
  27. d9aefcb spl: Convert spl_net_load_image() to use linker list by Simon Glass · 8 years ago
  28. b9f6d89 spl: Convert spl_spi_load_image() to use linker list by Simon Glass · 8 years ago
  29. 3d2872e spl: Convert spl_sata_load_image() to use linker list by Simon Glass · 8 years ago
  30. c43541b spl: Convert spl_usb_load_image() to use linker list by Simon Glass · 8 years ago
  31. 944e0e3 spl: Convert spl_ymodem_load_image() to use linker list by Simon Glass · 8 years ago
  32. 8f42e64 spl: Convert spl_nor_load_image() to use linker list by Simon Glass · 8 years ago
  33. 383aa47 spl: Convert spl_onenand_load_image() to use linker list by Simon Glass · 8 years ago
  34. 6cf82c9 spl: Convert spl_nand_load_image() to use linker list by Simon Glass · 8 years ago
  35. 92619e8 spl: Convert spl_ubi_load_image() to use linker list by Simon Glass · 8 years ago
  36. d449cb8 spl: Convert spl_mmc_load_image() to use linker list by Simon Glass · 8 years ago
  37. d1cf373 spl: Add a way to declare an SPL image loader by Simon Glass · 8 years ago
  38. c0b6c9b spl: Convert boot_device into a struct by Simon Glass · 8 years ago
  39. f481ab1 spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig by Simon Glass · 8 years ago
  40. 3e6b1c3 spl: Add function comments to spl_start_uboot() by Simon Glass · 8 years ago
  41. b805c35 spl: Add a parameter to jump_to_image_linux() by Simon Glass · 8 years ago
  42. 6b2e4db spl: Add a parameter to spl_parse_image_header() by Simon Glass · 8 years ago
  43. 11a1a27 spl: Add a parameter to spl_set_header_raw_uboot() by Simon Glass · 8 years ago
  44. 8dd1c9e spl: Move spl_board_load_image() into a generic header by Simon Glass · 8 years ago
  45. d207b7e spl: dfu: adding dfu support functions for SPL-DFU by B, Ravi · 8 years ago
  46. 2a8ea48 spl: support loading from UBI volumes by Ladislav Michl · 8 years ago
  47. 64d64bb common: Pass the boot device into spl_boot_mode() by Marek Vasut · 9 years ago
  48. f62cef1 spl: Allow to load a FIT containing U-Boot from FS by Lokesh Vutla · 9 years ago
  49. 7a8465b spl: Introduce new function spl_board_prepare_for_boot by Michal Simek · 9 years ago
  50. 02266e2 SPL: Let spl_parse_image_header() return value by Marek Vasut · 9 years ago
  51. e080b82 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  52. a6131a2 spl: Add an option to load a FIT containing U-Boot by Simon Glass · 9 years ago
  53. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  54. e63b2dd spl: mmc: add support for BOOT_DEVICE_MMC2 by Nikita Kiryanov · 9 years ago
  55. 33eefe4 spl: change return values of spl_*_load_image() by Nikita Kiryanov · 9 years ago
  56. fa2a4db dm: spl: Allow device tree/driver model in board_init_f() by Simon Glass · 9 years ago
  57. a77e1b8 arm: spl: Add an API to detect when U-Boot is started from SPL by Simon Glass · 10 years ago
  58. cf00027 spl, nand: add option to boot raw u-boot.bin image only by Heiko Schocher · 10 years ago
  59. 1eb410c spl: Add EXT support to SPL by Guillaume GARDET · 10 years ago
  60. 602a16c Rename some defines containing FAT in their name to be filesystem generic by Guillaume GARDET · 10 years ago
  61. 454c071 spl: add prototype for jump_to_image_no_args by Jeroen Hofstee · 10 years ago
  62. 0c3ab85 common: spl: Add spl sata boot support by Dan Murphy · 11 years ago
  63. cc61269 SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK by Tom Rini · 11 years ago
  64. cb367e1 spl: common: Support for USB MSD FAT image loading by Dan Murphy · 11 years ago
  65. b7b5b0c spl: common: Move FAT funcs to a common file by Dan Murphy · 11 years ago
  66. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  67. 3f30b0a ARM: OMAP: Cleanup boot parameters usage by SRICHARAN R · 12 years ago
  68. d6b5eed SPL: ONENAND: Support SPL to boot u-boot from OneNAND. by Enric Balletbo i Serra · 12 years ago
  69. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  70. 1e2abf9 SPL: SPI: Enhance spi_spl_load to match the other load functions by Tom Rini · 12 years ago
  71. 00b57b3 SPL: Add option to skip copying of the mkimage header by Stefan Roese · 12 years ago
  72. 900c177 SPL: Add NOR flash booting support by Stefan Roese · 12 years ago
  73. 31dfba4 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · 12 years ago
  74. 28591df SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago