aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/lib/spl.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass1-1/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-08-25riscv: fix building with CONFIG_SPL_SMP=nHeinrich Schuchardt1-1/+1
2020-08-14riscv: Call spl_board_init_f() in the generic SPL board_init_f()Bin Meng1-0/+9
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-04-23riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng1-1/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-10riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer1-1/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-08-26riscv: add SPL supportLukas Auer1-0/+48