summaryrefslogtreecommitdiffstats
path: root/common/spl/spl.c
Commit message (Expand)AuthorAgeFilesLines
* spl: Drop bd_info in the data sectionSimon Glass2021-01-051-8/+12
* spl: Avoid printing boot device if silent console is enabledOtavio Salvador2020-10-141-1/+3
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* spl: add fixed memory node in target fdt also when loading ATFHeiko Stuebner2020-05-311-6/+13
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass2020-05-181-2/+2
* spl: Always define preloader_console_initSamuel Holland2020-05-151-4/+3
* spl: Extract legacy image handling into separate fileStefan Roese2020-04-271-44/+12
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* spl: fix entry_point equal to load_addrGiulio Benetti2020-01-141-2/+2
* spl: Add methods to find the position/size of next phaseSimon Glass2019-12-151-0/+20
* Revert "spl: fix entry_point equal to load_addr"Tom Rini2019-12-061-2/+2
* spl: fix entry_point equal to load_addrGiulio Benetti2019-12-051-2/+2
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* common: Move serial functions out of common.hSimon Glass2019-12-021-0/+1
* spl: bootcount: Move code out of header fileSimon Glass2019-12-021-0/+11
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* bootstage: Allow SPL to obtain bootstage info from TPLSimon Glass2019-10-271-1/+13
* bootstage: Mark the start/end of TPL and SPL separatelySimon Glass2019-10-271-3/+6
* spl: add a generic function board_init_fPhilippe Reynes2019-10-111-0/+18
* spl: Set up the bloblist in board_init_r()Simon Glass2019-10-081-17/+18
* spl: Add an arch-specific hook for writing to SPL handoffSimon Glass2019-10-081-3/+9
* riscv: support SPL stack and global data relocationLukas Auer2019-08-261-1/+1
* spl: support booting via RISC-V OpenSBILukas Auer2019-08-261-0/+6
* 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