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
2023-10-17
spl: Use map_sysmem where appropriate
Sean Anderson
11
-35
/
+69
2023-10-17
spl: Add callbacks to invalidate cached devices
Sean Anderson
2
-1
/
+12
2023-10-17
fs: ext4: Fix building ext4 in SPL if write is enabled
Sean Anderson
1
-0
/
+1
2023-10-17
Move i.MX8 container image loading support to common/spl
Sean Anderson
3
-0
/
+173
2023-10-17
arm: imx: Check header before calling spl_load_imx_container
Sean Anderson
4
-4
/
+12
2023-10-17
spl: fit: Fix entry point for SPL_LOAD_FIT_FULL
Sean Anderson
1
-1
/
+2
2023-10-17
spl: nor: Don't allocate header on stack
Sean Anderson
1
-7
/
+4
2023-10-17
spl: legacy: Fix referencing _image_binary_end
Sean Anderson
1
-1
/
+1
2023-10-17
spl: mmc: Fix subsequent calls to spl_mmc_load with CONFIG_BLK
Sean Anderson
1
-1
/
+1
2023-10-16
spl: fit: Add board level function to decide application of DTO
Marek Vasut
1
-3
/
+20
2023-10-11
cli: Add a function to set up a new cread
Simon Glass
1
-9
/
+15
2023-10-11
cli: Allow command completion to be disabled
Simon Glass
1
-1
/
+2
2023-10-11
cli: Allow history to be disabled
Simon Glass
1
-20
/
+22
2023-10-11
cli: Terminate the string in cread_line_process_ch()
Simon Glass
1
-1
/
+7
2023-10-11
cli: Create a function to process characters
Simon Glass
1
-45
/
+63
2023-10-11
cli: Unindent some code in cread_line()
Simon Glass
1
-140
/
+139
2023-10-11
cli: Convert cread_line() to use a struct for the main vars
Simon Glass
1
-55
/
+61
2023-10-11
cli: Use unsigned int instead of unsigned long
Simon Glass
1
-9
/
+8
2023-10-11
cli: Implement delete-word in cread_line()
Simon Glass
1
-0
/
+31
2023-10-11
cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readline
Simon Glass
1
-43
/
+42
2023-10-11
cli: Drop some #ifdefs in cli_readline
Simon Glass
1
-6
/
+14
2023-10-11
cli: Add a command to show cmdline history
Simon Glass
1
-3
/
+1
2023-10-11
cli: Move simple readline into a function
Simon Glass
1
-33
/
+46
2023-10-11
event: Rename rest of EVENT_SPY to EVENT_SPY_FULL or EVENT_SPY*
Marek Vasut
1
-2
/
+2
2023-10-11
malloc: Enable assertions if UNIT_TEST is enabled
Sean Anderson
1
-4
/
+4
2023-10-10
blk: Use a macro for the typical block size
Bin Meng
1
-2
/
+2
2023-10-09
stdio: fix stdio_deregister_dev()
Heinrich Schuchardt
1
-3
/
+3
2023-10-09
spl: Jump to image at end of board_init_r
Jonas Karlman
1
-5
/
+7
2023-10-09
spl: add __noreturn attribute to spl_invoke_atf function
Chanho Park
1
-4
/
+4
2023-10-08
Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodi...
Tom Rini
1
-3
/
+17
2023-10-07
spl: fit: support for booting a LZMA-compressed U-boot binary
Manoj Sai
1
-1
/
+12
2023-10-07
spl: fit: support for booting a GZIP-compressed U-boot binary
Manoj Sai
1
-3
/
+6
2023-10-06
bloblist: Add missing name
Simon Glass
1
-0
/
+1
2023-10-06
bloblist: Support initing from multiple places
Simon Glass
2
-4
/
+13
2023-10-06
sandbox: Move the bloblist down a little in memory
Simon Glass
1
-1
/
+1
2023-10-06
spl: Move bloblist writing until the image is known
Simon Glass
1
-12
/
+12
2023-10-06
spl: Use the correct FIT_..._PROP constants
Simon Glass
1
-5
/
+6
2023-10-06
spl: Move the full FIT code to spl_fit.c
Simon Glass
2
-101
/
+100
2023-10-06
spl: Rename spl_load_fit_image() to load_simple_fit()
Simon Glass
1
-11
/
+10
2023-10-06
spl: Remove #ifdefs with BOOTSTAGE
Simon Glass
2
-12
/
+17
2023-10-06
spl: Avoid an #ifdef when printing gd->malloc_ptr
Simon Glass
1
-4
/
+5
2023-10-06
spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN
Simon Glass
6
-18
/
+14
2023-10-06
spl: Drop the switch() statement for OS selection
Simon Glass
1
-22
/
+10
2023-10-06
spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR
Simon Glass
1
-6
/
+4
2023-10-06
spl: Drop #ifdefs for BOARD_INIT and watchdog
Simon Glass
1
-6
/
+4
2023-10-06
spl: mx6: powerpc: Drop the condition on timer_init()
Simon Glass
1
-6
/
+0
2023-10-06
spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC
Simon Glass
1
-4
/
+4
2023-10-06
spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR
Simon Glass
10
-22
/
+22
2023-10-06
spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...
Simon Glass
4
-12
/
+12
2023-10-02
Merge branch 'next'
Tom Rini
25
-2630
/
+114
[next]