1. 195bc4b spl: spl_mmc.c Correct blk_dread() return value check by Tom Rini · Mon Aug 14 21:01:30 2017 -0400
  2. 5f4bd8c dm: mmc: Allow disabling driver model in SPL by Simon Glass · Tue Jul 04 13:31:19 2017 -0600
  3. 2a4a20c mmc: add static to spl_mmc_get_device_index() by Masahiro Yamada · Thu Jun 22 16:52:36 2017 +0900
  4. f5ba985 SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig by Dalon Westergreen · Fri Feb 10 17:15:35 2017 -0800
  5. 8d770f4 SPL: add support to boot from a partition type by Dalon Westergreen · Fri Feb 10 17:15:34 2017 -0800
  6. 6c52607 SPL: make struct spl_image 64-bit safe by Andre Przywara · Mon Jan 02 11:48:31 2017 +0000
  7. 4fc1f25 spl: Add a name to the SPL load-image methods by Simon Glass · Wed Nov 30 15:30:50 2016 -0700
  8. 0ef6ec8 dm: spl: mmc: Fix EXT SPL support by Michal Simek · Thu Dec 01 11:09:01 2016 +0100
  9. 8d5c4c3 SPL: mmc: Make spl_mmc_load_image available by Marek Vasut · Thu Dec 01 02:06:35 2016 +0100
  10. f537e39 mmc: Tinification of the mmc code by Marek Vasut · Thu Dec 01 02:06:33 2016 +0100
  11. 64a77a4 spl: mmc: fix switch statement by Max Krummenacher · Tue Nov 01 15:04:20 2016 +0100
  12. 7e3ba48 spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to Kconfig by Semen Protsenko · Wed Nov 16 19:19:05 2016 +0200
  13. 43a734f spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · Sat Sep 24 18:20:16 2016 -0600
  14. 3eb382a spl: Update fat functions to take an spl_image parameter by Simon Glass · Sat Sep 24 18:20:15 2016 -0600
  15. 0649e91 spl: Update ext functions to take an spl_image parameter by Simon Glass · Sat Sep 24 18:20:14 2016 -0600
  16. ee30679 spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · Sat Sep 24 18:20:13 2016 -0600
  17. d449cb8 spl: Convert spl_mmc_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:00 2016 -0600
  18. c0b6c9b spl: Convert boot_device into a struct by Simon Glass · Sat Sep 24 18:19:57 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. 55877f9 dm: spl: mmc: Support raw partitions with CONFIG_BLK by Simon Glass · Tue Jul 05 17:10:18 2016 -0600
  21. 70061ba dm: spl: mmc: Support CONFIG_BLK in SPL MMC by Simon Glass · Sun Jun 12 23:30:32 2016 -0600
  22. 64d64bb common: Pass the boot device into spl_boot_mode() by Marek Vasut · Sat May 14 23:42:07 2016 +0200
  23. 9a8f4cf Merge git://git.denx.de/u-boot-dm by Tom Rini · Fri May 27 15:49:43 2016 -0400
  24. f62cef1 spl: Allow to load a FIT containing U-Boot from FS by Lokesh Vutla · Tue May 24 10:34:38 2016 +0530
  25. 670d304 dm: mmc: spl: Add support for CONFIG_BLK by Simon Glass · Sat May 14 14:03:06 2016 -0600
  26. ce084b0 Merge git://git.denx.de/u-boot-dm by Tom Rini · Tue May 17 13:58:27 2016 -0400
  27. 11f2bb6 dm: mmc: Use the new select_hwpart() API by Simon Glass · Sun May 01 13:52:29 2016 -0600
  28. 02266e2 SPL: Let spl_parse_image_header() return value by Marek Vasut · Fri Apr 29 00:44:54 2016 +0200
  29. 37342ab spl: spl_mmc: Disambiguate error message by Fabio Estevam · Wed Apr 20 23:12:04 2016 -0300
  30. 9dee77f spl: mmc: raw: Try to load u-boot if Linux image is not found by Lokesh Vutla · Mon Apr 11 15:24:50 2016 +0530
  31. 802f1c3 spl_mmc: allow to load raw image by Masahiro Yamada · Wed Mar 16 12:10:00 2016 +0900
  32. e080b82 Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Mar 14 19:21:44 2016 -0400
  33. b52c7fc spl: Support loading a FIT from MMC by Simon Glass · Mon Feb 22 22:55:58 2016 -0700
  34. b89a844 dm: part: Rename some partition functions by Simon Glass · Mon Feb 29 15:25:48 2016 -0700
  35. 834dd88 spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS by Guillaume GARDET · Thu Feb 18 18:17:36 2016 +0100
  36. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · Mon Dec 07 11:38:48 2015 -0700
  37. d09e59f spl: mmc: use block device number, not hard-coded 0 by Eric Nelson · Sat Dec 05 12:32:28 2015 -0700
  38. 51ace32 spl: mmc: Unify non/driver model spl_mmc_find_device() by Simon Glass · Wed Dec 02 10:59:13 2015 -0700
  39. 4faf63b spl: mmc: Rename 'mmc' variable to 'mmcp' by Simon Glass · Wed Dec 02 10:59:12 2015 -0700
  40. a2b771c spl: mmc: Fix compiler warning with CONFIG_DM_MMC by Simon Glass · Wed Dec 02 10:59:11 2015 -0700
  41. e63b2dd spl: mmc: add support for BOOT_DEVICE_MMC2 by Nikita Kiryanov · Sun Nov 08 17:11:54 2015 +0200
  42. 33eefe4 spl: change return values of spl_*_load_image() by Nikita Kiryanov · Sun Nov 08 17:11:49 2015 +0200
  43. 2b3ae5f spl: mmc: get rid of emmc boot code duplication by Nikita Kiryanov · Sun Nov 08 17:11:48 2015 +0200
  44. 642648c spl: mmc: move fs boot into its own function by Nikita Kiryanov · Sun Nov 08 17:11:47 2015 +0200
  45. 011cd8f spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check by Nikita Kiryanov · Sun Nov 08 17:11:46 2015 +0200
  46. cc49f55 spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check by Nikita Kiryanov · Sun Nov 08 17:11:45 2015 +0200
  47. 022ddb8 spl: mmc: refactor device location code to its own function by Nikita Kiryanov · Sun Nov 08 17:11:44 2015 +0200
  48. ed52f4d spl: mmc: add break statements in spl_mmc_load_image() by Nikita Kiryanov · Sun Nov 08 17:11:43 2015 +0200
  49. 2ae4589 spl: Fix compile warning for arm64 by Gong Qianyu · Thu Jul 30 14:07:12 2015 +0800
  50. d0503cd spl: spl_mmc: Add option to boot from a MMC partition with offset by Stefan Roese · Mon Jul 20 11:20:39 2015 +0200
  51. f22851a dm: mmc: Allow driver model to be used for MMC in SPL by Simon Glass · Tue Jun 23 15:38:51 2015 -0600
  52. 5614db8 spl: Add debugging info for spl_mmc boot by Simon Glass · Tue Jun 23 15:38:47 2015 -0600
  53. 4bd66e7 spl: spl_mmc: MMC boot mode provisions checks by Paul Kocialkowski · Mon Jun 08 23:05:09 2015 +0200
  54. 01c723f spl: spl_mmc: Minor cosmetics by Paul Kocialkowski · Wed Jun 03 18:48:51 2015 +0200
  55. 2d69f25 spl: spl_mmc: Error and count distinction by Paul Kocialkowski · Fri May 22 12:45:35 2015 +0200
  56. 295be40 spl: spl_mmc: fix mmc Falcon mode regression by Tim Harvey · Thu May 21 15:57:16 2015 -0700
  57. 409d4f7 spl: spl_mmc: Partition raw boot mode for eMMC by Paul Kocialkowski · Mon Apr 27 10:20:23 2015 +0200
  58. 0d13972 spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics by Paul Kocialkowski · Mon Apr 27 10:20:22 2015 +0200
  59. ffdb488 remove unnecessary version.h includes by Rob Herring · Tue Mar 17 15:28:55 2015 -0500
  60. 1143b0a spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f) by Guillaume GARDET · Tue Dec 16 12:00:44 2014 +0100
  61. 4536a63 spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available by Guillaume GARDET · Tue Nov 18 10:44:46 2014 +0100
  62. 17675c8 spl: MMC U-Boot image load from raw partition by Paul Kocialkowski · Sat Nov 08 23:14:56 2014 +0100
  63. 341e8cd MMC SD fs boot partition config coding style and proper description by Paul Kocialkowski · Sat Nov 08 23:14:55 2014 +0100
  64. 1eb410c spl: Add EXT support to SPL by Guillaume GARDET · Wed Oct 15 17:53:12 2014 +0200
  65. 602a16c Rename some defines containing FAT in their name to be filesystem generic by Guillaume GARDET · Wed Oct 15 17:53:11 2014 +0200
  66. cc61269 SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK by Tom Rini · Wed Feb 05 10:24:18 2014 -0500
  67. b7b5b0c spl: common: Move FAT funcs to a common file by Dan Murphy · Thu Jan 16 11:23:29 2014 -0600
  68. a8015fd spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT by Paul Burton · Wed Sep 04 16:12:24 2013 +0100
  69. be50452 spl: remove unnecessary (& ARM specific) include of asm/utils.h by Paul Burton · Wed Sep 04 16:12:23 2013 +0100
  70. 1530e8a spl_mmc.c: Detect missing kernel image in RAW MMC by Tom Rini · Fri Jun 28 14:43:01 2013 -0400
  71. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  72. 01b542f spl_mmc: add Falcon mode support for raw variant by Peter Korsgaard · Mon May 13 08:36:29 2013 +0000
  73. 15af8f5 spl_mmc: mmc_load_image_raw(): Add sector argument by Peter Korsgaard · Mon May 13 08:36:28 2013 +0000
  74. 465f1f8 spl_mmc: add Falcon mode support for FAT variant by Peter Korsgaard · Mon May 13 08:36:27 2013 +0000
  75. 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
  76. 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
  77. daee1d8 drivers/mmc: move spl_mmc.c to common/spl by Ying Zhang · Thu May 09 23:00:36 2013 +0000[Renamed from drivers/mmc/spl_mmc.c]
  78. f247129 spl_mmc: cleanup variable types by Peter Korsgaard · Thu Mar 21 04:55:17 2013 +0000
  79. 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_mmc.c]
  80. a0b9fa5 ARM: SPL: Make spl_mmc.c more generic by Tom Rini · Tue Aug 14 10:25:15 2012 -0700
  81. 29d69dc ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h> by Tom Rini · Tue Aug 14 08:50:58 2012 -0700
  82. a76ff95 ARM: SPL: Rename omap_boot_mode to spl_boot_mode() by Tom Rini · Tue Aug 14 09:19:44 2012 -0700
  83. 0be93ff ARM: SPL: Rename omap_boot_device to spl_boot_device by Tom Rini · Mon Aug 13 12:53:23 2012 -0700
  84. a0d8cca spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORT by Tom Rini · Fri Aug 10 09:27:14 2012 -0700
  85. e6c6889 arm: omap5: correct boot device mode7 for eMMC by Balaji T K · Mon Mar 12 02:25:47 2012 +0000
  86. a9b0556 ARM:OMAP+:MMC: Add parameters to MMC init by Jonathan Solnit · Fri Feb 24 11:30:18 2012 +0000
  87. 5040241 Move timestamp and version files into 'generated' subdir by Simon Glass · Mon Oct 10 08:55:19 2011 +0000
  88. e21d2d8 omap-common: reorganize spl.c by Simon Schwarz · Wed Sep 14 15:33:34 2011 -0400