1. cf00027 spl, nand: add option to boot raw u-boot.bin image only by Heiko Schocher · Fri Oct 31 08:31:00 2014 +0100
  2. ad24412 spl: move comment to the right place by Andreas Bießmann · Sat Oct 25 02:54:55 2014 +0200
  3. a23ec1d spl: do not hang in spl_register_fat_device but return error value. It allows to use both CONFIG_SPL_FAT_SUPPORT and CONFIG_SPL_EXT_SUPPORT. by Guillaume GARDET · Wed Oct 15 17:53:14 2014 +0200
  4. 1eb410c spl: Add EXT support to SPL by Guillaume GARDET · Wed Oct 15 17:53:12 2014 +0200
  5. 602a16c Rename some defines containing FAT in their name to be filesystem generic by Guillaume GARDET · Wed Oct 15 17:53:11 2014 +0200
  6. 7a187f5 common: spl_sata: perform SCSI scan before getting device by Roger Quadros · Tue Sep 23 18:07:04 2014 +0300
  7. 38c3fff Fix a few printf argument verification warnings by Vasili Galka · Tue Aug 26 13:45:48 2014 +0300
  8. eac6cd6 spl: nand: read only in the size of image_header on the first access by Masahiro Yamada · Thu Jul 10 20:43:16 2014 +0900
  9. d32e80b nand: remove CONFIG_SYS_NAND_PAGE_SIZE by Tim Harvey · Wed May 07 22:16:12 2014 -0700
  10. 70566b6 spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to boot by Tom Rini · Fri Mar 28 12:03:42 2014 -0400
  11. 0c3ab85 common: spl: Add spl sata boot support by Dan Murphy · Mon Feb 03 06:59:01 2014 -0600
  12. cc61269 SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK by Tom Rini · Wed Feb 05 10:24:18 2014 -0500
  13. cb367e1 spl: common: Support for USB MSD FAT image loading by Dan Murphy · Thu Jan 16 11:23:30 2014 -0600
  14. b7b5b0c spl: common: Move FAT funcs to a common file by Dan Murphy · Thu Jan 16 11:23:29 2014 -0600
  15. 55c745d common: convert makefiles to Kbuild style by Masahiro Yamada · Thu Oct 17 17:34:59 2013 +0900
  16. a8015fd spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT by Paul Burton · Wed Sep 04 16:12:24 2013 +0100
  17. be50452 spl: remove unnecessary (& ARM specific) include of asm/utils.h by Paul Burton · Wed Sep 04 16:12:23 2013 +0100
  18. 68e005c Merge branch 'master' of git://88.191.163.10/u-boot-arm by Tom Rini · Sun Aug 18 14:14:34 2013 -0400
  19. 42b7673 SPL: Limit image name print length by Taras Kondratiuk · Tue Jul 16 14:45:01 2013 +0300
  20. 1530e8a spl_mmc.c: Detect missing kernel image in RAW MMC by Tom Rini · Fri Jun 28 14:43:01 2013 -0400
  21. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  22. 01b542f spl_mmc: add Falcon mode support for raw variant by Peter Korsgaard · Mon May 13 08:36:29 2013 +0000
  23. 15af8f5 spl_mmc: mmc_load_image_raw(): Add sector argument by Peter Korsgaard · Mon May 13 08:36:28 2013 +0000
  24. 465f1f8 spl_mmc: add Falcon mode support for FAT variant by Peter Korsgaard · Mon May 13 08:36:27 2013 +0000
  25. b815ba2 spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init out by Peter Korsgaard · Mon May 13 08:36:26 2013 +0000
  26. 5e5483d spl_mmc: return error from mmc_load_image_{raw, fat} rather than hanging by Peter Korsgaard · Mon May 13 08:36:25 2013 +0000
  27. 757a92f Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Thu May 30 14:45:06 2013 +0200
  28. daee1d8 drivers/mmc: move spl_mmc.c to common/spl by Ying Zhang · Thu May 09 23:00:36 2013 +0000
  29. 66f827b Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · Sat May 11 22:24:28 2013 +0200
  30. 3f30b0a ARM: OMAP: Cleanup boot parameters usage by SRICHARAN R · Wed Apr 24 00:41:24 2013 +0000
  31. d7a886b lib: consolidate hang() by Andreas Bießmann · Thu Apr 18 22:48:50 2013 +0000
  32. d6b5eed SPL: ONENAND: Support SPL to boot u-boot from OneNAND. by Enric Balletbo i Serra · Thu Feb 07 23:14:48 2013 +0000
  33. fc3a0f0 spl: support for booting via usbeth by Ilya Yanok · Tue Feb 05 11:36:24 2013 +0000
  34. ec90d34 SPL: Port SPL framework to powerpc by Stefan Roese · Thu Aug 23 08:34:21 2012 +0200
  35. c67e485 SPL: make jump_to_image_no_args a weak symbol by Allen Martin · Fri Oct 19 21:08:22 2012 +0000
  36. a16c1a5 SPL: Remove setting GD_FLG_RELOC in preloader_console_init() by Tom Rini · Mon Oct 01 14:44:31 2012 -0700
  37. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · Tue Sep 18 00:22:50 2012 +0000
  38. a84e3d9 OMAP: spl: call timer_init() from SPL by Ilya Yanok · Mon Sep 17 10:26:26 2012 +0000
  39. de99725 SPL: Add support for loading image from ram in SPL. by Pavel Machek · Thu Aug 30 22:42:11 2012 +0200
  40. 7917846 SPL: Rework how we inform about un-headered images by Tom Rini · Mon Aug 27 14:58:28 2012 -0700
  41. d939ef0 SPL: Make un-supported boot device puts a debug instead by Tom Rini · Mon Aug 27 14:57:26 2012 -0700
  42. 5f16992 SPL: Enable use of custom defined U-Boot entry point by Stefan Roese · Tue Aug 28 10:50:59 2012 +0200
  43. 1e2abf9 SPL: SPI: Enhance spi_spl_load to match the other load functions by Tom Rini · Tue Aug 14 14:34:10 2012 -0700
  44. 00b57b3 SPL: Add option to skip copying of the mkimage header by Stefan Roese · Mon Aug 27 12:50:58 2012 +0200
  45. 900c177 SPL: Add NOR flash booting support by Stefan Roese · Mon Aug 27 12:50:59 2012 +0200
  46. 9ef51bd SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl by Tom Rini · Tue Aug 14 14:33:02 2012 -0700
  47. 292db77 SPL: Use image_get_xxx() functions to access header values by Stefan Roese · Mon Aug 27 12:50:57 2012 +0200
  48. fb5d62a SPL: do not use fix value for u-boot size by Stefano Babic · Thu Aug 23 12:46:16 2012 +0200
  49. 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
  50. 28591df SPL: Move the omap SPL framework to common/spl by Tom Rini · Mon Aug 13 12:03:19 2012 -0700