index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
spl
/
spl_mmc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-17
spl: Make image loader infrastructure more universal
Andreas Dannenberg
1
-25
/
+51
2019-02-01
spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4
Tien Fong Chee
1
-3
/
+3
2019-02-01
spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT
Tien Fong Chee
1
-3
/
+3
2018-09-30
spl: mmc: Report device number when we fail
Alex Kiernan
1
-1
/
+2
2018-09-25
spl: Weed out CONFIG_SYS_TEXT_BASE usage
Marek Vasut
1
-3
/
+3
2018-07-20
spl: mmc: Skip RAW mode ARGS sectors if not defined
York Sun
1
-1
/
+4
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
1
-2
/
+0
2018-04-06
spl: spl_mmc: provide one weak function spl_boot_partition
Patrick Delaunay
1
-2
/
+13
2018-02-07
spl: eMMC/SD: Provide one __weak spl_boot_mode() function
Lukasz Majewski
1
-0
/
+11
2017-09-29
spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector()
Seung-Woo Kim
1
-2
/
+3
2017-08-20
spl: spl_mmc.c Correct blk_dread() return value check
Tom Rini
1
-1
/
+1
2017-08-01
dm: mmc: Allow disabling driver model in SPL
Simon Glass
1
-2
/
+2
2017-07-19
mmc: add static to spl_mmc_get_device_index()
Masahiro Yamada
1
-1
/
+1
2017-02-17
SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig
Dalon Westergreen
1
-9
/
+3
2017-02-17
SPL: add support to boot from a partition type
Dalon Westergreen
1
-0
/
+15
2017-01-04
SPL: make struct spl_image 64-bit safe
Andre Przywara
1
-1
/
+1
2016-12-09
spl: Add a name to the SPL load-image methods
Simon Glass
1
-3
/
+3
2016-12-05
dm: spl: mmc: Fix EXT SPL support
Michal Simek
1
-2
/
+2
2016-12-01
SPL: mmc: Make spl_mmc_load_image available
Marek Vasut
1
-2
/
+2
2016-12-01
mmc: Tinification of the mmc code
Marek Vasut
1
-1
/
+5
2016-11-29
spl: mmc: fix switch statement
Max Krummenacher
1
-1
/
+0
2016-11-18
spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to Kconfig
Semen Protsenko
1
-2
/
+2
2016-10-06
spl: Update spl_load_simple_fit() to take an spl_image param
Simon Glass
1
-1
/
+1
2016-10-06
spl: Update fat functions to take an spl_image parameter
Simon Glass
1
-2
/
+2
2016-10-06
spl: Update ext functions to take an spl_image parameter
Simon Glass
1
-2
/
+2
2016-10-06
spl: Pass spl_image as a parameter to load_image() methods
Simon Glass
1
-24
/
+30
2016-10-06
spl: Convert spl_mmc_load_image() to use linker list
Simon Glass
1
-1
/
+5
2016-10-06
spl: Convert boot_device into a struct
Simon Glass
1
-3
/
+3
2016-10-06
spl: Add a parameter to spl_parse_image_header()
Simon Glass
1
-1
/
+1
2016-07-27
dm: spl: mmc: Support raw partitions with CONFIG_BLK
Simon Glass
1
-1
/
+1
2016-07-11
dm: spl: mmc: Support CONFIG_BLK in SPL MMC
Simon Glass
1
-3
/
+3
2016-06-26
common: Pass the boot device into spl_boot_mode()
Marek Vasut
1
-1
/
+1
2016-05-27
Merge git://git.denx.de/u-boot-dm
Tom Rini
1
-5
/
+4
2016-05-27
spl: Allow to load a FIT containing U-Boot from FS
Lokesh Vutla
1
-0
/
+1
2016-05-27
dm: mmc: spl: Add support for CONFIG_BLK
Simon Glass
1
-5
/
+4
2016-05-17
Merge git://git.denx.de/u-boot-dm
Tom Rini
1
-1
/
+1
2016-05-17
dm: mmc: Use the new select_hwpart() API
Simon Glass
1
-1
/
+1
2016-05-17
SPL: Let spl_parse_image_header() return value
Marek Vasut
1
-1
/
+5
2016-04-25
spl: spl_mmc: Disambiguate error message
Fabio Estevam
1
-2
/
+2
2016-04-11
spl: mmc: raw: Try to load u-boot if Linux image is not found
Lokesh Vutla
1
-1
/
+11
2016-03-24
spl_mmc: allow to load raw image
Masahiro Yamada
1
-14
/
+4
2016-03-14
Merge git://git.denx.de/u-boot-dm
Tom Rini
1
-1
/
+1
2016-03-14
spl: Support loading a FIT from MMC
Simon Glass
1
-18
/
+57
2016-03-14
dm: part: Rename some partition functions
Simon Glass
1
-1
/
+1
2016-02-19
spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS
Guillaume GARDET
1
-1
/
+1
2016-01-13
block: pass block dev not num to read/write/erase()
Stephen Warren
1
-5
/
+4
2015-12-14
spl: mmc: use block device number, not hard-coded 0
Eric Nelson
1
-3
/
+5
2015-12-05
spl: mmc: Unify non/driver model spl_mmc_find_device()
Simon Glass
1
-32
/
+9
2015-12-05
spl: mmc: Rename 'mmc' variable to 'mmcp'
Simon Glass
1
-7
/
+7
[next]