summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
AgeCommit message (Expand)Author
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass
2016-10-06spl: Add a parameter to spl_set_header_raw_uboot()Simon Glass
2016-09-27dra7x: boot: add dfu bootmode supportB, Ravi
2016-09-06spl: Rework image header parse to allow abort on raw image and os bootPaul Kocialkowski
2016-07-22spl: zImage support in Falcon modeLadislav Michl
2016-07-22spl: support loading from UBI volumesLadislav Michl
2016-07-15Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2016-07-15sunxi: Support booting from SPI flashSiarhei Siamashka
2016-07-15dm: spl: Bind in all devices in SPL with of-platdataSimon Glass
2016-07-15dm: spl: Don't set up device tree with of-platdataSimon Glass
2016-07-15spl: Drop include of i2c.hSimon Glass
2016-06-09bootstage: call show_boot_progress also in SPLHeiko Schocher
2016-06-03Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2016-06-03spl: Allow settings malloc_f base addressMarek Vasut
2016-06-01spl: Remove bogus GD_FLG_SPL_INIT checkMarek Vasut
2016-05-24SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot modeMichal Simek
2016-05-24spl: Introduce new function spl_board_prepare_for_bootMichal Simek
2016-05-17SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGEMarek Vasut
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut
2016-03-23spl: Print from which mmc slot spl is trying to bootHans de Goede
2016-01-14arm: move gd handling outside of C codeAlbert ARIBAUD
2015-12-14spl: use panic_str instead of panicSjoerd Simons
2015-11-18spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov
2015-11-18spl: announce boot devicesNikita Kiryanov
2015-11-18spl: add support for alternative boot deviceNikita Kiryanov
2015-11-18common: spl: move image load to its own functionNikita Kiryanov
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov
2015-10-20malloc_simple: Add support for switching to DRAM heapHans de Goede
2015-10-20spl: spl_relocate_stack_gd: Do not unnecessarily clear bssHans de Goede
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-08-18of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada
2015-07-21spl: Add a debug string before the jump to U-BootSimon Glass
2015-07-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass
2015-05-14spl: Correct address in spl_relocate_stack_gd()Simon Glass
2015-04-24Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2015-04-23armv8/ls2085aqds: NAND boot supportScott Wood
2015-04-23dm: Init device tree as well as driver model in SPLSimon Glass
2015-04-23Correct malloc_limit value for pre-relocation malloc()Simon Glass
2015-04-10Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGEAlbert ARIBAUD \(3ADEV\)
2015-03-04arm: spl: Allow board_init_r() to run with a larger stackSimon Glass
2015-02-16arm: spl: Provide for a board-specific loaderSimon Glass
2015-01-28spl: Change printf to puts for "Unsupported boot-device"Stefan Roese
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini
2014-11-23spl: Change debug to printf for "Unsupported boot-device"Stefan Roese
2014-11-21dm: spl: Allow driver model to be usedSimon Glass
2014-11-21dm: spl: Make simple malloc() available when enabledSimon Glass
2014-11-17spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher
2014-10-27spl: move comment to the right placeAndreas Bießmann
2014-09-15Fix a few printf argument verification warningsVasili Galka
2014-02-19common: spl: Add spl sata boot supportDan Murphy