summaryrefslogtreecommitdiffstats
path: root/common/spl/spl.c
Commit message (Expand)AuthorAgeFilesLines
* spl: implement stack usage checkSimon Goldschmidt2019-08-111-0/+25
* watchdog: Split WDT from SPL_WDTMarek Vasut2019-07-191-1/+1
* spl: Fix typo in kernel docMiquel Raynal2019-07-111-1/+1
* spl: Set spl_image->fdt_addr pointer for full fitImage configurationMarek Vasut2019-05-181-1/+3
* watchdog: Implement generic watchdog_reset() versionStefan Roese2019-04-261-0/+5
* spl: add debug print for early malloc usageSimon Goldschmidt2019-02-281-0/+2
* spl: implement CRC check on U-Boot uImageSimon Goldschmidt2019-02-191-1/+29
* spl: Add support for passing handoff info to U-Boot properSimon Glass2018-11-261-12/+65
* spl: Add a comment to spl_set_bd()Simon Glass2018-11-261-0/+4
* spl: Make SPL_DISABLE_BANNER_PRINT a positive optionSimon Glass2018-11-261-1/+1
* spl: Add a define for SPL_TPL_PROMPTSimon Glass2018-11-261-12/+15
* spl: Set up the bloblist in SPLSimon Glass2018-11-261-2/+16
* spl: Add support for logging in SPL and TPLSimon Glass2018-11-261-0/+7
* spl: fix debug prints for tiny printfSimon Goldschmidt2018-11-091-8/+6
* spl: add support to booting with OP-TEEKever Yang2018-10-041-0/+7
* spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut2018-09-251-0/+5
* spl: fix debug print in spl_common_init()Simon Goldschmidt2018-08-201-2/+4
* binman: Add a new 'image-pos' propertySimon Glass2018-08-011-2/+2
* binman: Rename 'position' to 'offset'Simon Glass2018-08-011-2/+2
* spl: record boot_device into spl_image and call spl_perform_fixupsPhilipp Tomsich2018-07-211-1/+11
* spl: Add full fitImage supportMarek Vasut2018-05-231-0/+75
* bootcount: spl: Extend SPL to support bootcount incrementationLukasz Majewski2018-05-101-0/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORTAlex Kiernan2018-04-281-0/+2
* spl: fix binman_sym output checkMiquel Raynal2018-04-031-2/+8
* spl: include timezone in bannerKlaus Goger2018-01-291-1/+1
* spl: add option to disable SPL banner outputAnatolij Gustschin2018-01-281-0/+2
* spl: use different BOARD_INIT MACRO for spl and tplKever Yang2018-01-281-1/+1
* binman: Add binman symbol support to SPLSimon Glass2017-12-121-2/+14
* spl: atf: introduce spl_invoke_atf and make bl31_entry privatePhilipp Tomsich2017-11-261-5/+6
* SPL: fix printing of image nameAndré Draszik2017-11-161-1/+1
* spl: fix assignment of board info to global dataYork Sun2017-10-091-1/+9
* spl: stash bootstage info before jump to next stageKever Yang2017-09-221-7/+7
* spl: add newline in debug outputAnatolij Gustschin2017-09-131-2/+2
* spl: do not repeat timer init on i.MX6Anatolij Gustschin2017-08-291-1/+1
* 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