summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/cpu_ops.c
AgeCommit message (Expand)Author
2024-01-04riscv: Use the same CPU operations for all CPUsSamuel Holland
2024-01-04riscv: Remove unused members from struct cpu_operationsSamuel Holland
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones
2022-08-11riscv: ensure cpu_ops_sbi is declaredConor Dooley
2022-08-11RISC-V: Declare cpu_ops_spinwait in <asm/cpu_ops.h>Ben Dooks
2022-01-20RISC-V: Move spinwait booting method to its own configAtish Patra
2022-01-20RISC-V: Use __cpu_up_stack/task_pointer only for spinwait methodAtish Patra
2022-01-20RISC-V: Do not print the SBI version during HSM extension boot printAtish Patra
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-05-04riscv: force __cpu_up_ variables to put in data sectionZong Li
2020-03-31RISC-V: Add supported for ordered booting method using HSMAtish Patra
2020-03-31RISC-V: Add cpu_ops and modify default booting methodAtish Patra