1. ce8f509 spl: Make spl_boot_list a local variable by Simon Glass · Sat Sep 24 18:20:17 2016 -0600
  2. 43a734f spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · Sat Sep 24 18:20:16 2016 -0600
  3. ee30679 spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · Sat Sep 24 18:20:13 2016 -0600
  4. a499648 spl: Convert spl_board_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:12 2016 -0600
  5. d9aefcb spl: Convert spl_net_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:11 2016 -0600
  6. b9f6d89 spl: Convert spl_spi_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:09 2016 -0600
  7. 3d2872e spl: Convert spl_sata_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:07 2016 -0600
  8. c43541b spl: Convert spl_usb_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:06 2016 -0600
  9. 944e0e3 spl: Convert spl_ymodem_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:05 2016 -0600
  10. 8f42e64 spl: Convert spl_nor_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:04 2016 -0600
  11. 383aa47 spl: Convert spl_onenand_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:03 2016 -0600
  12. 6cf82c9 spl: Convert spl_nand_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:02 2016 -0600
  13. 92619e8 spl: Convert spl_ubi_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:01 2016 -0600
  14. d449cb8 spl: Convert spl_mmc_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:00 2016 -0600
  15. d561db9 spl: Convert spl_ram_load_image() to use linker list by Simon Glass · Sat Sep 24 18:19:59 2016 -0600
  16. d1cf373 spl: Add a way to declare an SPL image loader by Simon Glass · Sat Sep 24 18:19:58 2016 -0600
  17. c0b6c9b spl: Convert boot_device into a struct by Simon Glass · Sat Sep 24 18:19:57 2016 -0600
  18. b805c35 spl: Add a parameter to jump_to_image_linux() by Simon Glass · Sat Sep 24 18:19:54 2016 -0600
  19. 6b2e4db spl: Add a parameter to spl_parse_image_header() by Simon Glass · Sat Sep 24 18:19:53 2016 -0600
  20. 11a1a27 spl: Add a parameter to spl_set_header_raw_uboot() by Simon Glass · Sat Sep 24 18:19:52 2016 -0600
  21. 2fb19df dra7x: boot: add dfu bootmode support by B, Ravi · Thu Jul 28 17:39:17 2016 +0530
  22. e48b775 spl: Rework image header parse to allow abort on raw image and os boot by Paul Kocialkowski · Wed Aug 24 20:04:42 2016 +0200
  23. 9c74372 spl: zImage support in Falcon mode by Ladislav Michl · Tue Jul 12 20:28:14 2016 +0200
  24. 2a8ea48 spl: support loading from UBI volumes by Ladislav Michl · Tue Jul 12 20:28:13 2016 +0200
  25. a1db4fe Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · Fri Jul 15 10:44:01 2016 -0400
  26. 6f3ea20 sunxi: Support booting from SPI flash by Siarhei Siamashka · Tue Jun 07 14:28:34 2016 +0300
  27. e9559fb dm: spl: Bind in all devices in SPL with of-platdata by Simon Glass · Mon Jul 04 11:58:14 2016 -0600
  28. bb94838 dm: spl: Don't set up device tree with of-platdata by Simon Glass · Mon Jul 04 11:57:56 2016 -0600
  29. ae9e3a5 spl: Drop include of i2c.h by Simon Glass · Mon Jul 04 11:57:43 2016 -0600
  30. 747ceee bootstage: call show_boot_progress also in SPL by Heiko Schocher · Tue Jun 07 08:31:20 2016 +0200
  31. aba2736 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Thu Jun 02 21:42:23 2016 -0400
  32. d61ba11 spl: Allow settings malloc_f base address by Marek Vasut · Wed May 25 02:14:56 2016 +0200
  33. 970e201 spl: Remove bogus GD_FLG_SPL_INIT check by Marek Vasut · Mon May 30 17:10:53 2016 +0200
  34. 853fee2 SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode by Michal Simek · Thu Apr 28 09:54:16 2016 +0200
  35. 7a8465b spl: Introduce new function spl_board_prepare_for_boot by Michal Simek · Tue May 10 07:54:20 2016 +0200
  36. bf541b2 SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE by Marek Vasut · Fri Apr 29 00:44:55 2016 +0200
  37. 02266e2 SPL: Let spl_parse_image_header() return value by Marek Vasut · Fri Apr 29 00:44:54 2016 +0200
  38. 9ef3c9e spl: Print from which mmc slot spl is trying to boot by Hans de Goede · Sun Mar 20 14:17:10 2016 +0100
  39. 85260bb arm: move gd handling outside of C code by Albert ARIBAUD · Wed Nov 25 17:56:33 2015 +0100
  40. 9f08e44 spl: use panic_str instead of panic by Sjoerd Simons · Fri Dec 04 23:27:35 2015 +0100
  41. e63b2dd spl: mmc: add support for BOOT_DEVICE_MMC2 by Nikita Kiryanov · Sun Nov 08 17:11:54 2015 +0200
  42. 8ec2e6c spl: announce boot devices by Nikita Kiryanov · Sun Nov 08 17:11:52 2015 +0200
  43. 3ed9478 spl: add support for alternative boot device by Nikita Kiryanov · Sun Nov 08 17:11:51 2015 +0200
  44. 0a97881 common: spl: move image load to its own function by Nikita Kiryanov · Sun Nov 08 17:11:50 2015 +0200
  45. 33eefe4 spl: change return values of spl_*_load_image() by Nikita Kiryanov · Sun Nov 08 17:11:49 2015 +0200
  46. 8f28038 malloc_simple: Add support for switching to DRAM heap by Hans de Goede · Sun Sep 13 15:04:17 2015 +0200
  47. a2c3672 spl: spl_relocate_stack_gd: Do not unnecessarily clear bss by Hans de Goede · Sun Sep 13 15:36:18 2015 +0200
  48. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · Wed Aug 12 07:31:55 2015 +0900
  49. 1e35f39 of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL by Masahiro Yamada · Wed Aug 12 07:31:54 2015 +0900
  50. 32f72f5 spl: Add a debug string before the jump to U-Boot by Simon Glass · Tue Jun 23 15:39:11 2015 -0600
  51. fa2a4db dm: spl: Allow device tree/driver model in board_init_f() by Simon Glass · Tue Jun 23 15:39:10 2015 -0600
  52. 097a3d0 spl: Correct address in spl_relocate_stack_gd() by Simon Glass · Wed May 13 21:15:21 2015 -0600
  53. c35f6cb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Fri Apr 24 13:43:24 2015 -0400
  54. 8e728cd armv8/ls2085aqds: NAND boot support by Scott Wood · Tue Mar 24 13:25:02 2015 -0700
  55. 9a49ec1 dm: Init device tree as well as driver model in SPL by Simon Glass · Fri Feb 27 22:06:42 2015 -0700
  56. 378dbdb Correct malloc_limit value for pre-relocation malloc() by Simon Glass · Fri Feb 27 22:06:37 2015 -0700
  57. 287b094 Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:50 2015 +0200
  58. d8711af arm: spl: Allow board_init_r() to run with a larger stack by Simon Glass · Tue Mar 03 08:03:00 2015 -0700
  59. 040d818 arm: spl: Provide for a board-specific loader by Simon Glass · Sat Feb 07 10:47:29 2015 -0700
  60. cd367a6 spl: Change printf to puts for "Unsupported boot-device" by Stefan Roese · Tue Jan 27 16:45:09 2015 +0100
  61. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Nov 24 12:01:48 2014 -0500
  62. ce21aa1 spl: Change debug to printf for "Unsupported boot-device" by Stefan Roese · Tue Nov 11 19:03:55 2014 +0100
  63. 1801a3e dm: spl: Allow driver model to be used by Simon Glass · Mon Nov 10 17:16:46 2014 -0700
  64. b2d6994 dm: spl: Make simple malloc() available when enabled by Simon Glass · Mon Nov 10 17:16:45 2014 -0700
  65. cf00027 spl, nand: add option to boot raw u-boot.bin image only by Heiko Schocher · Fri Oct 31 08:31:00 2014 +0100
  66. ad24412 spl: move comment to the right place by Andreas Bießmann · Sat Oct 25 02:54:55 2014 +0200
  67. 38c3fff Fix a few printf argument verification warnings by Vasili Galka · Tue Aug 26 13:45:48 2014 +0300
  68. 0c3ab85 common: spl: Add spl sata boot support by Dan Murphy · Mon Feb 03 06:59:01 2014 -0600
  69. cb367e1 spl: common: Support for USB MSD FAT image loading by Dan Murphy · Thu Jan 16 11:23:30 2014 -0600
  70. 42b7673 SPL: Limit image name print length by Taras Kondratiuk · Tue Jul 16 14:45:01 2013 +0300
  71. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  72. 66f827b Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · Sat May 11 22:24:28 2013 +0200
  73. 3f30b0a ARM: OMAP: Cleanup boot parameters usage by SRICHARAN R · Wed Apr 24 00:41:24 2013 +0000
  74. d7a886b lib: consolidate hang() by Andreas Bießmann · Thu Apr 18 22:48:50 2013 +0000
  75. d6b5eed SPL: ONENAND: Support SPL to boot u-boot from OneNAND. by Enric Balletbo i Serra · Thu Feb 07 23:14:48 2013 +0000
  76. fc3a0f0 spl: support for booting via usbeth by Ilya Yanok · Tue Feb 05 11:36:24 2013 +0000
  77. ec90d34 SPL: Port SPL framework to powerpc by Stefan Roese · Thu Aug 23 08:34:21 2012 +0200
  78. c67e485 SPL: make jump_to_image_no_args a weak symbol by Allen Martin · Fri Oct 19 21:08:22 2012 +0000
  79. a16c1a5 SPL: Remove setting GD_FLG_RELOC in preloader_console_init() by Tom Rini · Mon Oct 01 14:44:31 2012 -0700
  80. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · Tue Sep 18 00:22:50 2012 +0000
  81. a84e3d9 OMAP: spl: call timer_init() from SPL by Ilya Yanok · Mon Sep 17 10:26:26 2012 +0000
  82. de99725 SPL: Add support for loading image from ram in SPL. by Pavel Machek · Thu Aug 30 22:42:11 2012 +0200
  83. 7917846 SPL: Rework how we inform about un-headered images by Tom Rini · Mon Aug 27 14:58:28 2012 -0700
  84. d939ef0 SPL: Make un-supported boot device puts a debug instead by Tom Rini · Mon Aug 27 14:57:26 2012 -0700
  85. 5f16992 SPL: Enable use of custom defined U-Boot entry point by Stefan Roese · Tue Aug 28 10:50:59 2012 +0200
  86. 1e2abf9 SPL: SPI: Enhance spi_spl_load to match the other load functions by Tom Rini · Tue Aug 14 14:34:10 2012 -0700
  87. 00b57b3 SPL: Add option to skip copying of the mkimage header by Stefan Roese · Mon Aug 27 12:50:58 2012 +0200
  88. 900c177 SPL: Add NOR flash booting support by Stefan Roese · Mon Aug 27 12:50:59 2012 +0200
  89. 292db77 SPL: Use image_get_xxx() functions to access header values by Stefan Roese · Mon Aug 27 12:50:57 2012 +0200
  90. fb5d62a SPL: do not use fix value for u-boot size by Stefano Babic · Thu Aug 23 12:46:16 2012 +0200
  91. 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
  92. 28591df SPL: Move the omap SPL framework to common/spl by Tom Rini · Mon Aug 13 12:03:19 2012 -0700[Renamed (98%) from arch/arm/cpu/armv7/omap-common/spl.c]
  93. ff7a605 ARM: SPL: Start hooking in the current SPI SPL support by Tom Rini · Tue Aug 14 12:25:23 2012 -0700
  94. 7b51686 ARM: SPL: Clean up spl.c / spl_nand.c slightly by Tom Rini · Tue Aug 14 12:06:43 2012 -0700
  95. 29d69dc ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h> by Tom Rini · Tue Aug 14 08:50:58 2012 -0700
  96. 730bae7 ARM: SPL: Only call mem_malloc_init if configured by Tom Rini · Mon Aug 13 14:13:07 2012 -0700
  97. 0be93ff ARM: SPL: Rename omap_boot_device to spl_boot_device by Tom Rini · Mon Aug 13 12:53:23 2012 -0700
  98. fe3b0c7 omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print() by Tom Rini · Mon Aug 13 11:37:56 2012 -0700
  99. e6c6889 arm: omap5: correct boot device mode7 for eMMC by Balaji T K · Mon Mar 12 02:25:47 2012 +0000
  100. 0e0a6b7 SPL: call cleanup_before_linux() before booting Linux by Stefano Babic · Thu Mar 15 04:01:43 2012 +0000