summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: tpl: Add some TPL support options to KconfigSimon Glass2016-09-161-0/+67
* Kconfig: spl: Add SPL support options to KconfigSimon Glass2016-09-161-0/+411
* Kconfig: Move SPL settings into their own fileSimon Glass2016-09-161-0/+67
* spl: Rework image header parse to allow abort on raw image and os bootPaul Kocialkowski2016-09-061-4/+7
* spl_nor.c: Support devicetree sizes different from 16kMike Looijmans2016-08-081-2/+2
* dm: spl: mmc: Support raw partitions with CONFIG_BLKSimon Glass2016-07-271-1/+1
* spl: fit: Fix the number of bytes read in raw modeLokesh Vutla2016-07-221-1/+3
* spl: zImage support in Falcon modeLadislav Michl2016-07-221-0/+23
* spl: support loading from UBI volumesLadislav Michl2016-07-223-0/+87
* spl: Fix compilation warnings for arm64Michal Simek2016-07-221-1/+2
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-07-151-2/+2
|\
| * sunxi: Support booting from SPI flashSiarhei Siamashka2016-07-151-2/+2
* | Merge git://git.denx.de/u-boot-dmTom Rini2016-07-151-3/+3
|\ \
| * | dm: spl: Bind in all devices in SPL with of-platdataSimon Glass2016-07-141-1/+2
| * | dm: spl: Don't set up device tree with of-platdataSimon Glass2016-07-141-1/+1
| * | spl: Drop include of i2c.hSimon Glass2016-07-141-1/+0
| |/
* | spl: fit: add support for post-processing of imagesDaniel Allred2016-07-141-5/+16
|/
* dm: spl: mmc: Support CONFIG_BLK in SPL MMCSimon Glass2016-07-111-3/+3
* common: Pass the boot device into spl_boot_mode()Marek Vasut2016-06-261-1/+1
* Merge git://git.denx.de/u-boot-nand-flashTom Rini2016-06-201-0/+7
|\
| * spl: nand: support redundant u-boot imageBoris Brezillon2016-06-191-0/+7
* | SPL ext: cosmetic: correct error message in spl_load_image_ext()Petr Kulhavy2016-06-191-1/+1
* | SPL: ext: remove redundant ifdef statementPetr Kulhavy2016-06-171-2/+1
* | bootstage: call show_boot_progress also in SPLHeiko Schocher2016-06-091-0/+5
* | spl: fit: Fix non-matching DT names console outputAndreas Dannenberg2016-06-041-1/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2016-06-021-3/+0
|\
| * spl: Remove bogus GD_FLG_SPL_INIT checkMarek Vasut2016-06-011-3/+0
* | spl: Allow settings malloc_f base addressMarek Vasut2016-06-021-0/+3
|/
* spl: fit: Fix load address of fit headerLokesh Vutla2016-06-011-2/+2
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-271-5/+4
|\
| * dm: mmc: spl: Add support for CONFIG_BLKSimon Glass2016-05-271-5/+4
* | spl: Add an option to load a FIT containing U-Boot from UARTLokesh Vutla2016-05-271-14/+84
* | spl: fit: Do not print selected dtb during fit loadLokesh Vutla2016-05-271-3/+1
* | spl: Support loading a FIT from NANDLokesh Vutla2016-05-271-5/+32
* | spl: Support loading a FIT from FAT FSLokesh Vutla2016-05-271-4/+32
* | spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla2016-05-272-14/+59
* | spl: fit: Fix the number of bytes read when reading fdt from fitLokesh Vutla2016-05-271-0/+1
* | SPL: FIT: Align loading address for headerMichal Simek2016-05-271-0/+1
|/
* SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot modeMichal Simek2016-05-241-9/+36
* spl: Introduce new function spl_board_prepare_for_bootMichal Simek2016-05-241-0/+6
* SPL: fat: Fix spl_parse_image_header() return value handlingTom Rini2016-05-231-1/+1
* spl: fit: Print error message when FDT is not presentMichal Simek2016-05-231-1/+6
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-173-3/+3
|\
| * dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-171-1/+1
| * dm: scsi: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
| * dm: usb: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* | SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGEMarek Vasut2016-05-171-0/+3
* | SPL: Let spl_parse_image_header() return valueMarek Vasut2016-05-179-14/+39
|/
* spl: spl_mmc: Disambiguate error messageFabio Estevam2016-04-251-2/+2
* spl: mmc: raw: Try to load u-boot if Linux image is not foundLokesh Vutla2016-04-111-1/+11