index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
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
*
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
*
spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check
Nikita Kiryanov
2015-11-18
1
-4
/
+9
*
spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check
Nikita Kiryanov
2015-11-18
1
-8
/
+9
*
spl: mmc: refactor device location code to its own function
Nikita Kiryanov
2015-11-18
1
-22
/
+55
*
spl: mmc: add break statements in spl_mmc_load_image()
Nikita Kiryanov
2015-11-18
1
-6
/
+7
*
spl: Fix compile warning for arm64
Gong Qianyu
2015-08-12
1
-1
/
+1
*
spl: spl_mmc: Add option to boot from a MMC partition with offset
Stefan Roese
2015-07-24
1
-0
/
+5
*
dm: mmc: Allow driver model to be used for MMC in SPL
Simon Glass
2015-07-21
1
-2
/
+15
*
spl: Add debugging info for spl_mmc boot
Simon Glass
2015-07-21
1
-2
/
+7
*
spl: spl_mmc: MMC boot mode provisions checks
Paul Kocialkowski
2015-06-18
1
-7
/
+15
*
spl: spl_mmc: Minor cosmetics
Paul Kocialkowski
2015-06-18
1
-6
/
+5
*
spl: spl_mmc: Error and count distinction
Paul Kocialkowski
2015-05-28
1
-14
/
+19
*
spl: spl_mmc: fix mmc Falcon mode regression
Tim Harvey
2015-05-26
1
-1
/
+1
*
spl: spl_mmc: Partition raw boot mode for eMMC
Paul Kocialkowski
2015-05-10
1
-0
/
+5
*
spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics
Paul Kocialkowski
2015-05-10
1
-55
/
+73
*
remove unnecessary version.h includes
Rob Herring
2015-03-24
1
-1
/
+0
*
spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e...
Guillaume GARDET
2015-01-06
1
-3
/
+16
*
spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available
Guillaume GARDET
2014-12-08
1
-1
/
+2
*
spl: MMC U-Boot image load from raw partition
Paul Kocialkowski
2014-12-08
1
-4
/
+26
*
MMC SD fs boot partition config coding style and proper description
Paul Kocialkowski
2014-12-04
1
-4
/
+4
*
spl: Add EXT support to SPL
Guillaume GARDET
2014-10-27
1
-2
/
+16
*
Rename some defines containing FAT in their name to be filesystem generic
Guillaume GARDET
2014-10-27
1
-4
/
+4
*
SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK
Tom Rini
2014-02-07
1
-0
/
+24
*
spl: common: Move FAT funcs to a common file
Dan Murphy
2014-01-24
1
-62
/
+6
*
spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT
Paul Burton
2013-09-17
1
-0
/
+16
*
spl: remove unnecessary (& ARM specific) include of asm/utils.h
Paul Burton
2013-09-17
1
-1
/
+0
*
spl_mmc.c: Detect missing kernel image in RAW MMC
Tom Rini
2013-07-26
1
-0
/
+4
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-17
/
+1
[next]