summaryrefslogtreecommitdiff
path: root/common/spl/spl_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-1/+1
2020-04-22spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler1-3/+2
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler1-2/+2
2020-03-09spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementationFaiz Abbas1-7/+4
2020-01-16spl: mmc: support uboot image offset on main partitionBaruch Siach1-2/+13
2019-10-29spl: spl_mmc: fix getting raw_sect when boot from emmc boot partitionPeng Fan1-2/+3
2019-10-14Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini1-10/+4
2019-10-11spl: mmc: Add option to set eMMC HW boot partitionMans Rullgard1-0/+4
2019-10-11spl: mmc: Fix indentation in spl_mmc.c fileMans Rullgard1-20/+20
2019-10-10spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla1-10/+4
2019-10-08spl: mmc: introduce spl_mmc_get_uboot_raw_sectorPeng Fan1-0/+11
2019-10-08spl: mmc: support loading i.MX container format filePeng Fan1-0/+10
2019-07-17spl: Make image loader infrastructure more universalAndreas Dannenberg1-25/+51
2019-02-01spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4Tien Fong Chee1-3/+3
2019-02-01spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee1-3/+3
2018-09-30spl: mmc: Report device number when we failAlex Kiernan1-1/+2
2018-09-26spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut1-3/+3
2018-07-20spl: mmc: Skip RAW mode ARGS sectors if not definedYork Sun1-1/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-04-07spl: spl_mmc: provide one weak function spl_boot_partitionPatrick Delaunay1-2/+13
2018-02-08spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski1-0/+11
2017-09-29spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector()Seung-Woo Kim1-2/+3
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-19spl: 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-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