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