summaryrefslogtreecommitdiff
path: root/common/spl/spl_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-07SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini1-0/+24
2014-01-25spl: 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-27spl_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