summaryrefslogtreecommitdiffstats
path: root/common/spl/spl_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* common: Pass the boot device into spl_boot_mode()Marek Vasut2016-06-261-1/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-271-5/+4
|\
| * dm: mmc: spl: Add support for CONFIG_BLKSimon Glass2016-05-271-5/+4
* | spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla2016-05-271-0/+1
|/
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-171-1/+1
|\
| * dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-171-1/+1
* | SPL: Let spl_parse_image_header() return valueMarek Vasut2016-05-171-1/+5
|/
* spl: spl_mmc: Disambiguate error messageFabio Estevam2016-04-251-2/+2
* spl: mmc: raw: Try to load u-boot if Linux image is not foundLokesh Vutla2016-04-111-1/+11
* spl_mmc: allow to load raw imageMasahiro Yamada2016-03-241-14/+4
* Merge git://git.denx.de/u-boot-dmTom Rini2016-03-141-1/+1
|\
| * dm: part: Rename some partition functionsSimon Glass2016-03-141-1/+1
* | spl: Support loading a FIT from MMCSimon Glass2016-03-141-18/+57
|/
* spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FSGuillaume GARDET2016-02-191-1/+1
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-5/+4
* spl: mmc: use block device number, not hard-coded 0Eric Nelson2015-12-141-3/+5
* spl: mmc: Unify non/driver model spl_mmc_find_device()Simon Glass2015-12-051-32/+9
* spl: mmc: Rename 'mmc' variable to 'mmcp'Simon Glass2015-12-051-7/+7
* spl: mmc: Fix compiler warning with CONFIG_DM_MMCSimon Glass2015-12-051-1/+1
* spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov2015-11-181-8/+33
* spl: change return values of spl_*_load_image()Nikita Kiryanov2015-11-181-11/+15
* spl: mmc: get rid of emmc boot code duplicationNikita Kiryanov2015-11-181-36/+18
* spl: mmc: move fs boot into its own functionNikita Kiryanov2015-11-181-30/+51
* spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION checkNikita Kiryanov2015-11-181-4/+9
* spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov2015-11-181-8/+9
* spl: mmc: refactor device location code to its own functionNikita Kiryanov2015-11-181-22/+55
* spl: mmc: add break statements in spl_mmc_load_image()Nikita Kiryanov2015-11-181-6/+7
* spl: Fix compile warning for arm64Gong Qianyu2015-08-121-1/+1
* spl: spl_mmc: Add option to boot from a MMC partition with offsetStefan Roese2015-07-241-0/+5
* dm: mmc: Allow driver model to be used for MMC in SPLSimon Glass2015-07-211-2/+15
* spl: Add debugging info for spl_mmc bootSimon Glass2015-07-211-2/+7
* spl: spl_mmc: MMC boot mode provisions checksPaul Kocialkowski2015-06-181-7/+15
* spl: spl_mmc: Minor cosmeticsPaul Kocialkowski2015-06-181-6/+5
* spl: spl_mmc: Error and count distinctionPaul Kocialkowski2015-05-281-14/+19
* spl: spl_mmc: fix mmc Falcon mode regressionTim Harvey2015-05-261-1/+1
* spl: spl_mmc: Partition raw boot mode for eMMCPaul Kocialkowski2015-05-101-0/+5
* spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmeticsPaul Kocialkowski2015-05-101-55/+73
* remove unnecessary version.h includesRob Herring2015-03-241-1/+0
* spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e...Guillaume GARDET2015-01-061-3/+16
* spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if availableGuillaume GARDET2014-12-081-1/+2
* spl: MMC U-Boot image load from raw partitionPaul Kocialkowski2014-12-081-4/+26
* MMC SD fs boot partition config coding style and proper descriptionPaul Kocialkowski2014-12-041-4/+4
* spl: Add EXT support to SPLGuillaume GARDET2014-10-271-2/+16
* Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET2014-10-271-4/+4
* 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
OpenPOWER on IntegriCloud