summaryrefslogtreecommitdiff
path: root/arch/riscv/lib/smp.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-09-30riscv: Use a valid bit to ignore already-pending IPIsSean Anderson1-2/+14
2020-09-30riscv: Match memory barriers between send_ipi_many and handle_ipiSean Anderson1-0/+2
2020-07-01riscv: Clean up IPI initialization codeSean Anderson1-42/+7
2019-12-10riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer1-9/+22
2019-12-10riscv: add functions for reading the IPI statusLukas Auer1-0/+12
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-05-09riscv: Introduce CONFIG_XIP to support booting from flashRick Chen1-0/+2
2019-04-08riscv: add infrastructure for calling functions on other hartsLukas Auer1-0/+118