aboutsummaryrefslogtreecommitdiff
path: root/include/spl.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-06spl: Move spl_board_load_image() into a generic headerSimon Glass1-0/+9
2016-09-27spl: dfu: adding dfu support functions for SPL-DFUB, Ravi1-0/+8
2016-07-22spl: support loading from UBI volumesLadislav Michl1-0/+4
2016-06-26common: Pass the boot device into spl_boot_mode()Marek Vasut1-1/+1
2016-05-27spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla1-0/+12
2016-05-24spl: Introduce new function spl_board_prepare_for_bootMichal Simek1-0/+1
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut1-1/+1
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini1-4/+6
2016-03-14spl: Add an option to load a FIT containing U-BootSimon Glass1-0/+18
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-4/+6
2015-11-18spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov1-1/+1
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov1-9/+9
2015-07-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass1-0/+12
2015-06-10arm: spl: Add an API to detect when U-Boot is started from SPLSimon Glass1-0/+13
2014-11-17spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher1-0/+1
2014-10-27spl: Add EXT support to SPLGuillaume GARDET1-0/+4
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET1-1/+1
2014-10-25spl: add prototype for jump_to_image_no_argsJeroen Hofstee1-0/+2
2014-02-19common: spl: Add spl sata boot supportDan Murphy1-0/+3
2014-02-07SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini1-0/+1
2014-01-24spl: common: Support for USB MSD FAT image loadingDan Murphy1-0/+3
2014-01-24spl: common: Move FAT funcs to a common fileDan Murphy1-0/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-10ARM: OMAP: Cleanup boot parameters usageSRICHARAN R1-1/+0
2013-03-11SPL: ONENAND: Support SPL to boot u-boot from OneNAND.Enric Balletbo i Serra1-0/+3
2012-10-01OMAP: networking support for SPLIlya Yanok1-0/+3
2012-09-27SPL: SPI: Enhance spi_spl_load to match the other load functionsTom Rini1-1/+1
2012-09-27SPL: Add option to skip copying of the mkimage headerStefan Roese1-0/+3
2012-09-27SPL: Add NOR flash booting supportStefan Roese1-0/+3
2012-09-27SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini1-0/+2