| Commit message (Expand) | Author | Age | Lines |
* | nand: remove CONFIG_SYS_NAND_PAGE_SIZE | Tim Harvey | 2014-05-15 | -1/+1 |
* | spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to boot | Tom Rini | 2014-04-17 | -0/+27 |
* | common: spl: Add spl sata boot support | Dan Murphy | 2014-02-19 | -0/+55 |
* | SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK | Tom Rini | 2014-02-07 | -0/+24 |
* | spl: common: Support for USB MSD FAT image loading | Dan Murphy | 2014-01-24 | -8/+72 |
* | spl: common: Move FAT funcs to a common file | Dan Murphy | 2014-01-24 | -62/+103 |
* | common: convert makefiles to Kbuild style | Masahiro Yamada | 2013-10-31 | -29/+7 |
* | spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT | Paul Burton | 2013-09-17 | -0/+16 |
* | spl: remove unnecessary (& ARM specific) include of asm/utils.h | Paul Burton | 2013-09-17 | -1/+0 |
* | Merge branch 'master' of git://88.191.163.10/u-boot-arm | Tom Rini | 2013-08-18 | -0/+4 |
|\ |
|
| * | spl_mmc.c: Detect missing kernel image in RAW MMC | Tom Rini | 2013-07-26 | -0/+4 |
* | | SPL: Limit image name print length | Taras Kondratiuk | 2013-08-16 | -2/+3 |
|/ |
|
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -115/+8 |
* | spl_mmc: add Falcon mode support for raw variant | Peter Korsgaard | 2013-06-07 | -0/+18 |
* | spl_mmc: mmc_load_image_raw(): Add sector argument | Peter Korsgaard | 2013-06-07 | -9/+6 |
* | spl_mmc: add Falcon mode support for FAT variant | Peter Korsgaard | 2013-06-07 | -0/+21 |
* | spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init out | Peter Korsgaard | 2013-06-07 | -14/+13 |
* | spl_mmc: return error from mmc_load_image_{raw, fat} rather than hanging | Peter Korsgaard | 2013-06-07 | -10/+14 |
* | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-05-30 | -0/+138 |
|\ |
|
| * | drivers/mmc: move spl_mmc.c to common/spl | Ying Zhang | 2013-05-15 | -0/+138 |
* | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-05-11 | -7/+3 |
|\ \
| |/
|/| |
|
| * | ARM: OMAP: Cleanup boot parameters usage | SRICHARAN R | 2013-05-10 | -7/+3 |
* | | lib: consolidate hang() | Andreas Bießmann | 2013-05-01 | -7/+0 |
|/ |
|
* | SPL: ONENAND: Support SPL to boot u-boot from OneNAND. | Enric Balletbo i Serra | 2013-03-11 | -0/+53 |
* | spl: support for booting via usbeth | Ilya Yanok | 2013-02-18 | -0/+5 |
* | SPL: Port SPL framework to powerpc | Stefan Roese | 2012-12-05 | -0/+16 |
* | SPL: make jump_to_image_no_args a weak symbol | Allen Martin | 2012-10-29 | -4/+4 |
* | SPL: Remove setting GD_FLG_RELOC in preloader_console_init() | Tom Rini | 2012-10-15 | -1/+0 |
* | OMAP: networking support for SPL | Ilya Yanok | 2012-10-01 | -0/+62 |
* | OMAP: spl: call timer_init() from SPL | Ilya Yanok | 2012-10-01 | -0/+2 |
* | SPL: Add support for loading image from ram in SPL. | Pavel Machek | 2012-09-27 | -0/+22 |
* | SPL: Rework how we inform about un-headered images | Tom Rini | 2012-09-27 | -5/+2 |
* | SPL: Make un-supported boot device puts a debug instead | Tom Rini | 2012-09-27 | -3/+1 |
* | SPL: Enable use of custom defined U-Boot entry point | Stefan Roese | 2012-09-27 | -1/+4 |
* | SPL: SPI: Enhance spi_spl_load to match the other load functions | Tom Rini | 2012-09-27 | -2/+2 |
* | SPL: Add option to skip copying of the mkimage header | Stefan Roese | 2012-09-27 | -4/+17 |
* | SPL: Add NOR flash booting support | Stefan Roese | 2012-09-27 | -0/+68 |
* | SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl | Tom Rini | 2012-09-27 | -0/+101 |
* | SPL: Use image_get_xxx() functions to access header values | Stefan Roese | 2012-09-27 | -5/+5 |
* | SPL: do not use fix value for u-boot size | Stefano Babic | 2012-09-27 | -1/+5 |
* | SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux | Tom Rini | 2012-09-27 | -35/+6 |
* | SPL: Move the omap SPL framework to common/spl | Tom Rini | 2012-09-27 | -0/+336 |