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
/
include
/
spl.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-29
include: Remove duplicate newlines
Marek Vasut
1
-1
/
+0
2024-06-17
spl: Introduce SoC specific init function
Lukas Funke
1
-0
/
+8
2024-01-29
spl: Enforce framebuffer reservation from end of RAM
Devarsh Thakkar
1
-0
/
+10
2023-11-16
spl: legacy: Split off LZMA decompression into its own function
Sean Anderson
1
-0
/
+13
2023-11-16
spl: Only support bl_len when we have to
Sean Anderson
1
-0
/
+25
2023-11-16
spl: Remove filename from spl_load_info
Sean Anderson
1
-2
/
+0
2023-11-16
spl: Refactor spl_load_info->read to use units of bytes
Sean Anderson
1
-7
/
+11
2023-11-16
spl: Remove dev from spl_load_info
Sean Anderson
1
-3
/
+1
2023-10-24
Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
1
-0
/
+26
2023-10-17
test: spl: Add a test for the SPI load method
Sean Anderson
1
-0
/
+10
2023-10-17
test: spl: Add a test for the MMC load method
Sean Anderson
1
-0
/
+4
2023-10-17
spl: Add callbacks to invalidate cached devices
Sean Anderson
1
-0
/
+22
2023-10-17
spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector()
Marek Vasut
1
-0
/
+26
2023-10-16
spl: fit: Add board level function to decide application of DTO
Marek Vasut
1
-0
/
+16
2023-10-09
spl: add __noreturn attribute to spl_invoke_atf function
Chanho Park
1
-1
/
+1
2023-10-08
Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodi...
Tom Rini
1
-0
/
+9
2023-10-07
spl: fit: support for booting a LZMA-compressed U-boot binary
Manoj Sai
1
-1
/
+1
2023-10-07
spl: fit: support for booting a GZIP-compressed U-boot binary
Manoj Sai
1
-0
/
+10
2023-10-06
spl: Add C-based runtime detection of SPL
Simon Glass
1
-0
/
+10
2023-10-06
spl: Move the full FIT code to spl_fit.c
Simon Glass
1
-0
/
+11
2023-10-06
spl: Drop the switch() statement for OS selection
Simon Glass
1
-0
/
+9
2023-10-06
spl: Drop #ifdefs for BOARD_INIT and watchdog
Simon Glass
1
-2
/
+6
2023-10-02
Merge branch 'next'
Tom Rini
1
-1
/
+1
2023-09-30
Convert CFG_SYS_UBOOT_START to Kconfig
Jesse Taube
1
-1
/
+1
2023-09-05
spl: add __noreturn attribute to spl_invoke_opensbi function
Chanho Park
1
-1
/
+1
2023-07-20
spl: Correct spl_board_boot_device function prototype
Tom Rini
1
-1
/
+2
2023-07-05
Merge tag 'v2023.07-rc6' into next
Tom Rini
1
-6
/
+0
2023-06-24
imx: hab: Simplify the mechanism
Marek Vasut
1
-6
/
+0
2023-06-19
spl: blk: Support loading images from fs
Mayuresh Chitale
1
-0
/
+3
2023-03-22
spl: Add function prototype for spl_mmc_get_uboot_raw_sector
Tom Rini
1
-0
/
+13
2023-03-09
spl: Add missing prototype for board_boot_order
Algapally Santosh Sagar
1
-0
/
+1
2023-01-27
spl: doc: use correct name in jump_to_image_optee() description
Ovidiu Panait
1
-1
/
+1
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
1
-1
/
+1
2022-10-31
vbe: Add a command to show the VBE state
Simon Glass
1
-0
/
+2
2022-10-31
sandbox: Support obtaining the next phase from an image
Simon Glass
1
-0
/
+3
2022-10-31
sandbox: Generalise SPL booting
Simon Glass
1
-0
/
+9
2022-10-31
spl: Use binman suffix allow symbols of any SPL etype
Simon Glass
1
-4
/
+4
2022-10-31
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
Simon Glass
1
-2
/
+2
2022-10-26
spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard
Roger Quadros
1
-2
/
+5
2022-09-29
treewide: Drop image_header_t typedef
Simon Glass
1
-4
/
+4
2022-07-08
Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...
Tom Rini
1
-0
/
+2
2022-07-06
common: spl: spl_spi: add support for dynamic override of sf bus
Vaishnav Achath
1
-0
/
+16
2022-06-28
spl: binman: Declare extern symbols for VPL as well
Alper Nebi Yasak
1
-0
/
+2
2022-05-02
Introduce Verifying Program Loader (VPL)
Simon Glass
1
-3
/
+19
2022-04-04
spl: mmc: extend spl_mmc_boot_mode() to take mmc argument
Andre Przywara
1
-1
/
+2
2022-02-22
spl: x86: Correct the binman symbols for SPL
Simon Glass
1
-2
/
+2
2022-01-28
spl: add support for custom boot method names
Heiko Thiery
1
-1
/
+14
2022-01-20
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
1
-0
/
+7
2022-01-20
SPL: Add struct spl_boot_device parameter into spl_parse_board_header()
Pali Rohár
1
-0
/
+7
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
1
-12
/
+12
[next]