aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-06Revert "spl: fix entry_point equal to load_addr"Tom Rini1-2/+2
2019-12-05spl: fix entry_point equal to load_addrGiulio Benetti1-2/+2
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move serial functions out of common.hSimon Glass1-0/+1
2019-12-02spl: bootcount: Move code out of header fileSimon Glass1-0/+11
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-10-27bootstage: Allow SPL to obtain bootstage info from TPLSimon Glass1-1/+13
2019-10-27bootstage: Mark the start/end of TPL and SPL separatelySimon Glass1-3/+6
2019-10-11spl: add a generic function board_init_fPhilippe Reynes1-0/+18
2019-10-08spl: Set up the bloblist in board_init_r()Simon Glass1-17/+18
2019-10-08spl: Add an arch-specific hook for writing to SPL handoffSimon Glass1-3/+9
2019-08-26riscv: support SPL stack and global data relocationLukas Auer1-1/+1
2019-08-26spl: support booting via RISC-V OpenSBILukas Auer1-0/+6
2019-08-11spl: implement stack usage checkSimon Goldschmidt1-0/+25
2019-07-19watchdog: Split WDT from SPL_WDTMarek Vasut1-1/+1
2019-07-11spl: Fix typo in kernel docMiquel Raynal1-1/+1
2019-05-18spl: Set spl_image->fdt_addr pointer for full fitImage configurationMarek Vasut1-1/+3
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese1-0/+5
2019-02-28spl: add debug print for early malloc usageSimon Goldschmidt1-0/+2
2019-02-19spl: implement CRC check on U-Boot uImageSimon Goldschmidt1-1/+29
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass1-12/+65
2018-11-26spl: Add a comment to spl_set_bd()Simon Glass1-0/+4
2018-11-26spl: Make SPL_DISABLE_BANNER_PRINT a positive optionSimon Glass1-1/+1
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass1-12/+15
2018-11-26spl: Set up the bloblist in SPLSimon Glass1-2/+16
2018-11-26spl: Add support for logging in SPL and TPLSimon Glass1-0/+7
2018-11-09spl: fix debug prints for tiny printfSimon Goldschmidt1-8/+6
2018-10-04spl: add support to booting with OP-TEEKever Yang1-0/+7
2018-09-25spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut1-0/+5
2018-08-20spl: fix debug print in spl_common_init()Simon Goldschmidt1-2/+4
2018-08-01binman: Add a new 'image-pos' propertySimon Glass1-2/+2
2018-08-01binman: Rename 'position' to 'offset'Simon Glass1-2/+2
2018-07-21spl: record boot_device into spl_image and call spl_perform_fixupsPhilipp Tomsich1-1/+11
2018-05-23spl: Add full fitImage supportMarek Vasut1-0/+75
2018-05-10bootcount: spl: Extend SPL to support bootcount incrementationLukasz Majewski1-0/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-28spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORTAlex Kiernan1-0/+2
2018-04-03spl: fix binman_sym output checkMiquel Raynal1-2/+8
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-12binman: 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-16SPL: 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