summaryrefslogtreecommitdiffstats
path: root/include/spl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * spl: mmc: support loading i.MX container format filePeng Fan2019-10-081-0/+12
| * spl: pass args to board_return_to_bootromPeng Fan2019-10-081-1/+2
* | spl: Allow distinguishing between two phases in U-BootSimon Glass2019-10-081-5/+11
* | spl: Add a function to determine the U-Boot phaseSimon Glass2019-10-081-0/+60
|/
* spl: support booting via RISC-V OpenSBILukas Auer2019-08-261-0/+5
* spl: Make image loader infrastructure more universalAndreas Dannenberg2019-07-171-0/+26
* spl: Set spl_image->fdt_addr pointer for full fitImage configurationMarek Vasut2019-05-181-1/+1
* spl: implement CRC check on U-Boot uImageSimon Goldschmidt2019-02-191-0/+5
* spl: introduce function prototypesPeng Fan2019-01-011-0/+12
* SPL: Add HAB image authentication to FITYe Li2019-01-011-0/+1
* spl/tpl: change banner into upper caseHeiko Schocher2018-12-071-2/+2
* spl: Add support for passing handoff info to U-Boot properSimon Glass2018-11-261-0/+1
* spl: Add a define for SPL_TPL_PROMPTSimon Glass2018-11-261-0/+13
* spl: Set up the bloblist in SPLSimon Glass2018-11-261-0/+27
* spl: add support to booting with OP-TEEKever Yang2018-10-041-0/+13
* spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut2018-09-251-0/+9
* binman: Add a new 'image-pos' propertySimon Glass2018-08-011-1/+1
* binman: Rename 'position' to 'offset'Simon Glass2018-08-011-1/+1
* spl: record boot_device into spl_image and call spl_perform_fixupsPhilipp Tomsich2018-07-211-0/+7
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* spl: spl_mmc: provide one weak function spl_boot_partitionPatrick Delaunay2018-04-061-0/+1
* binman: Add binman symbol support to SPLSimon Glass2017-12-121-0/+11
* spl: change load_addr and entry_point to uintptr_tPhilipp Tomsich2017-11-261-3/+6
* spl: add a fdt_addr field to spl_image_infoPhilipp Tomsich2017-11-261-0/+3
* spl: fix assignment of board info to global dataYork Sun2017-10-091-0/+1
* spl: add a 'return to bootrom' boot methodPhilipp Tomsich2017-08-131-0/+10