aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/riscv/core
Commit message (Expand)AuthorAgeFilesLines
* [riscv] Check if seed CSR is accessible from S-modeMichael Brown2024-10-281-0/+7
* [sbi] Add support for running as a RISC-V SBI payloadMichael Brown2024-10-281-0/+45
* [riscv] Add missing volatile qualifiers on timer and seed CSR accessesMichael Brown2024-10-282-9/+11
* [riscv] Add support for the seed CSR as an entropy sourceMichael Brown2024-10-281-0/+110
* [riscv] Add support for RDTIME as a timer sourceMichael Brown2024-10-281-0/+193
* [riscv] Add support for checking CPU extensions reported via device treeMichael Brown2024-10-281-0/+100
* [crypto] Use constant-time big integer multiplicationMichael Brown2024-09-231-112/+0
* [riscv] Add support for the RISC-V CPU architectureMichael Brown2024-09-155-0/+605