summaryrefslogtreecommitdiff
path: root/include/spl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* spl: add support to booting with ATFKever Yang2017-05-151-0/+1
* spl: make image arg or fdt blob address reconfigurableVikas Manocha2017-05-081-3/+2
* spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive optionAndrew F. Davis2017-03-181-1/+1
* spl: Add spl_early_init()Eddie Cai2017-03-161-3/+21
* SPL: make struct spl_image 64-bit safeAndre Przywara2017-01-041-2/+2
* spl: Add a name to the SPL load-image methodsSimon Glass2016-12-091-1/+14
* spl: Use a single underscore in the SPL_LOAD_IMAGE_METHOD() macroSimon Glass2016-12-091-7/+7
* SPL: mmc: Make spl_mmc_load_image availableMarek Vasut2016-12-011-0/+3
* spl: Make spl_boot_list a local variableSimon Glass2016-10-061-2/+0
* spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass2016-10-061-1/+3
* spl: Update fat functions to take an spl_image parameterSimon Glass2016-10-061-2/+4
* spl: Update ext functions to take an spl_image parameterSimon Glass2016-10-061-2/+4
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-061-1/+3
* spl: Convert spl_board_load_image() to use linker listSimon Glass2016-10-061-8/+0
* spl: Convert spl_net_load_image() to use linker listSimon Glass2016-10-061-3/+0
* spl: Convert spl_spi_load_image() to use linker listSimon Glass2016-10-061-3/+0
* spl: Convert spl_sata_load_image() to use linker listSimon Glass2016-10-061-3/+0
* spl: Convert spl_usb_load_image() to use linker listSimon Glass2016-10-061-3/+0
* spl: Convert spl_ymodem_load_image() to use linker listSimon Glass2016-10-061-3/+0
* spl: Convert spl_nor_load_image() to use linker listSimon Glass2016-10-061-3/+0
* spl: Convert spl_onenand_load_image() to use linker listSimon Glass2016-10-061-3/+0
* spl: Convert spl_nand_load_image() to use linker listSimon Glass2016-10-061-3/+0
* spl: Convert spl_ubi_load_image() to use linker listSimon Glass2016-10-061-3/+0
* spl: Convert spl_mmc_load_image() to use linker listSimon Glass2016-10-061-3/+0
* spl: Add a way to declare an SPL image loaderSimon Glass2016-10-061-0/+32
* spl: Convert boot_device into a structSimon Glass2016-10-061-11/+29
* spl: Kconfig: Move SPL_DISPLAY_PRINT to KconfigSimon Glass2016-10-061-0/+7
* spl: Add function comments to spl_start_uboot()Simon Glass2016-10-061-0/+11
* spl: Add a parameter to jump_to_image_linux()Simon Glass2016-10-061-1/+11
* spl: Add a parameter to spl_parse_image_header()Simon Glass2016-10-061-2/+18
* spl: Add a parameter to spl_set_header_raw_uboot()Simon Glass2016-10-061-1/+12
* spl: Move spl_board_load_image() into a generic headerSimon Glass2016-10-061-0/+9
* spl: dfu: adding dfu support functions for SPL-DFUB, Ravi2016-09-271-0/+8
* spl: support loading from UBI volumesLadislav Michl2016-07-221-0/+4
* common: Pass the boot device into spl_boot_mode()Marek Vasut2016-06-261-1/+1
* spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla2016-05-271-0/+12
* spl: Introduce new function spl_board_prepare_for_bootMichal Simek2016-05-241-0/+1
* SPL: Let spl_parse_image_header() return valueMarek Vasut2016-05-171-1/+1