| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2015-04-24 | -1/+1 |
|\ |
|
| * | armv8/ls2085aqds: NAND boot support | Scott Wood | 2015-04-23 | -1/+1 |
* | | dm: Init device tree as well as driver model in SPL | Simon Glass | 2015-04-23 | -3/+17 |
* | | Correct malloc_limit value for pre-relocation malloc() | Simon Glass | 2015-04-23 | -1/+1 |
|/ |
|
* | Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE | Albert ARIBAUD \(3ADEV\) | 2015-04-10 | -0/+12 |
* | arm: spl: Allow board_init_r() to run with a larger stack | Simon Glass | 2015-03-04 | -0/+35 |
* | arm: spl: Provide for a board-specific loader | Simon Glass | 2015-02-16 | -0/+5 |
* | spl: Change printf to puts for "Unsupported boot-device" | Stefan Roese | 2015-01-28 | -1/+1 |
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2014-11-24 | -1/+15 |
|\ |
|
| * | dm: spl: Allow driver model to be used | Simon Glass | 2014-11-21 | -0/+5 |
| * | dm: spl: Make simple malloc() available when enabled | Simon Glass | 2014-11-21 | -1/+10 |
* | | spl: Change debug to printf for "Unsupported boot-device" | Stefan Roese | 2014-11-23 | -1/+3 |
|/ |
|
* | spl, nand: add option to boot raw u-boot.bin image only | Heiko Schocher | 2014-11-17 | -5/+10 |
* | spl: move comment to the right place | Andreas Bießmann | 2014-10-27 | -1/+1 |
* | Fix a few printf argument verification warnings | Vasili Galka | 2014-09-15 | -1/+1 |
* | common: spl: Add spl sata boot support | Dan Murphy | 2014-02-19 | -0/+5 |
* | spl: common: Support for USB MSD FAT image loading | Dan Murphy | 2014-01-24 | -0/+5 |
* | 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 | -17/+1 |
* | 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/+5 |
* | 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/+9 |
* | 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/+5 |
* | 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/+224 |