summaryrefslogtreecommitdiffstats
path: root/common/spl/spl.c
Commit message (Expand)AuthorAgeFilesLines
* arm: move gd handling outside of C codeAlbert ARIBAUD2016-01-131-11/+15
* spl: use panic_str instead of panicSjoerd Simons2015-12-131-1/+1
* spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov2015-11-181-1/+1
* spl: announce boot devicesNikita Kiryanov2015-11-181-0/+79
* spl: add support for alternative boot deviceNikita Kiryanov2015-11-181-4/+29
* common: spl: move image load to its own functionNikita Kiryanov2015-11-181-67/+50
* spl: change return values of spl_*_load_image()Nikita Kiryanov2015-11-181-14/+29
* malloc_simple: Add support for switching to DRAM heapHans de Goede2015-10-201-0/+12
* spl: spl_relocate_stack_gd: Do not unnecessarily clear bssHans de Goede2015-10-201-3/+0
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-2/+1
* of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada2015-08-181-1/+1
* spl: Add a debug string before the jump to U-BootSimon Glass2015-07-211-0/+1
* dm: spl: Allow device tree/driver model in board_init_f()Simon Glass2015-07-211-11/+24
* spl: Correct address in spl_relocate_stack_gd()Simon Glass2015-05-141-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-04-241-1/+1
|\
| * armv8/ls2085aqds: NAND boot supportScott Wood2015-04-231-1/+1
* | dm: Init device tree as well as driver model in SPLSimon Glass2015-04-231-3/+17
* | Correct malloc_limit value for pre-relocation malloc()Simon Glass2015-04-231-1/+1
|/
* Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGEAlbert ARIBAUD \(3ADEV\)2015-04-101-0/+12
* arm: spl: Allow board_init_r() to run with a larger stackSimon Glass2015-03-041-0/+35
* arm: spl: Provide for a board-specific loaderSimon Glass2015-02-161-0/+5
* spl: Change printf to puts for "Unsupported boot-device"Stefan Roese2015-01-281-1/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2014-11-241-1/+15
|\
| * dm: spl: Allow driver model to be usedSimon Glass2014-11-211-0/+5
| * dm: spl: Make simple malloc() available when enabledSimon Glass2014-11-211-1/+10
* | spl: Change debug to printf for "Unsupported boot-device"Stefan Roese2014-11-231-1/+3
|/
* spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher2014-11-171-5/+10
* spl: move comment to the right placeAndreas Bießmann2014-10-271-1/+1
* Fix a few printf argument verification warningsVasili Galka2014-09-151-1/+1
* common: spl: Add spl sata boot supportDan Murphy2014-02-191-0/+5
* spl: common: Support for USB MSD FAT image loadingDan Murphy2014-01-241-0/+5
* SPL: Limit image name print lengthTaras Kondratiuk2013-08-161-2/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* 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-111-0/+5
* 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-011-0/+9
* 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-271-0/+5
OpenPOWER on IntegriCloud