summaryrefslogtreecommitdiff
path: root/common/spl/spl_mmc.c
AgeCommit message (Expand)Author
2016-03-24spl_mmc: allow to load raw imageMasahiro Yamada
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini
2016-03-14spl: Support loading a FIT from MMCSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-02-19spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FSGuillaume GARDET
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2015-12-14spl: mmc: use block device number, not hard-coded 0Eric Nelson
2015-12-05spl: mmc: Unify non/driver model spl_mmc_find_device()Simon Glass
2015-12-05spl: mmc: Rename 'mmc' variable to 'mmcp'Simon Glass
2015-12-05spl: mmc: Fix compiler warning with CONFIG_DM_MMCSimon Glass
2015-11-18spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov
2015-11-18spl: mmc: get rid of emmc boot code duplicationNikita Kiryanov
2015-11-18spl: mmc: move fs boot into its own functionNikita Kiryanov
2015-11-18spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION checkNikita Kiryanov
2015-11-18spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov
2015-11-18spl: mmc: refactor device location code to its own functionNikita Kiryanov
2015-11-18spl: mmc: add break statements in spl_mmc_load_image()Nikita Kiryanov
2015-08-12spl: Fix compile warning for arm64Gong Qianyu
2015-07-24spl: spl_mmc: Add option to boot from a MMC partition with offsetStefan Roese
2015-07-21dm: mmc: Allow driver model to be used for MMC in SPLSimon Glass
2015-07-21spl: Add debugging info for spl_mmc bootSimon Glass
2015-06-18spl: spl_mmc: MMC boot mode provisions checksPaul Kocialkowski
2015-06-18spl: spl_mmc: Minor cosmeticsPaul Kocialkowski
2015-05-28spl: spl_mmc: Error and count distinctionPaul Kocialkowski
2015-05-26spl: spl_mmc: fix mmc Falcon mode regressionTim Harvey
2015-05-10spl: spl_mmc: Partition raw boot mode for eMMCPaul Kocialkowski
2015-05-10spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmeticsPaul Kocialkowski
2015-03-24remove unnecessary version.h includesRob Herring
2015-01-06spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e...Guillaume GARDET
2014-12-08spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if availableGuillaume GARDET
2014-12-08spl: MMC U-Boot image load from raw partitionPaul Kocialkowski
2014-12-04MMC SD fs boot partition config coding style and proper descriptionPaul Kocialkowski
2014-10-27spl: Add EXT support to SPLGuillaume GARDET
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET
2014-02-07SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini
2014-01-24spl: common: Move FAT funcs to a common fileDan Murphy
2013-09-17spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton
2013-09-17spl: remove unnecessary (& ARM specific) include of asm/utils.hPaul Burton
2013-07-26spl_mmc.c: Detect missing kernel image in RAW MMCTom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-07spl_mmc: add Falcon mode support for raw variantPeter Korsgaard
2013-06-07spl_mmc: mmc_load_image_raw(): Add sector argumentPeter Korsgaard
2013-06-07spl_mmc: add Falcon mode support for FAT variantPeter Korsgaard
2013-06-07spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init outPeter Korsgaard
2013-06-07spl_mmc: return error from mmc_load_image_{raw, fat} rather than hangingPeter Korsgaard
2013-05-15drivers/mmc: move spl_mmc.c to common/splYing Zhang