index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
spl
/
spl_mmc.c
Age
Commit message (
Expand
)
Author
2015-11-18
spl: mmc: get rid of emmc boot code duplication
Nikita Kiryanov
2015-11-18
spl: mmc: move fs boot into its own function
Nikita Kiryanov
2015-11-18
spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check
Nikita Kiryanov
2015-11-18
spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check
Nikita Kiryanov
2015-11-18
spl: mmc: refactor device location code to its own function
Nikita Kiryanov
2015-11-18
spl: mmc: add break statements in spl_mmc_load_image()
Nikita Kiryanov
2015-08-12
spl: Fix compile warning for arm64
Gong Qianyu
2015-07-24
spl: spl_mmc: Add option to boot from a MMC partition with offset
Stefan Roese
2015-07-21
dm: mmc: Allow driver model to be used for MMC in SPL
Simon Glass
2015-07-21
spl: Add debugging info for spl_mmc boot
Simon Glass
2015-06-18
spl: spl_mmc: MMC boot mode provisions checks
Paul Kocialkowski
2015-06-18
spl: spl_mmc: Minor cosmetics
Paul Kocialkowski
2015-05-28
spl: spl_mmc: Error and count distinction
Paul Kocialkowski
2015-05-26
spl: spl_mmc: fix mmc Falcon mode regression
Tim Harvey
2015-05-10
spl: spl_mmc: Partition raw boot mode for eMMC
Paul Kocialkowski
2015-05-10
spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics
Paul Kocialkowski
2015-03-24
remove unnecessary version.h includes
Rob Herring
2015-01-06
spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e...
Guillaume GARDET
2014-12-08
spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available
Guillaume GARDET
2014-12-08
spl: MMC U-Boot image load from raw partition
Paul Kocialkowski
2014-12-04
MMC SD fs boot partition config coding style and proper description
Paul Kocialkowski
2014-10-27
spl: Add EXT support to SPL
Guillaume GARDET
2014-10-27
Rename some defines containing FAT in their name to be filesystem generic
Guillaume GARDET
2014-02-07
SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK
Tom Rini
2014-01-24
spl: common: Move FAT funcs to a common file
Dan Murphy
2013-09-17
spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT
Paul Burton
2013-09-17
spl: remove unnecessary (& ARM specific) include of asm/utils.h
Paul Burton
2013-07-26
spl_mmc.c: Detect missing kernel image in RAW MMC
Tom Rini
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-06-07
spl_mmc: add Falcon mode support for raw variant
Peter Korsgaard
2013-06-07
spl_mmc: mmc_load_image_raw(): Add sector argument
Peter Korsgaard
2013-06-07
spl_mmc: add Falcon mode support for FAT variant
Peter Korsgaard
2013-06-07
spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init out
Peter Korsgaard
2013-06-07
spl_mmc: return error from mmc_load_image_{raw, fat} rather than hanging
Peter Korsgaard
2013-05-15
drivers/mmc: move spl_mmc.c to common/spl
Ying Zhang
[prev]