summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeLines
* 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
* SPL: fat: Fix spl_parse_image_header() return value handlingTom Rini2016-05-23-1/+1
* spl: fit: Print error message when FDT is not presentMichal Simek2016-05-23-1/+6
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-17-3/+3
|\
| * dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-17-1/+1
| * dm: scsi: Drop the get_dev() functionSimon Glass2016-05-17-1/+1
| * dm: usb: Drop the get_dev() functionSimon Glass2016-05-17-1/+1
* | SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGEMarek Vasut2016-05-17-0/+3
* | SPL: Let spl_parse_image_header() return valueMarek Vasut2016-05-17-14/+39
|/
* spl: spl_mmc: Disambiguate error messageFabio Estevam2016-04-25-2/+2
* spl: mmc: raw: Try to load u-boot if Linux image is not foundLokesh Vutla2016-04-11-1/+11
* Common: SPL: spl_nand: Fixed debug correct NAND ECC type.Ahmed Samir Khalil2016-04-01-0/+4
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-03-23-3/+3
|\