summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeLines
* spl: spl_mmc: Error and count distinctionPaul Kocialkowski2015-05-28-14/+19
* spl: spl_mmc: fix mmc Falcon mode regressionTim Harvey2015-05-26-1/+1
* spl: Correct address in spl_relocate_stack_gd()Simon Glass2015-05-14-1/+1
* spl: spl_mmc: Partition raw boot mode for eMMCPaul Kocialkowski2015-05-10-0/+5
* spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmeticsPaul Kocialkowski2015-05-10-55/+73
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-04-24-2/+2
|\
| * armv8/ls2085aqds: NAND boot supportScott Wood2015-04-23-2/+2
* | dm: Init device tree as well as driver model in SPLSimon Glass2015-04-23-3/+17
* | Correct malloc_limit value for pre-relocation malloc()Simon Glass2015-04-23-1/+1
|/
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-18-1/+1
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-18-1/+1
* Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGEAlbert ARIBAUD \(3ADEV\)2015-04-10-0/+12
* remove unnecessary version.h includesRob Herring2015-03-24-2/+0
* arm: spl: Allow board_init_r() to run with a larger stackSimon Glass2015-03-04-0/+35
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-02-17-0/+5
|\
| * arm: spl: Provide for a board-specific loaderSimon Glass2015-02-16-0/+5
* | spl, spl_nor: fix compiler warningHeiko Schocher2015-02-16-1/+1
|/
* spl: Change printf to puts for "Unsupported boot-device"Stefan Roese2015-01-28-1/+1
* spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOTMasahiro Yamada2015-01-14-25/+39
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2015-01-06-3/+16
|\
| * spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e...Guillaume GARDET2015-01-06-3/+16
* | spl_sata.c: Add <scsi.h>Tom Rini2015-01-05-0/+1
|/
* spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if availableGuillaume GARDET2014-12-08-1/+2
* spl: MMC U-Boot image load from raw partitionPaul Kocialkowski2014-12-08-4/+26
* MMC SD fs boot partition config coding style and proper descriptionPaul Kocialkowski2014-12-04-4/+4
* spl: Fix SPL EXT supportGuillaume GARDET2014-11-26-5/+5
* Merge git://git.denx.de/u-boot-dmTom Rini2014-11-24-1/+15
|\
| * dm: spl: Allow driver model to be usedSimon Glass2014-11-21-0/+5
| * dm: spl: Make simple malloc() available when enabledSimon Glass2014-11-21-1/+10
* | ext4: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-23-9/+9
* | spl: Change debug to printf for "Unsupported boot-device"Stefan Roese2014-11-23-1/+3
|/
* spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher2014-11-17-5/+23
* spl: move comment to the right placeAndreas Bießmann2014-10-27-1/+1
* spl: do not hang in spl_register_fat_device but return error value. It allows...Guillaume GARDET2014-10-27-1/+1
* spl: Add EXT support to SPLGuillaume GARDET2014-10-27-2/+156
* Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET2014-10-27-9/+9
* common: spl_sata: perform SCSI scan before getting deviceRoger Quadros2014-10-10-0/+1
* Fix a few printf argument verification warningsVasili Galka2014-09-15-1/+1
* spl: nand: read only in the size of image_header on the first accessMasahiro Yamada2014-07-22-3/+3
* nand: remove CONFIG_SYS_NAND_PAGE_SIZETim Harvey2014-05-15-1/+1
* spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to bootTom Rini2014-04-17-0/+27
* common: spl: Add spl sata boot supportDan Murphy2014-02-19-0/+55
* SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini2014-02-07-0/+24
* spl: common: Support for USB MSD FAT image loadingDan Murphy2014-01-24-8/+72
* spl: common: Move FAT funcs to a common fileDan Murphy2014-01-24-62/+103
* common: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-29/+7
* spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton2013-09-17-0/+16
* spl: remove unnecessary (& ARM specific) include of asm/utils.hPaul Burton2013-09-17-1/+0
* Merge branch 'master' of git://88.191.163.10/u-boot-armTom Rini2013-08-18-0/+4
|\
| * spl_mmc.c: Detect missing kernel image in RAW MMCTom Rini2013-07-26-0/+4