summaryrefslogtreecommitdiff
path: root/arch/riscv/lib/spl.c
AgeCommit message (Expand)Author
2020-08-25riscv: fix building with CONFIG_SPL_SMP=nHeinrich Schuchardt
2020-08-14riscv: Call spl_board_init_f() in the generic SPL board_init_f()Bin Meng
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-04-23riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2019-12-10riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-08-26riscv: add SPL supportLukas Auer