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
old/tizen_20241126
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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-04
splash_source: Verify FIT magic
Niko Mauno
1
-0
/
+5
2017-09-01
Revert "Merge git://git.denx.de/u-boot-video"
Tom Rini
1
-5
/
+0
2017-09-01
Merge git://git.denx.de/u-boot-video
Tom Rini
1
-0
/
+5
2017-09-01
Merge git://git.denx.de/u-boot-imx
Tom Rini
4
-1
/
+45
2017-08-29
spl: do not repeat timer init on i.MX6
Anatolij Gustschin
1
-1
/
+1
2017-08-29
splash_source: Verify FIT magic
Niko Mauno
1
-0
/
+5
2017-08-28
bootvx_fdt: fix missing 'fdt_fixup_ethernet(...)' on vxWorks boot
Hannes Schmelzer
1
-0
/
+3
2017-08-28
common: console: Fix duplicated CONFIG in silent env callback
Wilson Lee
1
-2
/
+2
2017-08-23
spl: add serial download protocol (SDP) support
Stefan Agner
3
-0
/
+44
2017-08-21
fb_mmc.c: Correct blk_dread() return value checks
Tom Rini
1
-2
/
+2
2017-08-21
common/fb_mmc.c: Fix warnings about casts
Tom Rini
1
-2
/
+2
2017-08-20
common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATA
Thomas Petazzoni
1
-27
/
+0
2017-08-20
spl: spl_mmc.c Correct blk_dread() return value check
Tom Rini
1
-1
/
+1
2017-08-20
hash: Compile only hardware or software versions of SHA algorithms
Tom Rini
1
-51
/
+44
2017-08-19
lcd: avoid possible NULL dereference
xypron.glpk@gmx.de
1
-1
/
+2
2017-08-18
Merge branch 'master' of git://git.denx.de/u-boot-mmc
Tom Rini
1
-1
/
+1
2017-08-17
spl: fix Makefile for NOR, XIP and YMODEM
Philipp Tomsich
1
-3
/
+3
2017-08-17
dm: sata: Support driver model with the 'sata' command
Simon Glass
1
-1
/
+1
2017-08-16
env: Rename some other getenv()-related functions
Simon Glass
3
-13
/
+13
2017-08-16
env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()
Simon Glass
1
-6
/
+6
2017-08-16
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
Simon Glass
4
-8
/
+8
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
26
-64
/
+67
2017-08-16
env: Rename common functions related to setenv()
Simon Glass
4
-7
/
+7
2017-08-16
env: Rename setenv() to env_set()
Simon Glass
12
-16
/
+16
2017-08-15
Move environment files from common/ to env/
Simon Glass
21
-4553
/
+1
2017-08-14
common: Move CONFIG_BOOTARGS to Kconfig
Sam Protsenko
1
-0
/
+16
2017-08-14
Merge branch 'master' of git://git.denx.de/u-boot-rockchip
Tom Rini
5
-38
/
+157
2017-08-13
boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset()
Nobuhiro Iwamatsu
1
-1
/
+1
2017-08-13
dm: timer: normalise SPL and TPL support
Philipp Tomsich
1
-8
/
+0
2017-08-13
moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE
Philipp Tomsich
1
-0
/
+1
2017-08-13
spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig
Philipp Tomsich
1
-0
/
+39
2017-08-13
spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig
Philipp Tomsich
1
-0
/
+19
2017-08-13
spl: add TPL_DRIVER_MISC_SUPPORT option
Philipp Tomsich
1
-0
/
+8
2017-08-13
spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds
Philipp Tomsich
2
-23
/
+23
2017-08-13
spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL
Philipp Tomsich
1
-0
/
+9
2017-08-13
spl: dm: use CONFIG_IS_ENABLED to test for the DM option
Philipp Tomsich
1
-2
/
+3
2017-08-13
spl: dm: Kconfig: fix help text for SPL/TPL confusion
Philipp Tomsich
1
-5
/
+5
2017-08-13
spl: use TPL_SYS_MALLOC_F_LEN for TPL
Philipp Tomsich
1
-1
/
+1
2017-08-13
spl: configure 'return to bootrom' separately for SPL and TPL
Philipp Tomsich
1
-0
/
+11
2017-08-13
spl: add a 'return to bootrom' boot method
Philipp Tomsich
3
-0
/
+39
2017-08-04
common/env_embedded.c: rename PPCENV/PPCTEXT macros
Thomas Petazzoni
1
-6
/
+4
2017-08-04
common/env_embedded.c: drop support for CONFIG_SYS_USE_PPCENV
Thomas Petazzoni
1
-10
/
+3
2017-08-04
Merge tag 'xilinx-for-v2017.09' of git://www.denx.de/git/u-boot-microblaze
Tom Rini
1
-1
/
+1
2017-08-02
common: board_f: Make reserve_mmu a weak function
Siva Durga Prasad Paladugu
1
-1
/
+1
2017-08-01
Merge git://git.denx.de/u-boot-x86
Tom Rini
1
-2
/
+0
2017-08-01
x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig
Bin Meng
1
-1
/
+0
2017-08-01
x86: kconfig: Let board select BOARD_EARLY_INIT_F
Bin Meng
1
-1
/
+0
2017-08-01
fdt: Correct fdt_get_base_address()
Simon Glass
1
-5
/
+2
2017-08-01
dm: mmc: Allow disabling driver model in SPL
Simon Glass
1
-2
/
+2
2017-07-31
dm: console: Check for serial devices properly
Simon Glass
1
-1
/
+10
[next]