summaryrefslogtreecommitdiff
path: root/include/spl.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-19spl: implement CRC check on U-Boot uImageSimon Goldschmidt1-0/+5
2019-01-01spl: introduce function prototypesPeng Fan1-0/+12
2019-01-01SPL: Add HAB image authentication to FITYe Li1-0/+1
2018-12-07spl/tpl: change banner into upper caseHeiko Schocher1-2/+2
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass1-0/+1
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass1-0/+13
2018-11-26spl: Set up the bloblist in SPLSimon Glass1-0/+27
2018-10-04spl: add support to booting with OP-TEEKever Yang1-0/+13
2018-09-26spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut1-0/+9
2018-08-02binman: Add a new 'image-pos' propertySimon Glass1-1/+1
2018-08-02binman: Rename 'position' to 'offset'Simon Glass1-1/+1
2018-07-21spl: record boot_device into spl_image and call spl_perform_fixupsPhilipp Tomsich1-0/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-07spl: spl_mmc: provide one weak function spl_boot_partitionPatrick Delaunay1-0/+1
2017-12-13binman: Add binman symbol support to SPLSimon Glass1-0/+11
2017-11-26spl: change load_addr and entry_point to uintptr_tPhilipp Tomsich1-3/+6
2017-11-26spl: add a fdt_addr field to spl_image_infoPhilipp Tomsich1-0/+3
2017-10-09spl: fix assignment of board info to global dataYork Sun1-0/+1
2017-08-13spl: add a 'return to bootrom' boot methodPhilipp Tomsich1-0/+10
2017-05-15spl: add support to booting with ATFKever Yang1-0/+1
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha1-3/+2
2017-03-18spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive optionAndrew F. Davis1-1/+1
2017-03-17spl: Add spl_early_init()Eddie Cai1-3/+21
2017-01-04SPL: make struct spl_image 64-bit safeAndre Przywara1-2/+2
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass1-1/+14
2016-12-09spl: Use a single underscore in the SPL_LOAD_IMAGE_METHOD() macroSimon Glass1-7/+7
2016-12-01SPL: mmc: Make spl_mmc_load_image availableMarek Vasut1-0/+3
2016-10-06spl: Make spl_boot_list a local variableSimon Glass1-2/+0
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass1-1/+3
2016-10-06spl: Update fat functions to take an spl_image parameterSimon Glass1-2/+4
2016-10-06spl: Update ext functions to take an spl_image parameterSimon Glass1-2/+4
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass1-1/+3
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass1-8/+0
2016-10-06spl: Convert spl_net_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_spi_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_sata_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_usb_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_ymodem_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_nor_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_onenand_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_nand_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_ubi_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_mmc_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Add a way to declare an SPL image loaderSimon Glass1-0/+32
2016-10-06spl: Convert boot_device into a structSimon Glass1-11/+29
2016-10-06spl: Kconfig: Move SPL_DISPLAY_PRINT to KconfigSimon Glass1-0/+7
2016-10-06spl: Add function comments to spl_start_uboot()Simon Glass1-0/+11
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass1-1/+11
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass1-2/+18
2016-10-06spl: Add a parameter to spl_set_header_raw_uboot()Simon Glass1-1/+12