1. b4be3c3 spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option by Andrew F. Davis · Thu Feb 16 11:18:38 2017 -0600
  2. 3225899 spl: Add spl_early_init() by Eddie Cai · Wed Mar 15 08:43:28 2017 -0600
  3. 6c52607 SPL: make struct spl_image 64-bit safe by Andre Przywara · Mon Jan 02 11:48:31 2017 +0000
  4. 4fc1f25 spl: Add a name to the SPL load-image methods by Simon Glass · Wed Nov 30 15:30:50 2016 -0700
  5. bf4fd55 spl: Use a single underscore in the SPL_LOAD_IMAGE_METHOD() macro by Simon Glass · Wed Nov 30 15:30:49 2016 -0700
  6. 8d5c4c3 SPL: mmc: Make spl_mmc_load_image available by Marek Vasut · Thu Dec 01 02:06:35 2016 +0100
  7. ce8f509 spl: Make spl_boot_list a local variable by Simon Glass · Sat Sep 24 18:20:17 2016 -0600
  8. 43a734f spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · Sat Sep 24 18:20:16 2016 -0600
  9. 3eb382a spl: Update fat functions to take an spl_image parameter by Simon Glass · Sat Sep 24 18:20:15 2016 -0600
  10. 0649e91 spl: Update ext functions to take an spl_image parameter by Simon Glass · Sat Sep 24 18:20:14 2016 -0600
  11. ee30679 spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · Sat Sep 24 18:20:13 2016 -0600
  12. a499648 spl: Convert spl_board_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:12 2016 -0600
  13. d9aefcb spl: Convert spl_net_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:11 2016 -0600
  14. b9f6d89 spl: Convert spl_spi_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:09 2016 -0600
  15. 3d2872e spl: Convert spl_sata_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:07 2016 -0600
  16. c43541b spl: Convert spl_usb_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:06 2016 -0600
  17. 944e0e3 spl: Convert spl_ymodem_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:05 2016 -0600
  18. 8f42e64 spl: Convert spl_nor_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:04 2016 -0600
  19. 383aa47 spl: Convert spl_onenand_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:03 2016 -0600
  20. 6cf82c9 spl: Convert spl_nand_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:02 2016 -0600
  21. 92619e8 spl: Convert spl_ubi_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:01 2016 -0600
  22. d449cb8 spl: Convert spl_mmc_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:00 2016 -0600
  23. d1cf373 spl: Add a way to declare an SPL image loader by Simon Glass · Sat Sep 24 18:19:58 2016 -0600
  24. c0b6c9b spl: Convert boot_device into a struct by Simon Glass · Sat Sep 24 18:19:57 2016 -0600
  25. f481ab1 spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig by Simon Glass · Sat Sep 24 18:19:56 2016 -0600
  26. 3e6b1c3 spl: Add function comments to spl_start_uboot() by Simon Glass · Sat Sep 24 18:19:55 2016 -0600
  27. b805c35 spl: Add a parameter to jump_to_image_linux() by Simon Glass · Sat Sep 24 18:19:54 2016 -0600
  28. 6b2e4db spl: Add a parameter to spl_parse_image_header() by Simon Glass · Sat Sep 24 18:19:53 2016 -0600
  29. 11a1a27 spl: Add a parameter to spl_set_header_raw_uboot() by Simon Glass · Sat Sep 24 18:19:52 2016 -0600
  30. 8dd1c9e spl: Move spl_board_load_image() into a generic header by Simon Glass · Sat Sep 24 18:19:51 2016 -0600
  31. d207b7e spl: dfu: adding dfu support functions for SPL-DFU by B, Ravi · Thu Jul 28 17:39:16 2016 +0530
  32. 2a8ea48 spl: support loading from UBI volumes by Ladislav Michl · Tue Jul 12 20:28:13 2016 +0200
  33. 64d64bb common: Pass the boot device into spl_boot_mode() by Marek Vasut · Sat May 14 23:42:07 2016 +0200
  34. f62cef1 spl: Allow to load a FIT containing U-Boot from FS by Lokesh Vutla · Tue May 24 10:34:38 2016 +0530
  35. 7a8465b spl: Introduce new function spl_board_prepare_for_boot by Michal Simek · Tue May 10 07:54:20 2016 +0200
  36. 02266e2 SPL: Let spl_parse_image_header() return value by Marek Vasut · Fri Apr 29 00:44:54 2016 +0200
  37. e080b82 Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Mar 14 19:21:44 2016 -0400
  38. a6131a2 spl: Add an option to load a FIT containing U-Boot by Simon Glass · Mon Feb 22 22:55:56 2016 -0700
  39. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · Mon Feb 29 15:25:34 2016 -0700
  40. e63b2dd spl: mmc: add support for BOOT_DEVICE_MMC2 by Nikita Kiryanov · Sun Nov 08 17:11:54 2015 +0200
  41. 33eefe4 spl: change return values of spl_*_load_image() by Nikita Kiryanov · Sun Nov 08 17:11:49 2015 +0200
  42. fa2a4db dm: spl: Allow device tree/driver model in board_init_f() by Simon Glass · Tue Jun 23 15:39:10 2015 -0600
  43. a77e1b8 arm: spl: Add an API to detect when U-Boot is started from SPL by Simon Glass · Wed May 13 07:02:24 2015 -0600
  44. cf00027 spl, nand: add option to boot raw u-boot.bin image only by Heiko Schocher · Fri Oct 31 08:31:00 2014 +0100
  45. 1eb410c spl: Add EXT support to SPL by Guillaume GARDET · Wed Oct 15 17:53:12 2014 +0200
  46. 602a16c Rename some defines containing FAT in their name to be filesystem generic by Guillaume GARDET · Wed Oct 15 17:53:11 2014 +0200
  47. 454c071 spl: add prototype for jump_to_image_no_args by Jeroen Hofstee · Wed Oct 08 22:58:07 2014 +0200
  48. 0c3ab85 common: spl: Add spl sata boot support by Dan Murphy · Mon Feb 03 06:59:01 2014 -0600
  49. cc61269 SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK by Tom Rini · Wed Feb 05 10:24:18 2014 -0500
  50. cb367e1 spl: common: Support for USB MSD FAT image loading by Dan Murphy · Thu Jan 16 11:23:30 2014 -0600
  51. b7b5b0c spl: common: Move FAT funcs to a common file by Dan Murphy · Thu Jan 16 11:23:29 2014 -0600
  52. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  53. 3f30b0a ARM: OMAP: Cleanup boot parameters usage by SRICHARAN R · Wed Apr 24 00:41:24 2013 +0000
  54. d6b5eed SPL: ONENAND: Support SPL to boot u-boot from OneNAND. by Enric Balletbo i Serra · Thu Feb 07 23:14:48 2013 +0000
  55. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · Tue Sep 18 00:22:50 2012 +0000
  56. 1e2abf9 SPL: SPI: Enhance spi_spl_load to match the other load functions by Tom Rini · Tue Aug 14 14:34:10 2012 -0700
  57. 00b57b3 SPL: Add option to skip copying of the mkimage header by Stefan Roese · Mon Aug 27 12:50:58 2012 +0200
  58. 900c177 SPL: Add NOR flash booting support by Stefan Roese · Mon Aug 27 12:50:59 2012 +0200
  59. 31dfba4 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · Wed Aug 22 15:31:05 2012 -0700
  60. 28591df SPL: Move the omap SPL framework to common/spl by Tom Rini · Mon Aug 13 12:03:19 2012 -0700