summaryrefslogtreecommitdiffstats
path: root/src/arch/riscv/smp.c
Commit message (Expand)AuthorAgeFilesLines
* arch/riscv: Fix some SMP related headersKyösti Mälkki2022-01-191-2/+3
* src: Remove unused 'include <stddef.h>Elyes HAOUAS2020-08-181-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/arch/riscv: Convert to SPDX license headerPatrick Georgi2020-03-061-14/+2
* commonlib: Add commonlib/bsdJulius Werner2020-01-281-1/+0
* riscv: Add initial support for 32bit boardsPhilipp Hug2019-02-131-7/+7
* riscv: fix non-SMP supportPhilipp Hug2018-12-071-3/+6
* riscv: add support smp_pause / smp_resumeXiang Wang2018-11-051-0/+85