summaryrefslogtreecommitdiffstats
path: root/common/spl/spl_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini2014-02-071-0/+24
* spl: common: Move FAT funcs to a common fileDan Murphy2014-01-241-62/+6
* spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton2013-09-171-0/+16
* spl: remove unnecessary (& ARM specific) include of asm/utils.hPaul Burton2013-09-171-1/+0
* spl_mmc.c: Detect missing kernel image in RAW MMCTom Rini2013-07-261-0/+4
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* spl_mmc: add Falcon mode support for raw variantPeter Korsgaard2013-06-071-0/+18
* spl_mmc: mmc_load_image_raw(): Add sector argumentPeter Korsgaard2013-06-071-9/+6
* spl_mmc: add Falcon mode support for FAT variantPeter Korsgaard2013-06-071-0/+21
* spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init outPeter Korsgaard2013-06-071-14/+13
* spl_mmc: return error from mmc_load_image_{raw, fat} rather than hangingPeter Korsgaard2013-06-071-10/+14
* drivers/mmc: move spl_mmc.c to common/splYing Zhang2013-05-151-0/+137
OpenPOWER on IntegriCloud