summaryrefslogtreecommitdiffstats
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* arm: spl: Allow board_init_r() to run with a larger stackSimon Glass2015-03-041-0/+35
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-02-171-0/+5
|\
| * arm: spl: Provide for a board-specific loaderSimon Glass2015-02-161-0/+5
* | spl, spl_nor: fix compiler warningHeiko Schocher2015-02-161-1/+1
|/
* spl: Change printf to puts for "Unsupported boot-device"Stefan Roese2015-01-281-1/+1
* spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOTMasahiro Yamada2015-01-141-25/+39
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2015-01-061-3/+16
|\
| * spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e...Guillaume GARDET2015-01-061-3/+16
* | spl_sata.c: Add <scsi.h>Tom Rini2015-01-051-0/+1
|/
* spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if availableGuillaume GARDET2014-12-081-1/+2
* spl: MMC U-Boot image load from raw partitionPaul Kocialkowski2014-12-081-4/+26
* MMC SD fs boot partition config coding style and proper descriptionPaul Kocialkowski2014-12-041-4/+4
* spl: Fix SPL EXT supportGuillaume GARDET2014-11-261-5/+5
* Merge git://git.denx.de/u-boot-dmTom Rini2014-11-241-1/+15
|\
| * dm: spl: Allow driver model to be usedSimon Glass2014-11-211-0/+5
| * dm: spl: Make simple malloc() available when enabledSimon Glass2014-11-211-1/+10
* | ext4: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-231-9/+9
* | spl: Change debug to printf for "Unsupported boot-device"Stefan Roese2014-11-231-1/+3
|/
* spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher2014-11-172-5/+23
* spl: move comment to the right placeAndreas Bießmann2014-10-271-1/+1
* spl: do not hang in spl_register_fat_device but return error value. It allows...Guillaume GARDET2014-10-271-1/+1
* spl: Add EXT support to SPLGuillaume GARDET2014-10-273-2/+156
* Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET2014-10-274-9/+9
* common: spl_sata: perform SCSI scan before getting deviceRoger Quadros2014-10-101-0/+1
* Fix a few printf argument verification warningsVasili Galka2014-09-151-1/+1
* spl: nand: read only in the size of image_header on the first accessMasahiro Yamada2014-07-221-3/+3
* nand: remove CONFIG_SYS_NAND_PAGE_SIZETim Harvey2014-05-151-1/+1
* spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to bootTom Rini2014-04-171-0/+27
* common: spl: Add spl sata boot supportDan Murphy2014-02-193-0/+55
* SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini2014-02-071-0/+24
* spl: common: Support for USB MSD FAT image loadingDan Murphy2014-01-244-8/+72
* spl: common: Move FAT funcs to a common fileDan Murphy2014-01-243-62/+103
* common: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-29/+7
* spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton2013-09-171-0/+16
* spl: remove unnecessary (& ARM specific) include of asm/utils.hPaul Burton2013-09-171-1/+0
* Merge branch 'master' of git://88.191.163.10/u-boot-armTom Rini2013-08-181-0/+4
|\
| * spl_mmc.c: Detect missing kernel image in RAW MMCTom Rini2013-07-261-0/+4
* | SPL: Limit image name print lengthTaras Kondratiuk2013-08-161-2/+3
|/
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-248-115/+8
* spl_mmc: add Falcon mode support for raw variantPeter Korsgaard2013-06-071-0/+18
* spl_mmc: mmc_load_image_raw(): Add sector argumentPeter Korsgaard2013-06-071-9/+6
* spl_mmc: add Falcon mode support for FAT variantPeter Korsgaard2013-06-071-0/+21
* spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init outPeter Korsgaard2013-06-071-14/+13
* spl_mmc: return error from mmc_load_image_{raw, fat} rather than hangingPeter Korsgaard2013-06-071-10/+14
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-05-302-0/+138
|\
| * drivers/mmc: move spl_mmc.c to common/splYing Zhang2013-05-152-0/+138
* | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2013-05-111-7/+3
|\ \ | |/ |/|
| * ARM: OMAP: Cleanup boot parameters usageSRICHARAN R2013-05-101-7/+3
* | lib: consolidate hang()Andreas Bießmann2013-05-011-7/+0
|/
* SPL: ONENAND: Support SPL to boot u-boot from OneNAND.Enric Balletbo i Serra2013-03-113-0/+53
OpenPOWER on IntegriCloud