index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
spl
/
spl_mmc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spl: mmc: Skip RAW mode ARGS sectors if not defined
York Sun
2018-07-20
1
-1
/
+4
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
1
-2
/
+0
*
spl: spl_mmc: provide one weak function spl_boot_partition
Patrick Delaunay
2018-04-06
1
-2
/
+13
*
spl: eMMC/SD: Provide one __weak spl_boot_mode() function
Lukasz Majewski
2018-02-07
1
-0
/
+11
*
spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector()
Seung-Woo Kim
2017-09-29
1
-2
/
+3
*
spl: spl_mmc.c Correct blk_dread() return value check
Tom Rini
2017-08-20
1
-1
/
+1
*
dm: mmc: Allow disabling driver model in SPL
Simon Glass
2017-08-01
1
-2
/
+2
*
mmc: add static to spl_mmc_get_device_index()
Masahiro Yamada
2017-07-19
1
-1
/
+1
*
SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig
Dalon Westergreen
2017-02-17
1
-9
/
+3
*
SPL: add support to boot from a partition type
Dalon Westergreen
2017-02-17
1
-0
/
+15
*
SPL: make struct spl_image 64-bit safe
Andre Przywara
2017-01-04
1
-1
/
+1
*
spl: Add a name to the SPL load-image methods
Simon Glass
2016-12-09
1
-3
/
+3
*
dm: spl: mmc: Fix EXT SPL support
Michal Simek
2016-12-05
1
-2
/
+2
*
SPL: mmc: Make spl_mmc_load_image available
Marek Vasut
2016-12-01
1
-2
/
+2
*
mmc: Tinification of the mmc code
Marek Vasut
2016-12-01
1
-1
/
+5
*
spl: mmc: fix switch statement
Max Krummenacher
2016-11-29
1
-1
/
+0
*
spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to Kconfig
Semen Protsenko
2016-11-18
1
-2
/
+2
*
spl: Update spl_load_simple_fit() to take an spl_image param
Simon Glass
2016-10-06
1
-1
/
+1
*
spl: Update fat functions to take an spl_image parameter
Simon Glass
2016-10-06
1
-2
/
+2
*
spl: Update ext functions to take an spl_image parameter
Simon Glass
2016-10-06
1
-2
/
+2
*
spl: Pass spl_image as a parameter to load_image() methods
Simon Glass
2016-10-06
1
-24
/
+30
*
spl: Convert spl_mmc_load_image() to use linker list
Simon Glass
2016-10-06
1
-1
/
+5
*
spl: Convert boot_device into a struct
Simon Glass
2016-10-06
1
-3
/
+3
*
spl: Add a parameter to spl_parse_image_header()
Simon Glass
2016-10-06
1
-1
/
+1
*
dm: spl: mmc: Support raw partitions with CONFIG_BLK
Simon Glass
2016-07-27
1
-1
/
+1
*
dm: spl: mmc: Support CONFIG_BLK in SPL MMC
Simon Glass
2016-07-11
1
-3
/
+3
*
common: Pass the boot device into spl_boot_mode()
Marek Vasut
2016-06-26
1
-1
/
+1
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-05-27
1
-5
/
+4
|
\
|
*
dm: mmc: spl: Add support for CONFIG_BLK
Simon Glass
2016-05-27
1
-5
/
+4
*
|
spl: Allow to load a FIT containing U-Boot from FS
Lokesh Vutla
2016-05-27
1
-0
/
+1
|
/
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-05-17
1
-1
/
+1
|
\
|
*
dm: mmc: Use the new select_hwpart() API
Simon Glass
2016-05-17
1
-1
/
+1
*
|
SPL: Let spl_parse_image_header() return value
Marek Vasut
2016-05-17
1
-1
/
+5
|
/
*
spl: spl_mmc: Disambiguate error message
Fabio Estevam
2016-04-25
1
-2
/
+2
*
spl: mmc: raw: Try to load u-boot if Linux image is not found
Lokesh Vutla
2016-04-11
1
-1
/
+11
*
spl_mmc: allow to load raw image
Masahiro Yamada
2016-03-24
1
-14
/
+4
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-03-14
1
-1
/
+1
|
\
|
*
dm: part: Rename some partition functions
Simon Glass
2016-03-14
1
-1
/
+1
*
|
spl: Support loading a FIT from MMC
Simon Glass
2016-03-14
1
-18
/
+57
|
/
*
spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS
Guillaume GARDET
2016-02-19
1
-1
/
+1
*
block: pass block dev not num to read/write/erase()
Stephen Warren
2016-01-13
1
-5
/
+4
*
spl: mmc: use block device number, not hard-coded 0
Eric Nelson
2015-12-14
1
-3
/
+5
*
spl: mmc: Unify non/driver model spl_mmc_find_device()
Simon Glass
2015-12-05
1
-32
/
+9
*
spl: mmc: Rename 'mmc' variable to 'mmcp'
Simon Glass
2015-12-05
1
-7
/
+7
*
spl: mmc: Fix compiler warning with CONFIG_DM_MMC
Simon Glass
2015-12-05
1
-1
/
+1
*
spl: mmc: add support for BOOT_DEVICE_MMC2
Nikita Kiryanov
2015-11-18
1
-8
/
+33
*
spl: change return values of spl_*_load_image()
Nikita Kiryanov
2015-11-18
1
-11
/
+15
*
spl: mmc: get rid of emmc boot code duplication
Nikita Kiryanov
2015-11-18
1
-36
/
+18
*
spl: mmc: move fs boot into its own function
Nikita Kiryanov
2015-11-18
1
-30
/
+51
[next]