aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-18spl: add support for alternative boot deviceNikita Kiryanov1-4/+29
2015-11-18common: spl: move image load to its own functionNikita Kiryanov1-67/+50
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov1-14/+29
2015-10-20malloc_simple: Add support for switching to DRAM heapHans de Goede1-0/+12
2015-10-20spl: spl_relocate_stack_gd: Do not unnecessarily clear bssHans de Goede1-3/+0
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-2/+1
2015-08-18of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada1-1/+1
2015-07-21spl: Add a debug string before the jump to U-BootSimon Glass1-0/+1
2015-07-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass1-11/+24
2015-05-14spl: Correct address in spl_relocate_stack_gd()Simon Glass1-1/+1
2015-04-24Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+1
2015-04-23armv8/ls2085aqds: NAND boot supportScott Wood1-1/+1
2015-04-23dm: Init device tree as well as driver model in SPLSimon Glass1-3/+17
2015-04-23Correct malloc_limit value for pre-relocation malloc()Simon Glass1-1/+1
2015-04-10Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGEAlbert ARIBAUD \(3ADEV\)1-0/+12
2015-03-04arm: spl: Allow board_init_r() to run with a larger stackSimon Glass1-0/+35
2015-02-16arm: spl: Provide for a board-specific loaderSimon Glass1-0/+5
2015-01-28spl: Change printf to puts for "Unsupported boot-device"Stefan Roese1-1/+1
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini1-1/+15
2014-11-23spl: Change debug to printf for "Unsupported boot-device"Stefan Roese1-1/+3
2014-11-21dm: spl: Allow driver model to be usedSimon Glass1-0/+5
2014-11-21dm: spl: Make simple malloc() available when enabledSimon Glass1-1/+10
2014-11-17spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher1-5/+10
2014-10-27spl: move comment to the right placeAndreas Bießmann1-1/+1
2014-09-15Fix a few printf argument verification warningsVasili Galka1-1/+1
2014-02-19common: spl: Add spl sata boot supportDan Murphy1-0/+5
2014-01-24spl: common: Support for USB MSD FAT image loadingDan Murphy1-0/+5
2013-08-16SPL: Limit image name print lengthTaras Kondratiuk1-2/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-11Merge 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-01lib: consolidate hang()Andreas Bießmann1-7/+0
2013-03-11SPL: ONENAND: Support SPL to boot u-boot from OneNAND.Enric Balletbo i Serra1-0/+5
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 Yanok1-0/+9
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 Roese1-0/+5
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 Rini1-0/+224