summaryrefslogtreecommitdiff
path: root/include/spl.h
Commit message (Expand)AuthorAgeFilesLines
* 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-marvellTom 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
* spl: Introduce spl_board_prepare_for_optee() hookAlexandru Gagniuc2021-07-271-0/+14
* spl: Provide more information on boot failureSimon Glass2021-07-211-0/+10
* sandbox: Support executables for more phasesSimon Glass2021-07-211-0/+21
* spl: mmc: Factor out eMMC boot partition selection codeMarek Vasut2021-07-101-0/+23
* Revert "spl: Drop bd_info in the data section"Alexandru Gagniuc2021-04-191-9/+1
* spl: test: Add a test for spl_load_simple_fit()Simon Glass2021-03-121-0/+9
* spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc2021-02-171-2/+2
* x86: spl: Add a function to find the text baseSimon Glass2021-02-011-0/+10
* spl: Add functions for next and previous phaseSimon Glass2021-01-271-0/+53
* spl: Drop bd_info in the data sectionSimon Glass2021-01-051-1/+9
* spl: atf: add support for LOAD_IMAGE_V2Michael Walle2020-12-041-0/+35
* spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle2020-12-041-12/+31
* spl: usb: Create an API spl_usb_load()Faiz Abbas2020-08-111-0/+14
* spl: fix format of function documentationDario Binacchi2020-07-081-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* arm: Don't include common.h in header filesSimon Glass2020-05-181-0/+2
* imx: imx8qm/qxp: Recover SPL data section for partition rebootPeng Fan2020-05-101-0/+1
* spl: spl_nor: Move legacy image loading into spl_legacy.cStefan Roese2020-04-271-0/+13
* spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler2020-04-221-1/+13
* spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler2020-04-221-1/+17
* spl.h: make <spl.h> self-containedMasahiro Yamada2020-03-161-0/+4
* spl: Add prototype to function spl_board_boot_device()Alifer Moraes2020-01-201-0/+1
* spl: atf: Enable option to rewrite bl2_plat_get_bl31_params()Michal Simek2020-01-141-0/+20
* spl: Add methods to find the position/size of next phaseSimon Glass2019-12-151-1/+20
* spl: Correct priority selection for image loadersSimon Glass2019-11-031-2/+2
* spl: ymodem: Make SPL Y-Modem loader framework accessibleAndreas Dannenberg2019-10-111-0/+3
* Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-10-091-1/+14
|\