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
2023-10-19
spl: riscv: add os type for next booting stage
Randolph
2
-3
/
+9
2023-10-19
spl: riscv: opensbi: change the default os_type as varible
Randolph
1
-10
/
+16
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-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
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
1
-12
/
+3
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
1
-3
/
+3
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
10
-23
/
+67
2023-09-30
Convert CFG_SYS_UBOOT_START to Kconfig
Jesse Taube
2
-6
/
+2
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
4
-0
/
+4
2023-09-22
dm: core: Allow marking driver model as dead
Simon Glass
1
-1
/
+1
2023-09-19
spl: Tidy up load address in spl_ram
Simon Glass
1
-6
/
+13
2023-09-15
sdp: Use plain udevice for UDC controller interaction
Marek Vasut
1
-5
/
+8
2023-09-15
spl: sdp: Detach the controller on error
Marek Vasut
1
-2
/
+5
2023-09-09
spl: undefined return value in spl_blk_load_image
Heinrich Schuchardt
1
-1
/
+1
2023-09-05
spl: add __noreturn attribute to spl_invoke_opensbi function
Chanho Park
1
-3
/
+4
2023-08-21
Merge tag 'v2023.10-rc3' into next
Tom Rini
1
-6
/
+0
2023-08-19
spl: don't assume NVMe partition 1 exists
Heinrich Schuchardt
1
-6
/
+0
2023-08-17
spl: mmc: Fix check of CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR
Elena Popa
1
-1
/
+1
2023-08-14
spl: add FIT support to semihosting boot method
Heinrich Schuchardt
1
-0
/
+31
2023-08-09
Kconfigs: Correct default of "0" on hex type entries
Tom Rini
2
-2
/
+2
2023-08-07
spl: move SPL_CRC32 option to lib/Kconfig
Oleksandr Suvorov
1
-11
/
+0
2023-08-07
spl: remove duplicate SPL_MD5 option
Oleksandr Suvorov
1
-12
/
+0
2023-07-30
spl: initialize PCI before booting
Heinrich Schuchardt
2
-5
/
+7
2023-07-30
spl: blk: partition numbers are hexadecimal
Heinrich Schuchardt
1
-1
/
+1
2023-07-30
spl: blk: use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME
Heinrich Schuchardt
1
-1
/
+1
[next]