summaryrefslogtreecommitdiff
path: root/common/spl/spl_mmc.c
Commit message (Expand)AuthorAgeLines
* spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FSGuillaume GARDET2016-02-19-1/+1
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-13-5/+4
* spl: mmc: use block device number, not hard-coded 0Eric Nelson2015-12-14-3/+5
* spl: mmc: Unify non/driver model spl_mmc_find_device()Simon Glass2015-12-05-32/+9
* spl: mmc: Rename 'mmc' variable to 'mmcp'Simon Glass2015-12-05-7/+7
* spl: mmc: Fix compiler warning with CONFIG_DM_MMCSimon Glass2015-12-05-1/+1
* spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov2015-11-18-8/+33
* spl: change return values of spl_*_load_image()Nikita Kiryanov2015-11-18-11/+15
* spl: mmc: get rid of emmc boot code duplicationNikita Kiryanov2015-11-18-36/+18
* spl: mmc: move fs boot into its own functionNikita Kiryanov2015-11-18-30/+51
* spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION checkNikita Kiryanov2015-11-18-4/+9
* spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov2015-11-18-8/+9
* spl: mmc: refactor device location code to its own functionNikita Kiryanov2015-11-18-22/+55
* spl: mmc: add break statements in spl_mmc_load_image()Nikita Kiryanov2015-11-18-6/+7
* spl: Fix compile warning for arm64Gong Qianyu2015-08-12-1/+1
* spl: spl_mmc: Add option to boot from a MMC partition with offsetStefan Roese2015-07-24-0/+5
* dm: mmc: Allow driver model to be used for MMC in SPLSimon Glass2015-07-21-2/+15
* spl: Add debugging info for spl_mmc bootSimon Glass2015-07-21-2/+7
* spl: spl_mmc: MMC boot mode provisions checksPaul Kocialkowski2015-06-18-7/+15
* spl: spl_mmc: Minor cosmeticsPaul Kocialkowski2015-06-18-6/+5
* spl: spl_mmc: Error and count distinctionPaul Kocialkowski2015-05-28-14/+19
* spl: spl_mmc: fix mmc Falcon mode regressionTim Harvey2015-05-26-1/+1
* spl: spl_mmc: Partition raw boot mode for eMMCPaul Kocialkowski2015-05-10-0/+5
* spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmeticsPaul Kocialkowski2015-05-10-55/+73
* remove unnecessary version.h includesRob Herring2015-03-24-1/+0
* spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e...Guillaume GARDET2015-01-06-3/+16
* spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if availableGuillaume GARDET2014-12-08-1/+2
* spl: MMC U-Boot image load from raw partitionPaul Kocialkowski2014-12-08-4/+26
* MMC SD fs boot partition config coding style and proper descriptionPaul Kocialkowski2014-12-04-4/+4
* spl: Add EXT support to SPLGuillaume GARDET2014-10-27-2/+16
* Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET2014-10-27-4/+4
* SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini2014-02-07-0/+24
* spl: common: Move FAT funcs to a common fileDan Murphy2014-01-24-62/+6
* spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton2013-09-17-0/+16
* spl: remove unnecessary (& ARM specific) include of asm/utils.hPaul Burton2013-09-17-1/+0
* spl_mmc.c: Detect missing kernel image in RAW MMCTom Rini2013-07-26-0/+4
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* spl_mmc: add Falcon mode support for raw variantPeter Korsgaard2013-06-07-0/+18
* spl_mmc: mmc_load_image_raw(): Add sector argumentPeter Korsgaard2013-06-07-9/+6
* spl_mmc: add Falcon mode support for FAT variantPeter Korsgaard2013-06-07-0/+21
* spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init outPeter Korsgaard2013-06-07-14/+13
* spl_mmc: return error from mmc_load_image_{raw, fat} rather than hangingPeter Korsgaard2013-06-07-10/+14
* drivers/mmc: move spl_mmc.c to common/splYing Zhang2013-05-15-0/+137