summaryrefslogtreecommitdiff
path: root/common/spl/spl_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to KconfigDalon Westergreen2017-02-171-9/+3
* SPL: add support to boot from a partition typeDalon Westergreen2017-02-171-0/+15
* SPL: make struct spl_image 64-bit safeAndre Przywara2017-01-041-1/+1
* spl: Add a name to the SPL load-image methodsSimon Glass2016-12-091-3/+3
* dm: spl: mmc: Fix EXT SPL supportMichal Simek2016-12-051-2/+2
* SPL: mmc: Make spl_mmc_load_image availableMarek Vasut2016-12-011-2/+2
* mmc: Tinification of the mmc codeMarek Vasut2016-12-011-1/+5
* spl: mmc: fix switch statementMax Krummenacher2016-11-291-1/+0
* spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to KconfigSemen Protsenko2016-11-181-2/+2
* spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass2016-10-061-1/+1
* spl: Update fat functions to take an spl_image parameterSimon Glass2016-10-061-2/+2
* spl: Update ext functions to take an spl_image parameterSimon Glass2016-10-061-2/+2
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-061-24/+30
* spl: Convert spl_mmc_load_image() to use linker listSimon Glass2016-10-061-1/+5
* spl: Convert boot_device into a structSimon Glass2016-10-061-3/+3
* spl: Add a parameter to spl_parse_image_header()Simon Glass2016-10-061-1/+1
* dm: spl: mmc: Support raw partitions with CONFIG_BLKSimon Glass2016-07-271-1/+1
* dm: spl: mmc: Support CONFIG_BLK in SPL MMCSimon Glass2016-07-111-3/+3
* 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