aboutsummaryrefslogtreecommitdiff
path: root/include/spl.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-29spl: Enforce framebuffer reservation from end of RAMDevarsh Thakkar1-0/+10
2023-11-16spl: legacy: Split off LZMA decompression into its own functionSean Anderson1-0/+13
2023-11-16spl: Only support bl_len when we have toSean Anderson1-0/+25
2023-11-16spl: Remove filename from spl_load_infoSean Anderson1-2/+0
2023-11-16spl: Refactor spl_load_info->read to use units of bytesSean Anderson1-7/+11
2023-11-16spl: Remove dev from spl_load_infoSean Anderson1-3/+1
2023-10-24Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+26
2023-10-17test: spl: Add a test for the SPI load methodSean Anderson1-0/+10
2023-10-17test: spl: Add a test for the MMC load methodSean Anderson1-0/+4
2023-10-17spl: Add callbacks to invalidate cached devicesSean Anderson1-0/+22
2023-10-17spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector()Marek Vasut1-0/+26
2023-10-16spl: fit: Add board level function to decide application of DTOMarek Vasut1-0/+16
2023-10-09spl: add __noreturn attribute to spl_invoke_atf functionChanho Park1-1/+1
2023-10-08Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodi...WIP/08Oct2023Tom Rini1-0/+9
2023-10-07spl: fit: support for booting a LZMA-compressed U-boot binaryManoj Sai1-1/+1
2023-10-07spl: fit: support for booting a GZIP-compressed U-boot binaryManoj Sai1-0/+10
2023-10-06spl: Add C-based runtime detection of SPLSimon Glass1-0/+10
2023-10-06spl: Move the full FIT code to spl_fit.cSimon Glass1-0/+11
2023-10-06spl: Drop the switch() statement for OS selectionSimon Glass1-0/+9
2023-10-06spl: Drop #ifdefs for BOARD_INIT and watchdogSimon Glass1-2/+6
2023-10-02Merge branch 'next'Tom Rini1-1/+1
2023-09-30Convert CFG_SYS_UBOOT_START to KconfigJesse Taube1-1/+1
2023-09-05spl: add __noreturn attribute to spl_invoke_opensbi functionChanho Park1-1/+1
2023-07-20spl: Correct spl_board_boot_device function prototypeTom Rini1-1/+2
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini1-6/+0
2023-06-24imx: hab: Simplify the mechanismMarek Vasut1-6/+0
2023-06-19spl: blk: Support loading images from fsMayuresh Chitale1-0/+3
2023-03-22spl: Add function prototype for spl_mmc_get_uboot_raw_sectorTom Rini1-0/+13
2023-03-09spl: Add missing prototype for board_boot_orderAlgapally Santosh Sagar1-0/+1
2023-01-27spl: doc: use correct name in jump_to_image_optee() descriptionOvidiu Panait1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-1/+1
2022-10-31vbe: Add a command to show the VBE stateSimon Glass1-0/+2
2022-10-31sandbox: Support obtaining the next phase from an imageSimon Glass1-0/+3
2022-10-31sandbox: Generalise SPL bootingSimon Glass1-0/+9
2022-10-31spl: Use binman suffix allow symbols of any SPL etypeSimon Glass1-4/+4
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-2/+2
2022-10-26spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoardRoger Quadros1-2/+5
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-4/+4
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+2
2022-07-06common: spl: spl_spi: add support for dynamic override of sf busVaishnav Achath1-0/+16
2022-06-28spl: binman: Declare extern symbols for VPL as wellAlper Nebi Yasak1-0/+2
2022-05-02Introduce Verifying Program Loader (VPL)Simon Glass1-3/+19
2022-04-04spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara1-1/+2
2022-02-22spl: x86: Correct the binman symbols for SPLSimon Glass1-2/+2
2022-01-28spl: add support for custom boot method namesHeiko Thiery1-1/+14
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/20Jan2022Tom Rini1-0/+7
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár1-0/+7
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-12/+12
2021-10-25arm: spl: prepare for jumping to OPTEERicardo Salveti1-1/+10
2021-10-07spl_fit. add hook to make fixes after fit header is loadedHeiko Schocher1-0/+8