summaryrefslogtreecommitdiff
path: root/arch/riscv/lib/spl.c
AgeCommit message (Expand)Author
2023-10-24riscv: Remove common.h usageTom Rini
2023-08-31event: Convert existing spy records to simpleSimon Glass
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
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