summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
AgeCommit message (Expand)Author
2017-01-28Revert "armv8: release slave cores from CPU_RELEASE_ADDR"Masahiro Yamada
2017-01-28spl: Remove overwrite of relocated malloc limitAndrew F. Davis
2017-01-20spl: Add some missing newlinesAndrew F. Davis
2017-01-14armv8: release slave cores from CPU_RELEASE_ADDROded Gabbay
2017-01-14spl: move RAM boot support in separate fileStefan Agner
2017-01-14Kconfig: CONFIG_OF_PLATDATA doesn't really existTom Rini
2017-01-04SPL: make struct spl_image 64-bit safeAndre Przywara
2016-12-09spl: Drop announce_boot_device()Simon Glass
2016-12-09spl: Pass the loader into spl_load_image()Simon Glass
2016-12-09spl: Move the loading code into its own functionSimon Glass
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass
2016-12-03dm: core: Handle global_data moving in SPLSimon Glass
2016-11-29spl: add RAM boot device only if it is actually definedStefan Agner
2016-10-06spl: Make spl_boot_list a local variableSimon Glass
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_net_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_spi_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_sata_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_usb_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_ymodem_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_nor_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_onenand_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_nand_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_ubi_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_mmc_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_ram_load_image() to use linker listSimon Glass
2016-10-06spl: Add a way to declare an SPL image loaderSimon Glass
2016-10-06spl: Convert boot_device into a structSimon Glass
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass
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