summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
AgeCommit message (Expand)Author
2017-10-02[fixup] spl.c: bl31_entry from upstream mergePhilipp Tomsich
2017-10-02spl: atf: introduce spl_invoke_atf and make bl31_entry privatePhilipp Tomsich
2017-09-22spl: stash bootstage info before jump to next stageKever Yang
2017-09-13spl: add newline in debug outputAnatolij Gustschin
2017-08-29spl: do not repeat timer init on i.MX6Anatolij Gustschin
2017-08-13spl: dm: use CONFIG_IS_ENABLED to test for the DM optionPhilipp Tomsich
2017-08-13spl: use TPL_SYS_MALLOC_F_LEN for TPLPhilipp Tomsich
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan
2017-06-08spl: armv7m: to keep ARM v7M in thumb mode before booting next imageVikas Manocha
2017-06-05bootstage: Support SPLSimon Glass
2017-05-15spl: add support to booting with ATFKever Yang
2017-05-11boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon bootB, Ravi
2017-05-11spl: reorder the assignment of board info to global dataLokesh Vutla
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha
2017-04-08spl: armv7m: keep ARM v7M in thumb mode while jumping to entry pointVikas Manocha
2017-03-21spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LENTom Rini
2017-03-18spl: Add option to enable SPL Legacy image supportAndrew F. Davis
2017-03-18spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive optionAndrew F. Davis
2017-03-16spl: Add spl_early_init()Eddie Cai
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-02dm: core: Handle global_data moving in SPLSimon Glass
2016-11-28spl: 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