summaryrefslogtreecommitdiffstats
path: root/arch/riscv/lib/spl.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* riscv: fix building with CONFIG_SPL_SMP=nHeinrich Schuchardt2020-08-251-1/+1
* riscv: Call spl_board_init_f() in the generic SPL board_init_f()Bin Meng2020-08-141-0/+9
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng2020-04-231-1/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer2019-12-101-1/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* riscv: add SPL supportLukas Auer2019-08-261-0/+48