summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
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-25spl: common: Support for USB MSD FAT image loadingDan Murphy4-8/+72
2014-01-25spl: 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-27spl_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-12Merge 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-02lib: 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
2012-10-01OMAP: networking support for SPLIlya Yanok3-0/+62
2012-10-01OMAP: spl: call timer_init() from SPLIlya Yanok1-0/+2
2012-09-27SPL: Add support for loading image from ram in SPL.Pavel Machek1-0/+22
2012-09-27SPL: Rework how we inform about un-headered imagesTom Rini1-5/+2
2012-09-27SPL: Make un-supported boot device puts a debug insteadTom Rini1-3/+1
2012-09-27SPL: Enable use of custom defined U-Boot entry pointStefan Roese1-1/+4
2012-09-27SPL: SPI: Enhance spi_spl_load to match the other load functionsTom Rini1-2/+2
2012-09-27SPL: Add option to skip copying of the mkimage headerStefan Roese1-4/+17
2012-09-27SPL: Add NOR flash booting supportStefan Roese3-0/+68
2012-09-27SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/splTom Rini2-0/+101
2012-09-27SPL: Use image_get_xxx() functions to access header valuesStefan Roese1-5/+5
2012-09-27SPL: do not use fix value for u-boot sizeStefano Babic1-1/+5
2012-09-27SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini1-35/+6
2012-09-27SPL: Move the omap SPL framework to common/splTom Rini3-0/+336