summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
AgeCommit message (Expand)Author
2019-05-18spl: Set spl_image->fdt_addr pointer for full fitImage configurationMarek Vasut
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese
2019-02-28spl: add debug print for early malloc usageSimon Goldschmidt
2019-02-19spl: implement CRC check on U-Boot uImageSimon Goldschmidt
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass
2018-11-26spl: Add a comment to spl_set_bd()Simon Glass
2018-11-26spl: Make SPL_DISABLE_BANNER_PRINT a positive optionSimon Glass
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass
2018-11-26spl: Set up the bloblist in SPLSimon Glass
2018-11-26spl: Add support for logging in SPL and TPLSimon Glass
2018-11-09spl: fix debug prints for tiny printfSimon Goldschmidt
2018-10-04spl: add support to booting with OP-TEEKever Yang
2018-09-25spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut
2018-08-20spl: fix debug print in spl_common_init()Simon Goldschmidt
2018-08-01binman: Add a new 'image-pos' propertySimon Glass
2018-08-01binman: Rename 'position' to 'offset'Simon Glass
2018-07-21spl: record boot_device into spl_image and call spl_perform_fixupsPhilipp Tomsich
2018-05-23spl: Add full fitImage supportMarek Vasut
2018-05-10bootcount: spl: Extend SPL to support bootcount incrementationLukasz Majewski
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-28spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORTAlex Kiernan
2018-04-03spl: fix binman_sym output checkMiquel Raynal
2018-01-29spl: include timezone in bannerKlaus Goger
2018-01-28spl: add option to disable SPL banner outputAnatolij Gustschin
2018-01-28spl: use different BOARD_INIT MACRO for spl and tplKever Yang
2017-12-12binman: Add binman symbol support to SPLSimon Glass
2017-11-26spl: atf: introduce spl_invoke_atf and make bl31_entry privatePhilipp Tomsich
2017-11-16SPL: fix printing of image nameAndré Draszik
2017-10-09spl: fix assignment of board info to global dataYork Sun
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