summaryrefslogtreecommitdiff
path: root/drivers/mmc/fsl_esdhc_spl.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-9/+9
2022-09-16mmc: fsl_esdhc_spl: Add support for builds without CONFIG_SYS_MMC_U_BOOT_OFFSPali Rohár1-0/+8
2022-09-16mmc: fsl_esdhc_spl: Add support for loading proper U-Boot from unaligned loca...Pali Rohár1-9/+26
2022-05-23mmc: fsl_esdhc_spl: Fix checking for number of read sectorsPali Rohár1-1/+1
2022-04-26mmc: fsl_esdhc_spl: pre-PBL: implement redundancy supportPali Rohár1-7/+18
2022-04-26mmc: fsl_esdhc_spl: Call mmc_init() before booting from SD cardPali Rohár1-0/+5
2022-04-26mmc: fsl_esdhc_spl: pre-PBL: fix determining U-Boot sizePali Rohár1-10/+2
2022-04-26mmc: fsl_esdhc_spl: pre-PBL: check for BOOT signature instead of MBR/DBRPali Rohár1-2/+25
2021-01-18mmc: fsl_esdhc_spl: remove superfluous free()Heinrich Schuchardt1-3/+0
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-3/+5
2014-04-22driver: Add support of image load for MMC & SPI in SPLPrabhakar Kushwaha1-0/+26
2014-04-22driver/mmc: fix compile warningsPrabhakar Kushwaha1-1/+5
2013-12-08powerpc: mmc: Add corenet devices support in esdhc splPriyanka Jain1-0/+5
2013-08-20SPDX-License-Identifier: clean up license headerYork Sun1-16/+1
2013-08-20powerpc: mpc85xx: Support booting from SD Card with SPLYing Zhang1-0/+130