summaryrefslogtreecommitdiffstats
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Common: SPL: spl_nand: Fixed debug correct NAND ECC type.Ahmed Samir Khalil2016-04-011-0/+4
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-03-231-3/+3
|\
| * spl: Print from which mmc slot spl is trying to bootHans de Goede2016-03-231-3/+3
* | spl_mmc: allow to load raw imageMasahiro Yamada2016-03-241-14/+4
|/
* spl_nor: fix warning when compiled for 64bit targetMasahiro Yamada2016-03-151-1/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2016-03-145-14/+12
|\
| * dm: part: Rename some partition functionsSimon Glass2016-03-142-5/+3
| * dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-144-9/+9
* | spl: Support loading a FIT from MMCSimon Glass2016-03-141-18/+57
* | spl: Add an option to load a FIT containing U-BootSimon Glass2016-03-142-0/+195
|/
* spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FSGuillaume GARDET2016-02-191-1/+1
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-5/+4
* arm: move gd handling outside of C codeAlbert ARIBAUD2016-01-131-11/+15
* Merge git://git.denx.de/u-boot-rockchipTom Rini2015-12-161-1/+1
|\
| * spl: use panic_str instead of panicSjoerd Simons2015-12-131-1/+1
* | spl: mmc: use block device number, not hard-coded 0Eric Nelson2015-12-141-3/+5
|/
* spl: mmc: Unify non/driver model spl_mmc_find_device()Simon Glass2015-12-051-32/+9
* spl: mmc: Rename 'mmc' variable to 'mmcp'Simon Glass2015-12-051-7/+7
OpenPOWER on IntegriCloud