summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
Commit message (Expand)AuthorAgeLines
* Revert "armv8: release slave cores from CPU_RELEASE_ADDR"Masahiro Yamada2017-01-28-8/+0
* spl: Remove overwrite of relocated malloc limitAndrew F. Davis2017-01-28-1/+6
* spl: Add some missing newlinesAndrew F. Davis2017-01-20-2/+2
* armv8: release slave cores from CPU_RELEASE_ADDROded Gabbay2017-01-14-0/+8
* spl: move RAM boot support in separate fileStefan Agner2017-01-14-58/+0
* Kconfig: CONFIG_OF_PLATDATA doesn't really existTom Rini2017-01-14-1/+1
* SPL: make struct spl_image 64-bit safeAndre Przywara2017-01-04-4/+4
* spl: Drop announce_boot_device()Simon Glass2016-12-09-83/+3
* spl: Pass the loader into spl_load_image()Simon Glass2016-12-09-4/+4
* spl: Move the loading code into its own functionSimon Glass2016-12-09-12/+29
* spl: Add a name to the SPL load-image methodsSimon Glass2016-12-09-2/+2
* dm: core: Handle global_data moving in SPLSimon Glass2016-12-02-0/+3
* spl: add RAM boot device only if it is actually definedStefan Agner2016-11-28-0/+2
* spl: Make spl_boot_list a local variableSimon Glass2016-10-06-12/+12
* spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass2016-10-06-1/+1
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-06-3/+4
* spl: Convert spl_board_load_image() to use linker listSimon Glass2016-10-06-11/+2
* spl: Convert spl_net_load_image() to use linker listSimon Glass2016-10-06-13/+0
* spl: Convert spl_spi_load_image() to use linker listSimon Glass2016-10-06-4/+0
* spl: Convert spl_sata_load_image() to use linker listSimon Glass2016-10-06-4/+0
* spl: Convert spl_usb_load_image() to use linker listSimon Glass2016-10-06-3/+0
* spl: Convert spl_ymodem_load_image() to use linker listSimon Glass2016-10-06-4/+0
* spl: Convert spl_nor_load_image() to use linker listSimon Glass2016-10-06-4/+0
* spl: Convert spl_onenand_load_image() to use linker listSimon Glass2016-10-06-4/+0
* spl: Convert spl_nand_load_image() to use linker listSimon Glass2016-10-06-4/+0
* spl: Convert spl_ubi_load_image() to use linker listSimon Glass2016-10-06-6/+0
* spl: Convert spl_mmc_load_image() to use linker listSimon Glass2016-10-06-6/+0
* spl: Convert spl_ram_load_image() to use linker listSimon Glass2016-10-06-9/+9
* spl: Add a way to declare an SPL image loaderSimon Glass2016-10-06-0/+20
* spl: Convert boot_device into a structSimon Glass2016-10-06-17/+22
* spl: Add a parameter to jump_to_image_linux()Simon Glass2016-10-06-1/+2
* spl: Add a parameter to spl_parse_image_header()Simon Glass2016-10-06-20/+21
* spl: Add a parameter to spl_set_header_raw_uboot()Simon Glass2016-10-06-7/+7
* dra7x: boot: add dfu bootmode supportB, Ravi2016-09-27-1/+9
* spl: Rework image header parse to allow abort on raw image and os bootPaul Kocialkowski2016-09-06-4/+7
* spl: zImage support in Falcon modeLadislav Michl2016-07-22-0/+23
* spl: support loading from UBI volumesLadislav Michl2016-07-22-0/+6
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-07-15-2/+2
|\
| * sunxi: Support booting from SPI flashSiarhei Siamashka2016-07-15-2/+2
* | dm: spl: Bind in all devices in SPL with of-platdataSimon Glass2016-07-14-1/+2
* | dm: spl: Don't set up device tree with of-platdataSimon Glass2016-07-14-1/+1
* | spl: Drop include of i2c.hSimon Glass2016-07-14-1/+0
|/
* bootstage: call show_boot_progress also in SPLHeiko Schocher2016-06-09-0/+5
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2016-06-02-3/+0
|\
| * spl: Remove bogus GD_FLG_SPL_INIT checkMarek Vasut2016-06-01-3/+0
* | spl: Allow settings malloc_f base addressMarek Vasut2016-06-02-0/+3
|/
* SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot modeMichal Simek2016-05-24-9/+36
* spl: Introduce new function spl_board_prepare_for_bootMichal Simek2016-05-24-0/+6
* SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGEMarek Vasut2016-05-17-0/+3
* SPL: Let spl_parse_image_header() return valueMarek Vasut2016-05-17-1/+2