index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
spl
/
spl_mmc.c
Age
Commit message (
Expand
)
Author
2023-06-12
global: Use proper project name U-Boot
Michal Simek
2023-04-10
mmc: Use EXT_CSD_EXTRACT_BOOT_PART() macro for extracting boot part
Pali Rohár
2023-03-01
spl: mmc: Allow to disable SYS_MMCSD_FS_BOOT_PARTITION
Pali Rohár
2022-09-29
treewide: Drop image_header_t typedef
Simon Glass
2022-08-04
spl: mmc: Use correct MMC device when loading image
Harald Seiler
2022-06-06
Convert CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR et al to Kconfig
Tom Rini
2022-04-11
spl: allow boot from first bootable partition
Jérôme Carretero
2022-04-04
spl: mmc: extend spl_mmc_boot_mode() to take mmc argument
Andre Przywara
2022-01-21
spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to Kconfig
Alexandru Gagniuc
2022-01-20
SPL: Add struct spl_boot_device parameter into spl_parse_board_header()
Pali Rohár
2021-11-05
spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths
Tom Rini
2021-09-30
WS cleanup: remove trailing white space
Wolfgang Denk
2021-07-31
SPL: Add support for specifying offset between header and image
Pali Rohár
2021-07-27
spl: mmc: Support OP-TEE payloads in Falcon mode
Alexandru Gagniuc
2021-07-10
spl: mmc: Factor out eMMC boot partition selection code
Marek Vasut
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop part.h from common header
Simon Glass
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
2020-04-22
spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()
Harald Seiler
2020-04-22
spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()
Harald Seiler
2020-03-09
spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementation
Faiz Abbas
2020-01-16
spl: mmc: support uboot image offset on main partition
Baruch Siach
2019-10-29
spl: spl_mmc: fix getting raw_sect when boot from emmc boot partition
Peng Fan
2019-10-14
Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...
Tom Rini
2019-10-11
spl: mmc: Add option to set eMMC HW boot partition
Mans Rullgard
2019-10-11
spl: mmc: Fix indentation in spl_mmc.c file
Mans Rullgard
2019-10-10
spl: dm_mmc: Initialize only the required mmc device
Lokesh Vutla
2019-10-08
spl: mmc: introduce spl_mmc_get_uboot_raw_sector
Peng Fan
2019-10-08
spl: mmc: support loading i.MX container format file
Peng Fan
2019-07-17
spl: Make image loader infrastructure more universal
Andreas Dannenberg
2019-02-01
spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4
Tien Fong Chee
2019-02-01
spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT
Tien Fong Chee
2018-09-30
spl: mmc: Report device number when we fail
Alex Kiernan
2018-09-25
spl: Weed out CONFIG_SYS_TEXT_BASE usage
Marek Vasut
2018-07-20
spl: mmc: Skip RAW mode ARGS sectors if not defined
York Sun
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-06
spl: spl_mmc: provide one weak function spl_boot_partition
Patrick Delaunay
2018-02-07
spl: eMMC/SD: Provide one __weak spl_boot_mode() function
Lukasz Majewski
2017-09-29
spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector()
Seung-Woo Kim
2017-08-20
spl: spl_mmc.c Correct blk_dread() return value check
Tom Rini
2017-08-01
dm: mmc: Allow disabling driver model in SPL
Simon Glass
2017-07-19
mmc: add static to spl_mmc_get_device_index()
Masahiro Yamada
2017-02-17
SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig
Dalon Westergreen
2017-02-17
SPL: add support to boot from a partition type
Dalon Westergreen
2017-01-04
SPL: make struct spl_image 64-bit safe
Andre Przywara
2016-12-09
spl: Add a name to the SPL load-image methods
Simon Glass
2016-12-05
dm: spl: mmc: Fix EXT SPL support
Michal Simek
2016-12-01
SPL: mmc: Make spl_mmc_load_image available
Marek Vasut
2016-12-01
mmc: Tinification of the mmc code
Marek Vasut
[next]