summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/griscv/start/bspsmp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Always install IPI in SMP configsSebastian Huber2020-08-311-12/+9
| | | | | | | The inter-processor interrupt (IPI) may be used to process per-CPU jobs. See for example the blocked handler in T_interrupt_test(). Update #3199.
* riscv: add griscv bspJiri Gaisler2019-01-221-0/+97
Update #3678.