summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2015-02-17Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2015-02-16spl, spl_nor: fix compiler warningHeiko Schocher
2015-02-16arm: spl: Provide for a board-specific loaderSimon Glass
2015-01-28spl: Change printf to puts for "Unsupported boot-device"Stefan Roese
2015-01-14spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOTMasahiro Yamada
2015-01-06Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2015-01-06spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e...Guillaume GARDET
2015-01-05spl_sata.c: Add <scsi.h>Tom Rini
2014-12-08spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if availableGuillaume GARDET
2014-12-08spl: MMC U-Boot image load from raw partitionPaul Kocialkowski
2014-12-04MMC SD fs boot partition config coding style and proper descriptionPaul Kocialkowski
2014-11-26spl: Fix SPL EXT supportGuillaume GARDET
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini
2014-11-23ext4: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-11-23spl: Change debug to printf for "Unsupported boot-device"Stefan Roese
2014-11-21dm: spl: Allow driver model to be usedSimon Glass
2014-11-21dm: spl: Make simple malloc() available when enabledSimon Glass
2014-11-17spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher
2014-10-27spl: move comment to the right placeAndreas Bießmann
2014-10-27spl: do not hang in spl_register_fat_device but return error value. It allows...Guillaume GARDET
2014-10-27spl: Add EXT support to SPLGuillaume GARDET
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET
2014-10-10common: spl_sata: perform SCSI scan before getting deviceRoger Quadros
2014-09-15Fix a few printf argument verification warningsVasili Galka
2014-07-22spl: nand: read only in the size of image_header on the first accessMasahiro Yamada
2014-05-15nand: remove CONFIG_SYS_NAND_PAGE_SIZETim Harvey
2014-04-17spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to bootTom Rini
2014-02-19common: spl: Add spl sata boot supportDan Murphy
2014-02-07SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini
2014-01-24spl: common: Support for USB MSD FAT image loadingDan Murphy
2014-01-24spl: common: Move FAT funcs to a common fileDan Murphy
2013-10-31common: convert makefiles to Kbuild styleMasahiro Yamada
2013-09-17spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton
2013-09-17spl: remove unnecessary (& ARM specific) include of asm/utils.hPaul Burton
2013-08-18Merge branch 'master' of git://88.191.163.10/u-boot-armTom Rini
2013-08-16SPL: Limit image name print lengthTaras Kondratiuk
2013-07-26spl_mmc.c: Detect missing kernel image in RAW MMCTom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-07spl_mmc: add Falcon mode support for raw variantPeter Korsgaard
2013-06-07spl_mmc: mmc_load_image_raw(): Add sector argumentPeter Korsgaard
2013-06-07spl_mmc: add Falcon mode support for FAT variantPeter Korsgaard
2013-06-07spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init outPeter Korsgaard
2013-06-07spl_mmc: return error from mmc_load_image_{raw, fat} rather than hangingPeter Korsgaard
2013-05-30Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-05-15drivers/mmc: move spl_mmc.c to common/splYing Zhang
2013-05-11Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-05-10ARM: OMAP: Cleanup boot parameters usageSRICHARAN R
2013-05-01lib: consolidate hang()Andreas Bießmann
2013-03-11SPL: ONENAND: Support SPL to boot u-boot from OneNAND.Enric Balletbo i Serra
2013-02-18spl: support for booting via usbethIlya Yanok