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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-11
spl: mmc: raw: Try to load u-boot if Linux image is not found
Lokesh Vutla
1
-1
/
+11
2016-04-01
Common: SPL: spl_nand: Fixed debug correct NAND ECC type.
Ahmed Samir Khalil
1
-0
/
+4
2016-03-23
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Tom Rini
1
-3
/
+3
2016-03-23
spl: Print from which mmc slot spl is trying to boot
Hans de Goede
1
-3
/
+3
2016-03-24
spl_mmc: allow to load raw image
Masahiro Yamada
1
-14
/
+4
2016-03-15
spl_nor: fix warning when compiled for 64bit target
Masahiro Yamada
1
-1
/
+1
2016-03-14
Merge git://git.denx.de/u-boot-dm
Tom Rini
5
-14
/
+12
2016-03-14
spl: Support loading a FIT from MMC
Simon Glass
1
-18
/
+57
2016-03-14
spl: Add an option to load a FIT containing U-Boot
Simon Glass
2
-0
/
+195
2016-03-14
dm: part: Rename some partition functions
Simon Glass
2
-5
/
+3
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
4
-9
/
+9
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
2016-01-13
arm: move gd handling outside of C code
Albert ARIBAUD
1
-11
/
+15
2015-12-16
Merge git://git.denx.de/u-boot-rockchip
Tom Rini
1
-1
/
+1
2015-12-14
spl: mmc: use block device number, not hard-coded 0
Eric Nelson
1
-3
/
+5
2015-12-13
spl: use panic_str instead of panic
Sjoerd Simons
1
-1
/
+1
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
2015-12-05
spl: mmc: Fix compiler warning with CONFIG_DM_MMC
Simon Glass
1
-1
/
+1
2015-11-18
spl: mmc: add support for BOOT_DEVICE_MMC2
Nikita Kiryanov
2
-9
/
+34
2015-11-18
spl: announce boot devices
Nikita Kiryanov
1
-0
/
+79
2015-11-18
spl: add support for alternative boot device
Nikita Kiryanov
1
-4
/
+29
2015-11-18
common: spl: move image load to its own function
Nikita Kiryanov
1
-67
/
+50
2015-11-18
spl: change return values of spl_*_load_image()
Nikita Kiryanov
9
-48
/
+91
2015-11-18
spl: mmc: get rid of emmc boot code duplication
Nikita Kiryanov
1
-36
/
+18
2015-11-18
spl: mmc: move fs boot into its own function
Nikita Kiryanov
1
-30
/
+51
2015-11-18
spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check
Nikita Kiryanov
1
-4
/
+9
2015-11-18
spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check
Nikita Kiryanov
3
-8
/
+21
2015-11-18
spl: mmc: refactor device location code to its own function
Nikita Kiryanov
1
-22
/
+55
2015-11-18
spl: mmc: add break statements in spl_mmc_load_image()
Nikita Kiryanov
1
-6
/
+7
2015-11-18
spl: nand: remove code duplication
Nikita Kiryanov
1
-15
/
+16
2015-10-20
malloc_simple: Add support for switching to DRAM heap
Hans de Goede
1
-0
/
+12
2015-10-20
spl: spl_relocate_stack_gd: Do not unnecessarily clear bss
Hans de Goede
1
-3
/
+0
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
1
-2
/
+1
2015-08-18
of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL
Masahiro Yamada
1
-1
/
+1
2015-08-12
spl: Fix compile warning for arm64
Gong Qianyu
1
-1
/
+1
2015-07-24
spl: spl_mmc: Add option to boot from a MMC partition with offset
Stefan Roese
1
-0
/
+5
2015-07-21
spl: Add a debug string before the jump to U-Boot
Simon Glass
1
-0
/
+1
2015-07-21
dm: spl: Allow device tree/driver model in board_init_f()
Simon Glass
1
-11
/
+24
2015-07-21
dm: mmc: Allow driver model to be used for MMC in SPL
Simon Glass
1
-2
/
+15
2015-07-21
spl: Add debugging info for spl_mmc boot
Simon Glass
1
-2
/
+7
2015-06-18
spl: spl_mmc: MMC boot mode provisions checks
Paul Kocialkowski
1
-7
/
+15
2015-06-18
spl: spl_mmc: Minor cosmetics
Paul Kocialkowski
1
-6
/
+5
2015-05-28
spl: spl_mmc: Error and count distinction
Paul Kocialkowski
1
-14
/
+19
2015-05-26
spl: spl_mmc: fix mmc Falcon mode regression
Tim Harvey
1
-1
/
+1
2015-05-14
spl: Correct address in spl_relocate_stack_gd()
Simon Glass
1
-1
/
+1
2015-05-10
spl: spl_mmc: Partition raw boot mode for eMMC
Paul Kocialkowski
1
-0
/
+5
2015-05-10
spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics
Paul Kocialkowski
1
-55
/
+73
2015-04-24
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2
-2
/
+2
[next]