1. 4bd66e7 spl: spl_mmc: MMC boot mode provisions checks by Paul Kocialkowski · Mon Jun 08 23:05:09 2015 +0200
  2. 01c723f spl: spl_mmc: Minor cosmetics by Paul Kocialkowski · Wed Jun 03 18:48:51 2015 +0200
  3. 2d69f25 spl: spl_mmc: Error and count distinction by Paul Kocialkowski · Fri May 22 12:45:35 2015 +0200
  4. 295be40 spl: spl_mmc: fix mmc Falcon mode regression by Tim Harvey · Thu May 21 15:57:16 2015 -0700
  5. 097a3d0 spl: Correct address in spl_relocate_stack_gd() by Simon Glass · Wed May 13 21:15:21 2015 -0600
  6. 409d4f7 spl: spl_mmc: Partition raw boot mode for eMMC by Paul Kocialkowski · Mon Apr 27 10:20:23 2015 +0200
  7. 0d13972 spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics by Paul Kocialkowski · Mon Apr 27 10:20:22 2015 +0200
  8. c35f6cb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Fri Apr 24 13:43:24 2015 -0400
  9. 8e728cd armv8/ls2085aqds: NAND boot support by Scott Wood · Tue Mar 24 13:25:02 2015 -0700
  10. 9a49ec1 dm: Init device tree as well as driver model in SPL by Simon Glass · Fri Feb 27 22:06:42 2015 -0700
  11. 378dbdb Correct malloc_limit value for pre-relocation malloc() by Simon Glass · Fri Feb 27 22:06:37 2015 -0700
  12. c80b41b0 net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · Wed Apr 08 01:41:21 2015 -0500
  13. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · Sun Mar 22 17:09:06 2015 -0500
  14. 287b094 Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:50 2015 +0200
  15. ffdb488 remove unnecessary version.h includes by Rob Herring · Tue Mar 17 15:28:55 2015 -0500
  16. d8711af arm: spl: Allow board_init_r() to run with a larger stack by Simon Glass · Tue Mar 03 08:03:00 2015 -0700
  17. e8adea2 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · Mon Feb 16 14:55:50 2015 -0500
  18. 329b72a spl, spl_nor: fix compiler warning by Heiko Schocher · Fri Feb 06 09:31:36 2015 +0100
  19. 040d818 arm: spl: Provide for a board-specific loader by Simon Glass · Sat Feb 07 10:47:29 2015 -0700
  20. cd367a6 spl: Change printf to puts for "Unsupported boot-device" by Stefan Roese · Tue Jan 27 16:45:09 2015 +0100
  21. 225581b spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOT by Masahiro Yamada · Thu Jan 08 19:23:35 2015 +0900
  22. a2f46b5 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · Tue Jan 06 10:44:47 2015 -0500
  23. 1143b0a spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f) by Guillaume GARDET · Tue Dec 16 12:00:44 2014 +0100
  24. eac5b83 spl_sata.c: Add <scsi.h> by Tom Rini · Mon Jan 05 21:14:04 2015 -0500
  25. 4536a63 spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available by Guillaume GARDET · Tue Nov 18 10:44:46 2014 +0100
  26. 17675c8 spl: MMC U-Boot image load from raw partition by Paul Kocialkowski · Sat Nov 08 23:14:56 2014 +0100
  27. 341e8cd MMC SD fs boot partition config coding style and proper description by Paul Kocialkowski · Sat Nov 08 23:14:55 2014 +0100
  28. 8a3aeaf spl: Fix SPL EXT support by Guillaume GARDET · Tue Nov 25 15:34:16 2014 +0100
  29. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Nov 24 12:01:48 2014 -0500
  30. b3a2d5a ext4: Prepare API change for files greater than 2GB by Suriyan Ramasami · Mon Nov 17 14:39:36 2014 -0800
  31. ce21aa1 spl: Change debug to printf for "Unsupported boot-device" by Stefan Roese · Tue Nov 11 19:03:55 2014 +0100
  32. 1801a3e dm: spl: Allow driver model to be used by Simon Glass · Mon Nov 10 17:16:46 2014 -0700
  33. b2d6994 dm: spl: Make simple malloc() available when enabled by Simon Glass · Mon Nov 10 17:16:45 2014 -0700
  34. cf00027 spl, nand: add option to boot raw u-boot.bin image only by Heiko Schocher · Fri Oct 31 08:31:00 2014 +0100
  35. ad24412 spl: move comment to the right place by Andreas Bießmann · Sat Oct 25 02:54:55 2014 +0200
  36. 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
  37. 1eb410c spl: Add EXT support to SPL by Guillaume GARDET · Wed Oct 15 17:53:12 2014 +0200
  38. 602a16c Rename some defines containing FAT in their name to be filesystem generic by Guillaume GARDET · Wed Oct 15 17:53:11 2014 +0200
  39. 7a187f5 common: spl_sata: perform SCSI scan before getting device by Roger Quadros · Tue Sep 23 18:07:04 2014 +0300
  40. 38c3fff Fix a few printf argument verification warnings by Vasili Galka · Tue Aug 26 13:45:48 2014 +0300
  41. 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
  42. d32e80b nand: remove CONFIG_SYS_NAND_PAGE_SIZE by Tim Harvey · Wed May 07 22:16:12 2014 -0700
  43. 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
  44. 0c3ab85 common: spl: Add spl sata boot support by Dan Murphy · Mon Feb 03 06:59:01 2014 -0600
  45. cc61269 SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK by Tom Rini · Wed Feb 05 10:24:18 2014 -0500
  46. cb367e1 spl: common: Support for USB MSD FAT image loading by Dan Murphy · Thu Jan 16 11:23:30 2014 -0600
  47. b7b5b0c spl: common: Move FAT funcs to a common file by Dan Murphy · Thu Jan 16 11:23:29 2014 -0600
  48. 55c745d common: convert makefiles to Kbuild style by Masahiro Yamada · Thu Oct 17 17:34:59 2013 +0900
  49. a8015fd spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT by Paul Burton · Wed Sep 04 16:12:24 2013 +0100
  50. be50452 spl: remove unnecessary (& ARM specific) include of asm/utils.h by Paul Burton · Wed Sep 04 16:12:23 2013 +0100
  51. 68e005c Merge branch 'master' of git://88.191.163.10/u-boot-arm by Tom Rini · Sun Aug 18 14:14:34 2013 -0400
  52. 42b7673 SPL: Limit image name print length by Taras Kondratiuk · Tue Jul 16 14:45:01 2013 +0300
  53. 1530e8a spl_mmc.c: Detect missing kernel image in RAW MMC by Tom Rini · Fri Jun 28 14:43:01 2013 -0400
  54. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  55. 01b542f spl_mmc: add Falcon mode support for raw variant by Peter Korsgaard · Mon May 13 08:36:29 2013 +0000
  56. 15af8f5 spl_mmc: mmc_load_image_raw(): Add sector argument by Peter Korsgaard · Mon May 13 08:36:28 2013 +0000
  57. 465f1f8 spl_mmc: add Falcon mode support for FAT variant by Peter Korsgaard · Mon May 13 08:36:27 2013 +0000
  58. 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
  59. 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
  60. 757a92f Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Thu May 30 14:45:06 2013 +0200
  61. daee1d8 drivers/mmc: move spl_mmc.c to common/spl by Ying Zhang · Thu May 09 23:00:36 2013 +0000
  62. 66f827b Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · Sat May 11 22:24:28 2013 +0200
  63. 3f30b0a ARM: OMAP: Cleanup boot parameters usage by SRICHARAN R · Wed Apr 24 00:41:24 2013 +0000
  64. d7a886b lib: consolidate hang() by Andreas Bießmann · Thu Apr 18 22:48:50 2013 +0000
  65. d6b5eed SPL: ONENAND: Support SPL to boot u-boot from OneNAND. by Enric Balletbo i Serra · Thu Feb 07 23:14:48 2013 +0000
  66. fc3a0f0 spl: support for booting via usbeth by Ilya Yanok · Tue Feb 05 11:36:24 2013 +0000
  67. ec90d34 SPL: Port SPL framework to powerpc by Stefan Roese · Thu Aug 23 08:34:21 2012 +0200
  68. c67e485 SPL: make jump_to_image_no_args a weak symbol by Allen Martin · Fri Oct 19 21:08:22 2012 +0000
  69. a16c1a5 SPL: Remove setting GD_FLG_RELOC in preloader_console_init() by Tom Rini · Mon Oct 01 14:44:31 2012 -0700
  70. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · Tue Sep 18 00:22:50 2012 +0000
  71. a84e3d9 OMAP: spl: call timer_init() from SPL by Ilya Yanok · Mon Sep 17 10:26:26 2012 +0000
  72. de99725 SPL: Add support for loading image from ram in SPL. by Pavel Machek · Thu Aug 30 22:42:11 2012 +0200
  73. 7917846 SPL: Rework how we inform about un-headered images by Tom Rini · Mon Aug 27 14:58:28 2012 -0700
  74. d939ef0 SPL: Make un-supported boot device puts a debug instead by Tom Rini · Mon Aug 27 14:57:26 2012 -0700
  75. 5f16992 SPL: Enable use of custom defined U-Boot entry point by Stefan Roese · Tue Aug 28 10:50:59 2012 +0200
  76. 1e2abf9 SPL: SPI: Enhance spi_spl_load to match the other load functions by Tom Rini · Tue Aug 14 14:34:10 2012 -0700
  77. 00b57b3 SPL: Add option to skip copying of the mkimage header by Stefan Roese · Mon Aug 27 12:50:58 2012 +0200
  78. 900c177 SPL: Add NOR flash booting support by Stefan Roese · Mon Aug 27 12:50:59 2012 +0200
  79. 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
  80. 292db77 SPL: Use image_get_xxx() functions to access header values by Stefan Roese · Mon Aug 27 12:50:57 2012 +0200
  81. fb5d62a SPL: do not use fix value for u-boot size by Stefano Babic · Thu Aug 23 12:46:16 2012 +0200
  82. 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
  83. 28591df SPL: Move the omap SPL framework to common/spl by Tom Rini · Mon Aug 13 12:03:19 2012 -0700