summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/cpu_ops.c
Commit message (Expand)AuthorAgeFilesLines
* riscv: Use the same CPU operations for all CPUsSamuel Holland2024-01-041-7/+5
* riscv: Remove unused members from struct cpu_operationsSamuel Holland2024-01-041-2/+0
* RISC-V: Align SBI probe implementation with specAndrew Jones2023-04-291-1/+1
* riscv: ensure cpu_ops_sbi is declaredConor Dooley2022-08-111-0/+1
* RISC-V: Declare cpu_ops_spinwait in <asm/cpu_ops.h>Ben Dooks2022-08-111-3/+1
* RISC-V: Move spinwait booting method to its own configAtish Patra2022-01-201-0/+8
* RISC-V: Use __cpu_up_stack/task_pointer only for spinwait methodAtish Patra2022-01-201-16/+0
* RISC-V: Do not print the SBI version during HSM extension boot printAtish Patra2022-01-201-1/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-2/+2
* riscv: force __cpu_up_ variables to put in data sectionZong Li2020-05-041-2/+2
* RISC-V: Add supported for ordered booting method using HSMAtish Patra2020-03-311-1/+9
* RISC-V: Add cpu_ops and modify default booting methodAtish Patra2020-03-311-0/+38