summaryrefslogtreecommitdiff
path: root/include/spl.h
AgeCommit message (Expand)Author
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18arm: Don't include common.h in header filesSimon Glass
2020-05-10imx: imx8qm/qxp: Recover SPL data section for partition rebootPeng Fan
2020-04-27spl: spl_nor: Move legacy image loading into spl_legacy.cStefan Roese
2020-04-22spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler
2020-03-16spl.h: make <spl.h> self-containedMasahiro Yamada
2020-01-20spl: Add prototype to function spl_board_boot_device()Alifer Moraes
2020-01-14spl: atf: Enable option to rewrite bl2_plat_get_bl31_params()Michal Simek
2019-12-15spl: Add methods to find the position/size of next phaseSimon Glass
2019-11-03spl: Correct priority selection for image loadersSimon Glass
2019-10-11spl: ymodem: Make SPL Y-Modem loader framework accessibleAndreas Dannenberg
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-10-08spl: mmc: support loading i.MX container format filePeng Fan
2019-10-08spl: pass args to board_return_to_bootromPeng Fan
2019-10-08spl: Allow distinguishing between two phases in U-BootSimon Glass
2019-10-08spl: Add a function to determine the U-Boot phaseSimon Glass
2019-08-26spl: support booting via RISC-V OpenSBILukas Auer
2019-07-17spl: Make image loader infrastructure more universalAndreas Dannenberg
2019-05-18spl: Set spl_image->fdt_addr pointer for full fitImage configurationMarek Vasut
2019-02-19spl: implement CRC check on U-Boot uImageSimon Goldschmidt
2019-01-01spl: introduce function prototypesPeng Fan
2019-01-01SPL: Add HAB image authentication to FITYe Li
2018-12-07spl/tpl: change banner into upper caseHeiko Schocher
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass
2018-11-26spl: Set up the bloblist in SPLSimon Glass
2018-10-04spl: add support to booting with OP-TEEKever Yang
2018-09-25spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut
2018-08-01binman: Add a new 'image-pos' propertySimon Glass
2018-08-01binman: Rename 'position' to 'offset'Simon Glass
2018-07-21spl: record boot_device into spl_image and call spl_perform_fixupsPhilipp Tomsich
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-06spl: spl_mmc: provide one weak function spl_boot_partitionPatrick Delaunay
2017-12-12binman: Add binman symbol support to SPLSimon Glass
2017-11-26spl: change load_addr and entry_point to uintptr_tPhilipp Tomsich
2017-11-26spl: add a fdt_addr field to spl_image_infoPhilipp Tomsich
2017-10-09spl: fix assignment of board info to global dataYork Sun
2017-08-13spl: add a 'return to bootrom' boot methodPhilipp Tomsich
2017-05-15spl: add support to booting with ATFKever Yang
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha
2017-03-18spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive optionAndrew F. Davis
2017-03-16spl: Add spl_early_init()Eddie Cai
2017-01-04SPL: make struct spl_image 64-bit safeAndre Przywara
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass
2016-12-09spl: Use a single underscore in the SPL_LOAD_IMAGE_METHOD() macroSimon Glass
2016-12-01SPL: mmc: Make spl_mmc_load_image availableMarek Vasut
2016-10-06spl: Make spl_boot_list a local variableSimon Glass
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass