summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
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: Convert spl_ram_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 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-09-27dra7x: boot: add dfu bootmode supportB, Ravi
2016-09-27spl: dfu: adding dfu support functions for SPL-DFUB, Ravi
2016-09-16Kconfig: tpl: Add some TPL support options to KconfigSimon Glass
2016-09-16Kconfig: spl: Add SPL support options to KconfigSimon Glass
2016-09-16Kconfig: Move SPL settings into their own fileSimon Glass
2016-09-06spl: Rework image header parse to allow abort on raw image and os bootPaul Kocialkowski
2016-08-08spl_nor.c: Support devicetree sizes different from 16kMike Looijmans
2016-07-27dm: spl: mmc: Support raw partitions with CONFIG_BLKSimon Glass
2016-07-22spl: fit: Fix the number of bytes read in raw modeLokesh Vutla
2016-07-22spl: zImage support in Falcon modeLadislav Michl
2016-07-22spl: support loading from UBI volumesLadislav Michl
2016-07-22spl: Fix compilation warnings for arm64Michal Simek
2016-07-15Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini
2016-07-15sunxi: Support booting from SPI flashSiarhei Siamashka
2016-07-14dm: spl: Bind in all devices in SPL with of-platdataSimon Glass
2016-07-14dm: spl: Don't set up device tree with of-platdataSimon Glass
2016-07-14spl: Drop include of i2c.hSimon Glass
2016-07-14spl: fit: add support for post-processing of imagesDaniel Allred
2016-07-11dm: spl: mmc: Support CONFIG_BLK in SPL MMCSimon Glass
2016-06-26common: Pass the boot device into spl_boot_mode()Marek Vasut
2016-06-20Merge git://git.denx.de/u-boot-nand-flashTom Rini
2016-06-19spl: nand: support redundant u-boot imageBoris Brezillon
2016-06-19SPL ext: cosmetic: correct error message in spl_load_image_ext()Petr Kulhavy
2016-06-17SPL: ext: remove redundant ifdef statementPetr Kulhavy
2016-06-09bootstage: call show_boot_progress also in SPLHeiko Schocher
2016-06-04spl: fit: Fix non-matching DT names console outputAndreas Dannenberg
2016-06-02Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2016-06-02spl: Allow settings malloc_f base addressMarek Vasut
2016-06-01spl: Remove bogus GD_FLG_SPL_INIT checkMarek Vasut
2016-06-01spl: fit: Fix load address of fit headerLokesh Vutla
2016-05-27Merge git://git.denx.de/u-boot-dmTom Rini
2016-05-27spl: Add an option to load a FIT containing U-Boot from UARTLokesh Vutla
2016-05-27spl: fit: Do not print selected dtb during fit loadLokesh Vutla
2016-05-27spl: Support loading a FIT from NANDLokesh Vutla
2016-05-27spl: Support loading a FIT from FAT FSLokesh Vutla
2016-05-27spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla