summaryrefslogtreecommitdiff
path: root/common/spl/spl_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-1/+1
* spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler2020-04-221-3/+2
* spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler2020-04-221-2/+2
* spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementationFaiz Abbas2020-03-091-7/+4
* spl: mmc: support uboot image offset on main partitionBaruch Siach2020-01-161-2/+13
* spl: spl_mmc: fix getting raw_sect when boot from emmc boot partitionPeng Fan2019-10-291-2/+3
* Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini2019-10-141-10/+4
|\
| * spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla2019-10-101-10/+4
* | spl: mmc: Add option to set eMMC HW boot partitionMans Rullgard2019-10-111-0/+4
* | spl: mmc: Fix indentation in spl_mmc.c fileMans Rullgard2019-10-111-20/+20
|/
* spl: mmc: introduce spl_mmc_get_uboot_raw_sectorPeng Fan2019-10-081-0/+11
* spl: mmc: support loading i.MX container format filePeng Fan2019-10-081-0/+10
* spl: Make image loader infrastructure more universalAndreas Dannenberg2019-07-171-25/+51
* spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4Tien Fong Chee2019-02-011-3/+3
* spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee2019-02-011-3/+3
* spl: mmc: Report device number when we failAlex Kiernan2018-09-301-1/+2
* spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut2018-09-251-3/+3
* spl: mmc: Skip RAW mode ARGS sectors if not definedYork Sun2018-07-201-1/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* spl: spl_mmc: provide one weak function spl_boot_partitionPatrick Delaunay2018-04-061-2/+13
* spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski2018-02-071-0/+11
* spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector()Seung-Woo Kim2017-09-291-2/+3
* spl: spl_mmc.c Correct blk_dread() return value checkTom Rini2017-08-201-1/+1
* dm: mmc: Allow disabling driver model in SPLSimon Glass2017-08-011-2/+2
* mmc: add static to spl_mmc_get_device_index()Masahiro Yamada2017-07-191-1/+1
* 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
|/