summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
Commit message (Expand)AuthorAgeFilesLines
* spl: dm: use CONFIG_IS_ENABLED to test for the DM optionPhilipp Tomsich2017-08-131-2/+3
* spl: use TPL_SYS_MALLOC_F_LEN for TPLPhilipp Tomsich2017-08-131-1/+1
* spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2017-07-271-4/+4
* spl: armv7m: to keep ARM v7M in thumb mode before booting next imageVikas Manocha2017-06-081-3/+3
* bootstage: Support SPLSimon Glass2017-06-051-0/+18
* spl: add support to booting with ATFKever Yang2017-05-151-0/+5
* boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon bootB, Ravi2017-05-111-0/+40
* spl: reorder the assignment of board info to global dataLokesh Vutla2017-05-111-1/+1
* spl: make image arg or fdt blob address reconfigurableVikas Manocha2017-05-081-2/+4
* spl: armv7m: keep ARM v7M in thumb mode while jumping to entry pointVikas Manocha2017-04-081-0/+3
* spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LENTom Rini2017-03-211-2/+3
* spl: Add option to enable SPL Legacy image supportAndrew F. Davis2017-03-181-2/+8
* spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive optionAndrew F. Davis2017-03-181-4/+6
* spl: Add spl_early_init()Eddie Cai2017-03-161-11/+35
* Revert "armv8: release slave cores from CPU_RELEASE_ADDR"Masahiro Yamada2017-01-281-8/+0
* spl: Remove overwrite of relocated malloc limitAndrew F. Davis2017-01-281-1/+6
* spl: Add some missing newlinesAndrew F. Davis2017-01-201-2/+2
* armv8: release slave cores from CPU_RELEASE_ADDROded Gabbay2017-01-141-0/+8
* spl: move RAM boot support in separate fileStefan Agner2017-01-141-58/+0
* Kconfig: CONFIG_OF_PLATDATA doesn't really existTom Rini2017-01-141-1/+1
* SPL: make struct spl_image 64-bit safeAndre Przywara2017-01-041-4/+4
* spl: Drop announce_boot_device()Simon Glass2016-12-091-83/+3
* spl: Pass the loader into spl_load_image()Simon Glass2016-12-091-4/+4
* spl: Move the loading code into its own functionSimon Glass2016-12-091-12/+29
* spl: Add a name to the SPL load-image methodsSimon Glass2016-12-091-2/+2
* dm: core: Handle global_data moving in SPLSimon Glass2016-12-021-0/+3
* spl: add RAM boot device only if it is actually definedStefan Agner2016-11-281-0/+2
* spl: Make spl_boot_list a local variableSimon Glass2016-10-061-12/+12
* spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass2016-10-061-1/+1
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-061-3/+4
* spl: Convert spl_board_load_image() to use linker listSimon Glass2016-10-061-11/+2
* spl: Convert spl_net_load_image() to use linker listSimon Glass2016-10-061-13/+0
* spl: Convert spl_spi_load_image() to use linker listSimon Glass2016-10-061-4/+0
* spl: Convert spl_sata_load_image() to use linker listSimon Glass2016-10-061-4/+0
* spl: Convert spl_usb_load_image() to use linker listSimon Glass2016-10-061-3/+0
* spl: Convert spl_ymodem_load_image() to use linker listSimon Glass2016-10-061-4/+0
* spl: Convert spl_nor_load_image() to use linker listSimon Glass2016-10-061-4/+0
* spl: Convert spl_onenand_load_image() to use linker listSimon Glass2016-10-061-4/+0
* spl: Convert spl_nand_load_image() to use linker listSimon Glass2016-10-061-4/+0
* spl: Convert spl_ubi_load_image() to use linker listSimon Glass2016-10-061-6/+0
* spl: Convert spl_mmc_load_image() to use linker listSimon Glass2016-10-061-6/+0
* spl: Convert spl_ram_load_image() to use linker listSimon Glass2016-10-061-9/+9
* spl: Add a way to declare an SPL image loaderSimon Glass2016-10-061-0/+20
* spl: Convert boot_device into a structSimon Glass2016-10-061-17/+22
* spl: Add a parameter to jump_to_image_linux()Simon Glass2016-10-061-1/+2
* spl: Add a parameter to spl_parse_image_header()Simon Glass2016-10-061-20/+21
* spl: Add a parameter to spl_set_header_raw_uboot()Simon Glass2016-10-061-7/+7
* dra7x: boot: add dfu bootmode supportB, Ravi2016-09-271-1/+9
* spl: Rework image header parse to allow abort on raw image and os bootPaul Kocialkowski2016-09-061-4/+7
* spl: zImage support in Falcon modeLadislav Michl2016-07-221-0/+23