aboutsummaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2015-01-28spl: Change printf to puts for "Unsupported boot-device"Stefan Roese1-1/+1
2015-01-14spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOTMasahiro Yamada1-25/+39
2015-01-06Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-3/+16
2015-01-06spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e...Guillaume GARDET1-3/+16
2015-01-05spl_sata.c: Add <scsi.h>Tom Rini1-0/+1
2014-12-08spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if availableGuillaume GARDET1-1/+2
2014-12-08spl: MMC U-Boot image load from raw partitionPaul Kocialkowski1-4/+26
2014-12-04MMC SD fs boot partition config coding style and proper descriptionPaul Kocialkowski1-4/+4
2014-11-26spl: Fix SPL EXT supportGuillaume GARDET1-5/+5
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini1-1/+15
2014-11-23ext4: Prepare API change for files greater than 2GBSuriyan Ramasami1-9/+9
2014-11-23spl: Change debug to printf for "Unsupported boot-device"Stefan Roese1-1/+3
2014-11-21dm: spl: Allow driver model to be usedSimon Glass1-0/+5
2014-11-21dm: spl: Make simple malloc() available when enabledSimon Glass1-1/+10
2014-11-17spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher2-5/+23
2014-10-27spl: move comment to the right placeAndreas Bießmann1-1/+1
2014-10-27spl: do not hang in spl_register_fat_device but return error value. It allows...Guillaume GARDET1-1/+1
2014-10-27spl: Add EXT support to SPLGuillaume GARDET3-2/+156
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET4-9/+9
2014-10-10common: spl_sata: perform SCSI scan before getting deviceRoger Quadros1-0/+1
2014-09-15Fix a few printf argument verification warningsVasili Galka1-1/+1
2014-07-22spl: nand: read only in the size of image_header on the first accessMasahiro Yamada1-3/+3
2014-05-15nand: remove CONFIG_SYS_NAND_PAGE_SIZETim Harvey1-1/+1
2014-04-17spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to bootTom Rini1-0/+27
2014-02-19common: spl: Add spl sata boot supportDan Murphy3-0/+55
2014-02-07SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini1-0/+24
2014-01-24spl: common: Support for USB MSD FAT image loadingDan Murphy4-8/+72
2014-01-24spl: common: Move FAT funcs to a common fileDan Murphy3-62/+103
2013-10-31common: convert makefiles to Kbuild styleMasahiro Yamada1-29/+7
2013-09-17spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton1-0/+16
2013-09-17spl: remove unnecessary (& ARM specific) include of asm/utils.hPaul Burton1-1/+0
2013-08-18Merge branch 'master' of git://88.191.163.10/u-boot-armTom Rini1-0/+4
2013-08-16SPL: Limit image name print lengthTaras Kondratiuk1-2/+3
2013-07-26spl_mmc.c: Detect missing kernel image in RAW MMCTom Rini1-0/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk8-115/+8
2013-06-07spl_mmc: add Falcon mode support for raw variantPeter Korsgaard1-0/+18
2013-06-07spl_mmc: mmc_load_image_raw(): Add sector argumentPeter Korsgaard1-9/+6
2013-06-07spl_mmc: add Falcon mode support for FAT variantPeter Korsgaard1-0/+21
2013-06-07spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init outPeter Korsgaard1-14/+13
2013-06-07spl_mmc: return error from mmc_load_image_{raw, fat} rather than hangingPeter Korsgaard1-10/+14
2013-05-30Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2-0/+138
2013-05-15drivers/mmc: move spl_mmc.c to common/splYing Zhang2-0/+138
2013-05-11Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD1-7/+3
2013-05-10ARM: OMAP: Cleanup boot parameters usageSRICHARAN R1-7/+3
2013-05-01lib: consolidate hang()Andreas Bießmann1-7/+0
2013-03-11SPL: ONENAND: Support SPL to boot u-boot from OneNAND.Enric Balletbo i Serra3-0/+53
2013-02-18spl: support for booting via usbethIlya Yanok1-0/+5
2012-12-05SPL: Port SPL framework to powerpcStefan Roese1-0/+16
2012-10-29SPL: make jump_to_image_no_args a weak symbolAllen Martin1-4/+4
2012-10-15SPL: Remove setting GD_FLG_RELOC in preloader_console_init()Tom Rini1-1/+0