summaryrefslogtreecommitdiff
path: root/common/spl/spl_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-27dm: spl: mmc: Support raw partitions with CONFIG_BLKSimon Glass1-1/+1
2016-07-11dm: spl: mmc: Support CONFIG_BLK in SPL MMCSimon Glass1-3/+3
2016-06-26common: Pass the boot device into spl_boot_mode()Marek Vasut1-1/+1
2016-05-28Merge git://git.denx.de/u-boot-dmTom Rini1-5/+4
2016-05-27spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla1-0/+1
2016-05-27dm: mmc: spl: Add support for CONFIG_BLKSimon Glass1-5/+4
2016-05-17Merge git://git.denx.de/u-boot-dmTom Rini1-1/+1
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass1-1/+1
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut1-1/+5
2016-04-25spl: spl_mmc: Disambiguate error messageFabio Estevam1-2/+2
2016-04-12spl: mmc: raw: Try to load u-boot if Linux image is not foundLokesh Vutla1-1/+11
2016-03-23spl_mmc: allow to load raw imageMasahiro Yamada1-14/+4
2016-03-15Merge git://git.denx.de/u-boot-dmTom Rini1-1/+1
2016-03-15spl: Support loading a FIT from MMCSimon Glass1-18/+57
2016-03-15dm: part: Rename some partition functionsSimon Glass1-1/+1
2016-02-19spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FSGuillaume GARDET1-1/+1
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren1-5/+4
2015-12-14spl: mmc: use block device number, not hard-coded 0Eric Nelson1-3/+5
2015-12-06spl: mmc: Unify non/driver model spl_mmc_find_device()Simon Glass1-32/+9
2015-12-06spl: mmc: Rename 'mmc' variable to 'mmcp'Simon Glass1-7/+7
2015-12-06spl: mmc: Fix compiler warning with CONFIG_DM_MMCSimon Glass1-1/+1
2015-11-18spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov1-8/+33
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov1-11/+15
2015-11-18spl: mmc: get rid of emmc boot code duplicationNikita Kiryanov1-36/+18
2015-11-18spl: mmc: move fs boot into its own functionNikita Kiryanov1-30/+51
2015-11-18spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION checkNikita Kiryanov1-4/+9
2015-11-18spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov1-8/+9
2015-11-18spl: mmc: refactor device location code to its own functionNikita Kiryanov1-22/+55
2015-11-18spl: mmc: add break statements in spl_mmc_load_image()Nikita Kiryanov1-6/+7
2015-08-13spl: Fix compile warning for arm64Gong Qianyu1-1/+1
2015-07-24spl: spl_mmc: Add option to boot from a MMC partition with offsetStefan Roese1-0/+5
2015-07-22dm: mmc: Allow driver model to be used for MMC in SPLSimon Glass1-2/+15
2015-07-22spl: Add debugging info for spl_mmc bootSimon Glass1-2/+7
2015-06-18spl: spl_mmc: MMC boot mode provisions checksPaul Kocialkowski1-7/+15
2015-06-18spl: spl_mmc: Minor cosmeticsPaul Kocialkowski1-6/+5
2015-05-28spl: spl_mmc: Error and count distinctionPaul Kocialkowski1-14/+19
2015-05-26spl: spl_mmc: fix mmc Falcon mode regressionTim Harvey1-1/+1
2015-05-10spl: spl_mmc: Partition raw boot mode for eMMCPaul Kocialkowski1-0/+5
2015-05-10spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmeticsPaul Kocialkowski1-55/+73
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-28spl: 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-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