summaryrefslogtreecommitdiff
path: root/include/spl.h
AgeCommit message (Expand)AuthorFilesLines
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-05spl: 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-29spl: add support for custom boot method namesHeiko Thiery1-1/+14
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom 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-26arm: 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
2021-07-31SPL: Add support for specifying offset between header and imagePali Rohár1-0/+1
2021-07-27spl: Introduce spl_board_prepare_for_optee() hookAlexandru Gagniuc1-0/+14
2021-07-21spl: Provide more information on boot failureSimon Glass1-0/+10
2021-07-21sandbox: Support executables for more phasesSimon Glass1-0/+21
2021-07-10spl: mmc: Factor out eMMC boot partition selection codeMarek Vasut1-0/+23
2021-04-19Revert "spl: Drop bd_info in the data section"Alexandru Gagniuc1-9/+1
2021-03-12spl: test: Add a test for spl_load_simple_fit()Simon Glass1-0/+9
2021-02-18spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc1-2/+2
2021-02-01x86: spl: Add a function to find the text baseSimon Glass1-0/+10
2021-01-28spl: Add functions for next and previous phaseSimon Glass1-0/+53
2021-01-05spl: Drop bd_info in the data sectionSimon Glass1-1/+9
2020-12-05spl: atf: add support for LOAD_IMAGE_V2Michael Walle1-0/+35
2020-12-05spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle1-12/+31
2020-08-11spl: usb: Create an API spl_usb_load()Faiz Abbas1-0/+14
2020-07-09spl: fix format of function documentationDario Binacchi1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-18arm: Don't include common.h in header filesSimon Glass1-0/+2
2020-05-10imx: imx8qm/qxp: Recover SPL data section for partition rebootPeng Fan1-0/+1
2020-04-27spl: spl_nor: Move legacy image loading into spl_legacy.cStefan Roese1-0/+13
2020-04-22spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler1-1/+13
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler1-1/+17
2020-03-16spl.h: make <spl.h> self-containedMasahiro Yamada1-0/+4
2020-01-20spl: Add prototype to function spl_board_boot_device()Alifer Moraes1-0/+1
2020-01-14spl: atf: Enable option to rewrite bl2_plat_get_bl31_params()Michal Simek1-0/+20
2019-12-15spl: Add methods to find the position/size of next phaseSimon Glass1-1/+20
2019-11-03spl: Correct priority selection for image loadersSimon Glass1-2/+2
2019-10-11spl: ymodem: Make SPL Y-Modem loader framework accessibleAndreas Dannenberg1-0/+3
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+14
2019-10-08spl: mmc: support loading i.MX container format filePeng Fan1-0/+12
2019-10-08spl: pass args to board_return_to_bootromPeng Fan1-1/+2