summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-29spl: include timezone in bannerKlaus Goger1-1/+1
2018-01-28spl: add option to disable SPL banner outputAnatolij Gustschin1-0/+2
2018-01-28spl: use different BOARD_INIT MACRO for spl and tplKever Yang1-1/+1
2017-12-13binman: Add binman symbol support to SPLSimon Glass1-2/+14
2017-11-26spl: atf: introduce spl_invoke_atf and make bl31_entry privatePhilipp Tomsich1-5/+6
2017-11-17SPL: fix printing of image nameAndré Draszik1-1/+1
2017-10-09spl: fix assignment of board info to global dataYork Sun1-1/+9
2017-09-22spl: stash bootstage info before jump to next stageKever Yang1-7/+7
2017-09-13spl: add newline in debug outputAnatolij Gustschin1-2/+2
2017-08-29spl: do not repeat timer init on i.MX6Anatolij Gustschin1-1/+1
2017-08-13spl: dm: use CONFIG_IS_ENABLED to test for the DM optionPhilipp Tomsich1-2/+3
2017-08-13spl: use TPL_SYS_MALLOC_F_LEN for TPLPhilipp Tomsich1-1/+1
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan1-4/+4
2017-06-09spl: armv7m: to keep ARM v7M in thumb mode before booting next imageVikas Manocha1-3/+3
2017-06-05bootstage: Support SPLSimon Glass1-0/+18
2017-05-15spl: add support to booting with ATFKever Yang1-0/+5
2017-05-12boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon bootB, Ravi1-0/+40
2017-05-12spl: reorder the assignment of board info to global dataLokesh Vutla1-1/+1
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha1-2/+4
2017-04-08spl: armv7m: keep ARM v7M in thumb mode while jumping to entry pointVikas Manocha1-0/+3
2017-03-21spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LENTom Rini1-2/+3
2017-03-18spl: Add option to enable SPL Legacy image supportAndrew F. Davis1-2/+8
2017-03-18spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive optionAndrew F. Davis1-4/+6
2017-03-17spl: Add spl_early_init()Eddie Cai1-11/+35
2017-01-28Revert "armv8: release slave cores from CPU_RELEASE_ADDR"Masahiro Yamada1-8/+0
2017-01-28spl: Remove overwrite of relocated malloc limitAndrew F. Davis1-1/+6
2017-01-20spl: Add some missing newlinesAndrew F. Davis1-2/+2
2017-01-15armv8: release slave cores from CPU_RELEASE_ADDROded Gabbay1-0/+8
2017-01-15spl: move RAM boot support in separate fileStefan Agner1-58/+0
2017-01-14Kconfig: CONFIG_OF_PLATDATA doesn't really existTom Rini1-1/+1
2017-01-04SPL: make struct spl_image 64-bit safeAndre Przywara1-4/+4
2016-12-09spl: Drop announce_boot_device()Simon Glass1-83/+3
2016-12-09spl: Pass the loader into spl_load_image()Simon Glass1-4/+4
2016-12-09spl: Move the loading code into its own functionSimon Glass1-12/+29
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass1-2/+2
2016-12-03dm: core: Handle global_data moving in SPLSimon Glass1-0/+3
2016-11-29spl: add RAM boot device only if it is actually definedStefan Agner1-0/+2
2016-10-06spl: Make spl_boot_list a local variableSimon Glass1-12/+12
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass1-1/+1
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass1-3/+4
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass1-11/+2
2016-10-06spl: Convert spl_net_load_image() to use linker listSimon Glass1-13/+0
2016-10-06spl: Convert spl_spi_load_image() to use linker listSimon Glass1-4/+0
2016-10-06spl: Convert spl_sata_load_image() to use linker listSimon Glass1-4/+0
2016-10-06spl: Convert spl_usb_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_ymodem_load_image() to use linker listSimon Glass1-4/+0
2016-10-06spl: Convert spl_nor_load_image() to use linker listSimon Glass1-4/+0
2016-10-06spl: Convert spl_onenand_load_image() to use linker listSimon Glass1-4/+0
2016-10-06spl: Convert spl_nand_load_image() to use linker listSimon Glass1-4/+0
2016-10-06spl: Convert spl_ubi_load_image() to use linker listSimon Glass1-6/+0