summaryrefslogtreecommitdiff
path: root/common/spl/spl_mmc.c
AgeCommit message (Expand)Author
2019-02-01spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4Tien Fong Chee
2019-02-01spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee
2018-09-30spl: mmc: Report device number when we failAlex Kiernan
2018-09-25spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut
2018-07-20spl: mmc: Skip RAW mode ARGS sectors if not definedYork Sun
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-06spl: spl_mmc: provide one weak function spl_boot_partitionPatrick Delaunay
2018-02-07spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski
2017-09-29spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector()Seung-Woo Kim
2017-08-20spl: spl_mmc.c Correct blk_dread() return value checkTom Rini
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass
2017-07-19mmc: add static to spl_mmc_get_device_index()Masahiro Yamada
2017-02-17SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to KconfigDalon Westergreen
2017-02-17SPL: add support to boot from a partition typeDalon Westergreen
2017-01-04SPL: make struct spl_image 64-bit safeAndre Przywara
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass
2016-12-05dm: spl: mmc: Fix EXT SPL supportMichal Simek
2016-12-01SPL: mmc: Make spl_mmc_load_image availableMarek Vasut
2016-12-01mmc: Tinification of the mmc codeMarek Vasut
2016-11-29spl: mmc: fix switch statementMax Krummenacher
2016-11-18spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to KconfigSemen Protsenko
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass
2016-10-06spl: Update fat functions to take an spl_image parameterSimon Glass
2016-10-06spl: Update ext functions to take an spl_image parameterSimon Glass
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass
2016-10-06spl: Convert spl_mmc_load_image() to use linker listSimon Glass
2016-10-06spl: Convert boot_device into a structSimon Glass
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass
2016-07-27dm: spl: mmc: Support raw partitions with CONFIG_BLKSimon Glass
2016-07-11dm: spl: mmc: Support CONFIG_BLK in SPL MMCSimon Glass
2016-06-26common: Pass the boot device into spl_boot_mode()Marek Vasut
2016-05-27Merge git://git.denx.de/u-boot-dmTom Rini
2016-05-27spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla
2016-05-27dm: mmc: spl: Add support for CONFIG_BLKSimon Glass
2016-05-17Merge git://git.denx.de/u-boot-dmTom Rini
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut
2016-04-25spl: spl_mmc: Disambiguate error messageFabio Estevam
2016-04-11spl: mmc: raw: Try to load u-boot if Linux image is not foundLokesh Vutla
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