aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-20spl: spl_mmc.c Correct blk_dread() return value checkTom Rini1-1/+1
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass1-2/+2
2017-07-19mmc: add static to spl_mmc_get_device_index()Masahiro Yamada1-1/+1
2017-02-17SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to KconfigDalon Westergreen1-9/+3
2017-02-17SPL: add support to boot from a partition typeDalon Westergreen1-0/+15
2017-01-04SPL: make struct spl_image 64-bit safeAndre Przywara1-1/+1
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass1-3/+3
2016-12-05dm: spl: mmc: Fix EXT SPL supportMichal Simek1-2/+2
2016-12-01SPL: mmc: Make spl_mmc_load_image availableMarek Vasut1-2/+2
2016-12-01mmc: Tinification of the mmc codeMarek Vasut1-1/+5
2016-11-29spl: mmc: fix switch statementMax Krummenacher1-1/+0
2016-11-18spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to KconfigSemen Protsenko1-2/+2
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass1-1/+1
2016-10-06spl: Update fat functions to take an spl_image parameterSimon Glass1-2/+2
2016-10-06spl: Update ext functions to take an spl_image parameterSimon Glass1-2/+2
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass1-24/+30
2016-10-06spl: Convert spl_mmc_load_image() to use linker listSimon Glass1-1/+5
2016-10-06spl: Convert boot_device into a structSimon Glass1-3/+3
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass1-1/+1
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-27Merge 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-11spl: mmc: raw: Try to load u-boot if Linux image is not foundLokesh Vutla1-1/+11
2016-03-24spl_mmc: allow to load raw imageMasahiro Yamada1-14/+4
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini1-1/+1
2016-03-14spl: Support loading a FIT from MMCSimon Glass1-18/+57
2016-03-14dm: 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-13block: 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-05spl: mmc: Unify non/driver model spl_mmc_find_device()Simon Glass1-32/+9
2015-12-05spl: mmc: Rename 'mmc' variable to 'mmcp'Simon Glass1-7/+7
2015-12-05spl: 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-12spl: 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