aboutsummaryrefslogtreecommitdiffstats
path: root/include/spl.h
Commit message (Expand)AuthorAgeFilesLines
* spl: legacy: Split off LZMA decompression into its own functionSean Anderson2023-11-161-0/+13
* spl: Only support bl_len when we have toSean Anderson2023-11-161-0/+25
* spl: Remove filename from spl_load_infoSean Anderson2023-11-161-2/+0
* spl: Refactor spl_load_info->read to use units of bytesSean Anderson2023-11-161-7/+11
* spl: Remove dev from spl_load_infoSean Anderson2023-11-161-3/+1
* Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2023-10-241-0/+26
|\
| * spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector()Marek Vasut2023-10-171-0/+26
* | test: spl: Add a test for the SPI load methodWIP/2023-10-17-spl-test-some-load-methodsSean Anderson2023-10-171-0/+10
* | test: spl: Add a test for the MMC load methodSean Anderson2023-10-171-0/+4
* | spl: Add callbacks to invalidate cached devicesSean Anderson2023-10-171-0/+22
|/
* spl: fit: Add board level function to decide application of DTOMarek Vasut2023-10-161-0/+16
* spl: add __noreturn attribute to spl_invoke_atf functionChanho Park2023-10-091-1/+1
* Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodi...WIP/08Oct2023Tom Rini2023-10-081-0/+9
|\
| * spl: fit: support for booting a LZMA-compressed U-boot binaryManoj Sai2023-10-071-1/+1
| * spl: fit: support for booting a GZIP-compressed U-boot binaryManoj Sai2023-10-071-0/+10
* | spl: Add C-based runtime detection of SPLSimon Glass2023-10-061-0/+10
* | spl: Move the full FIT code to spl_fit.cSimon Glass2023-10-061-0/+11
* | spl: Drop the switch() statement for OS selectionSimon Glass2023-10-061-0/+9
* | spl: Drop #ifdefs for BOARD_INIT and watchdogSimon Glass2023-10-061-2/+6
|/
* Merge branch 'next'Tom Rini2023-10-021-1/+1
|\
| * Convert CFG_SYS_UBOOT_START to KconfigJesse Taube2023-09-301-1/+1
* | spl: add __noreturn attribute to spl_invoke_opensbi functionChanho Park2023-09-051-1/+1
|/
* spl: Correct spl_board_boot_device function prototypeTom Rini2023-07-201-1/+2
* Merge tag 'v2023.07-rc6' into nextTom Rini2023-07-051-6/+0
|\
| * imx: hab: Simplify the mechanismWIP/2023-06-23-assorted-important-fixesMarek Vasut2023-06-241-6/+0
* | spl: blk: Support loading images from fsMayuresh Chitale2023-06-191-0/+3
|/
* spl: Add function prototype for spl_mmc_get_uboot_raw_sectorTom Rini2023-03-221-0/+13
* spl: Add missing prototype for board_boot_orderAlgapally Santosh Sagar2023-03-091-0/+1
* spl: doc: use correct name in jump_to_image_optee() descriptionOvidiu Panait2023-01-271-1/+1
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-051-1/+1
* vbe: Add a command to show the VBE stateSimon Glass2022-10-311-0/+2
* sandbox: Support obtaining the next phase from an imageSimon Glass2022-10-311-0/+3
* sandbox: Generalise SPL bootingSimon Glass2022-10-311-0/+9
* spl: Use binman suffix allow symbols of any SPL etypeSimon Glass2022-10-311-4/+4
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-311-2/+2
* spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoardRoger Quadros2022-10-261-2/+5
* treewide: Drop image_header_t typedefSimon Glass2022-09-291-4/+4
* Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-07-081-0/+2
|\
| * spl: binman: Declare extern symbols for VPL as wellAlper Nebi Yasak2022-06-281-0/+2
* | common: spl: spl_spi: add support for dynamic override of sf busVaishnav Achath2022-07-061-0/+16
|/
* Introduce Verifying Program Loader (VPL)Simon Glass2022-05-021-3/+19
* spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara2022-04-041-1/+2
* spl: x86: Correct the binman symbols for SPLSimon Glass2022-02-221-2/+2
* spl: add support for custom boot method namesHeiko Thiery2022-01-281-1/+14
* Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/20Jan2022Tom Rini2022-01-201-0/+7
|\
| * SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár2022-01-201-0/+7
* | doc: replace @return by Return:Heinrich Schuchardt2022-01-191-12/+12
|/
* arm: spl: prepare for jumping to OPTEERicardo Salveti2021-10-251-1/+10
* spl_fit. add hook to make fixes after fit header is loadedHeiko Schocher2021-10-071-0/+8
* SPL: Add support for specifying offset between header and imagePali Rohár2021-07-311-0/+1