summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeLines
* spl: Convert spl_mmc_load_image() to use linker listSimon Glass2016-10-06-7/+5
* spl: Convert spl_ram_load_image() to use linker listSimon Glass2016-10-06-9/+9
* spl: Add a way to declare an SPL image loaderSimon Glass2016-10-06-0/+20
* spl: Convert boot_device into a structSimon Glass2016-10-06-32/+37
* spl: Kconfig: Move SPL_DISPLAY_PRINT to KconfigSimon Glass2016-10-06-0/+9
* spl: Add a parameter to jump_to_image_linux()Simon Glass2016-10-06-1/+2
* spl: Add a parameter to spl_parse_image_header()Simon Glass2016-10-06-33/+36
* spl: Add a parameter to spl_set_header_raw_uboot()Simon Glass2016-10-06-8/+8
* dra7x: boot: add dfu bootmode supportB, Ravi2016-09-27-1/+9
* spl: dfu: adding dfu support functions for SPL-DFUB, Ravi2016-09-27-0/+58
* Kconfig: tpl: Add some TPL support options to KconfigSimon Glass2016-09-16-0/+67
* Kconfig: spl: Add SPL support options to KconfigSimon Glass2016-09-16-0/+411
* Kconfig: Move SPL settings into their own fileSimon Glass2016-09-16-0/+67
* spl: Rework image header parse to allow abort on raw image and os bootPaul Kocialkowski2016-09-06-4/+7
* spl_nor.c: Support devicetree sizes different from 16kMike Looijmans2016-08-08-2/+2
* dm: spl: mmc: Support raw partitions with CONFIG_BLKSimon Glass2016-07-27-1/+1
* spl: fit: Fix the number of bytes read in raw modeLokesh Vutla2016-07-22-1/+3
* spl: zImage support in Falcon modeLadislav Michl2016-07-22-0/+23
* spl: support loading from UBI volumesLadislav Michl2016-07-22-0/+87
* spl: Fix compilation warnings for arm64Michal Simek2016-07-22-1/+2
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-07-15-2/+2
|\
| * sunxi: Support booting from SPI flashSiarhei Siamashka2016-07-15-2/+2
* | Merge git://git.denx.de/u-boot-dmTom Rini2016-07-15-3/+3
|\ \
| * | dm: spl: Bind in all devices in SPL with of-platdataSimon Glass2016-07-14-1/+2
| * | dm: spl: Don't set up device tree with of-platdataSimon Glass2016-07-14-1/+1
| * | spl: Drop include of i2c.hSimon Glass2016-07-14-1/+0
| |/
* | spl: fit: add support for post-processing of imagesDaniel Allred2016-07-14-5/+16
|/
* dm: spl: mmc: Support CONFIG_BLK in SPL MMCSimon Glass2016-07-11-3/+3
* common: Pass the boot device into spl_boot_mode()Marek Vasut2016-06-26-1/+1
* Merge git://git.denx.de/u-boot-nand-flashTom Rini2016-06-20-0/+7
|\
| * spl: nand: support redundant u-boot imageBoris Brezillon2016-06-19-0/+7
* | SPL ext: cosmetic: correct error message in spl_load_image_ext()Petr Kulhavy2016-06-19-1/+1
* | SPL: ext: remove redundant ifdef statementPetr Kulhavy2016-06-17-2/+1
* | bootstage: call show_boot_progress also in SPLHeiko Schocher2016-06-09-0/+5
* | spl: fit: Fix non-matching DT names console outputAndreas Dannenberg2016-06-04-1/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2016-06-02-3/+0
|\
| * spl: Remove bogus GD_FLG_SPL_INIT checkMarek Vasut2016-06-01-3/+0
* | spl: Allow settings malloc_f base addressMarek Vasut2016-06-02-0/+3
|/
* spl: fit: Fix load address of fit headerLokesh Vutla2016-06-01-2/+2
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-27-5/+4
|\
| * dm: mmc: spl: Add support for CONFIG_BLKSimon Glass2016-05-27-5/+4
* | spl: Add an option to load a FIT containing U-Boot from UARTLokesh Vutla2016-05-27-14/+84
* | spl: fit: Do not print selected dtb during fit loadLokesh Vutla2016-05-27-3/+1
* | spl: Support loading a FIT from NANDLokesh Vutla2016-05-27-5/+32
* | spl: Support loading a FIT from FAT FSLokesh Vutla2016-05-27-4/+32
* | spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla2016-05-27-14/+59
* | spl: fit: Fix the number of bytes read when reading fdt from fitLokesh Vutla2016-05-27-0/+1
* | SPL: FIT: Align loading address for headerMichal Simek2016-05-27-0/+1
|/
* SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot modeMichal Simek2016-05-24-9/+36
* spl: Introduce new function spl_board_prepare_for_bootMichal Simek2016-05-24-0/+6