aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-03mmc: Add more debugging for SPLSimon Glass1-0/+12
2024-09-05Merge patch series "provide names for emmc hardware partitions"Tom Rini1-2/+2
2024-09-05mmc: use an enumerated type to represent PARTITION_CONFIG fieldsTim Harvey1-2/+2
2024-08-23spl: Create a function to init spl_load_infoSimon Glass1-3/+1
2024-08-23spl: mmc: Adjust args of spl_mmc_find_device()Simon Glass1-8/+4
2024-08-23spl: mmc: Handle error codes consistentlySimon Glass1-64/+65
2024-08-23spl: mmc: Drop checks for CONFIG_SPL_LIBCOMMON_SUPPORTSimon Glass1-19/+1
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-2/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+2
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini1-1/+0
2024-05-06common: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-11-16spl: Convert mmc to spl_loadSean Anderson1-82/+7
2023-11-16spl: Only support bl_len when we have toSean Anderson1-2/+2
2023-11-16spl: Remove filename from spl_load_infoSean Anderson1-2/+0
2023-11-16spl: Refactor spl_load_info->read to use units of bytesSean Anderson1-10/+14
2023-11-16spl: Remove dev from spl_load_infoSean Anderson1-3/+3
2023-11-16spl: Remove NULL assignments in spl_load_infoSean Anderson1-2/+0
2023-10-24Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+13
2023-10-17spl: Use map_sysmem where appropriateSean Anderson1-1/+3
2023-10-17spl: Add callbacks to invalidate cached devicesSean Anderson1-1/+7
2023-10-17arm: imx: Check header before calling spl_load_imx_containerSean Anderson1-1/+3
2023-10-17spl: mmc: Fix subsequent calls to spl_mmc_load with CONFIG_BLKSean Anderson1-1/+1
2023-10-17spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector()Marek Vasut1-1/+13
2023-10-06spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDRSimon Glass1-1/+1
2023-08-17spl: mmc: Fix check of CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORElena Popa1-1/+1
2023-06-12global: Use proper project name U-BootMichal Simek1-1/+1
2023-04-10mmc: Use EXT_CSD_EXTRACT_BOOT_PART() macro for extracting boot partPali Rohár1-1/+1
2023-03-01spl: mmc: Allow to disable SYS_MMCSD_FS_BOOT_PARTITIONPali Rohár1-9/+3
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-2/+2
2022-08-04spl: mmc: Use correct MMC device when loading imageHarald Seiler1-2/+15
2022-06-06Convert CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR et al to KconfigTom Rini1-1/+1
2022-04-11spl: allow boot from first bootable partitionJérôme Carretero1-4/+28
2022-04-04spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara1-2/+2
2022-01-21spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to KconfigAlexandru Gagniuc1-5/+8
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár1-16/+27
2021-11-05spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini1-1/+1
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2021-07-31SPL: Add support for specifying offset between header and imagePali Rohár1-1/+15
2021-07-27spl: mmc: Support OP-TEE payloads in Falcon modeAlexandru Gagniuc1-2/+2
2021-07-10spl: mmc: Factor out eMMC boot partition selection codeMarek Vasut1-13/+24
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-18part: 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