summaryrefslogtreecommitdiff
path: root/include/spl.h
AgeCommit message (Expand)Author
2017-11-01spl: change load_addr and entry_point to uintptr_tPhilipp Tomsich
2017-11-01spl: 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
2016-10-06spl: Update fat functions to take an spl_image parameterSimon Glass
2016-10-06spl: Update ext functions to take an spl_image parameterSimon Glass
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_net_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_spi_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_sata_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_usb_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_ymodem_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_nor_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_onenand_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_nand_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_ubi_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_mmc_load_image() to use linker listSimon Glass
2016-10-06spl: Add a way to declare an SPL image loaderSimon Glass
2016-10-06spl: Convert boot_device into a structSimon Glass
2016-10-06spl: Kconfig: Move SPL_DISPLAY_PRINT to KconfigSimon Glass
2016-10-06spl: Add function comments to spl_start_uboot()Simon Glass
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass
2016-10-06spl: Add a parameter to spl_set_header_raw_uboot()Simon Glass
2016-10-06spl: Move spl_board_load_image() into a generic headerSimon Glass
2016-09-27spl: dfu: adding dfu support functions for SPL-DFUB, Ravi
2016-07-22spl: support loading from UBI volumesLadislav Michl
2016-06-26common: Pass the boot device into spl_boot_mode()Marek Vasut
2016-05-27spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla
2016-05-24spl: Introduce new function spl_board_prepare_for_bootMichal Simek
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini
2016-03-14spl: Add an option to load a FIT containing U-BootSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2015-11-18spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov
2015-07-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass
2015-06-10arm: spl: Add an API to detect when U-Boot is started from SPLSimon Glass
2014-11-17spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher