summaryrefslogtreecommitdiffstats
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* 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
* spl: support for booting via usbethIlya Yanok2013-02-181-0/+5
* SPL: Port SPL framework to powerpcStefan Roese2012-12-051-0/+16
* SPL: make jump_to_image_no_args a weak symbolAllen Martin2012-10-291-4/+4
* SPL: Remove setting GD_FLG_RELOC in preloader_console_init()Tom Rini2012-10-151-1/+0
* OMAP: networking support for SPLIlya Yanok2012-10-013-0/+62
* OMAP: spl: call timer_init() from SPLIlya Yanok2012-10-011-0/+2
* SPL: Add support for loading image from ram in SPL.Pavel Machek2012-09-271-0/+22
* SPL: Rework how we inform about un-headered imagesTom Rini2012-09-271-5/+2
* SPL: Make un-supported boot device puts a debug insteadTom Rini2012-09-271-3/+1
* SPL: Enable use of custom defined U-Boot entry pointStefan Roese2012-09-271-1/+4
* SPL: SPI: Enhance spi_spl_load to match the other load functionsTom Rini2012-09-271-2/+2
* SPL: Add option to skip copying of the mkimage headerStefan Roese2012-09-271-4/+17
* SPL: Add NOR flash booting supportStefan Roese2012-09-273-0/+68
* SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/splTom Rini2012-09-272-0/+101
* SPL: Use image_get_xxx() functions to access header valuesStefan Roese2012-09-271-5/+5
* SPL: do not use fix value for u-boot sizeStefano Babic2012-09-271-1/+5
* SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini2012-09-271-35/+6
* SPL: Move the omap SPL framework to common/splTom Rini2012-09-273-0/+336
OpenPOWER on IntegriCloud