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