aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2015-01-06spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e...Guillaume GARDET1-3/+16
2014-12-08spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if availableGuillaume GARDET1-1/+2
2014-12-08spl: MMC U-Boot image load from raw partitionPaul Kocialkowski1-4/+26
2014-12-04MMC SD fs boot partition config coding style and proper descriptionPaul Kocialkowski1-4/+4
2014-10-27spl: Add EXT support to SPLGuillaume GARDET1-2/+16
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET1-4/+4
2014-02-07SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini1-0/+24
2014-01-24spl: common: Move FAT funcs to a common fileDan Murphy1-62/+6
2013-09-17spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton1-0/+16
2013-09-17spl: remove unnecessary (& ARM specific) include of asm/utils.hPaul Burton1-1/+0
2013-07-26spl_mmc.c: Detect missing kernel image in RAW MMCTom Rini1-0/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-07spl_mmc: add Falcon mode support for raw variantPeter Korsgaard1-0/+18
2013-06-07spl_mmc: mmc_load_image_raw(): Add sector argumentPeter Korsgaard1-9/+6
2013-06-07spl_mmc: add Falcon mode support for FAT variantPeter Korsgaard1-0/+21
2013-06-07spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init outPeter Korsgaard1-14/+13
2013-06-07spl_mmc: return error from mmc_load_image_{raw, fat} rather than hangingPeter Korsgaard1-10/+14
2013-05-15drivers/mmc: move spl_mmc.c to common/splYing Zhang1-0/+137