aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Expose shifted out bit from big integer shiftsMichael Brown10 days1-16/+20
* [crypto] Expose carry flag from big integer addition and subtractionMichael Brown2024-11-261-16/+20
* [riscv] Check if seed CSR is accessible from S-modeMichael Brown2024-10-282-0/+82
* [sbi] Add support for running as a RISC-V SBI payloadMichael Brown2024-10-289-0/+442
* [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-282-0/+111
* [riscv] Add support for RDTIME as a timer sourceMichael Brown2024-10-282-0/+194
* [riscv] Add support for checking CPU extensions reported via device treeMichael Brown2024-10-283-0/+117
* [riscv] Add support for reboot and power off via SBIMichael Brown2024-10-225-0/+120
* [riscv] Add support for the SBI debug consoleMichael Brown2024-10-223-0/+259
* [crypto] Use architecture-independent bigint_is_set()Michael Brown2024-10-101-19/+0
* [crypto] Rename bigint_rol()/bigint_ror() to bigint_shl()/bigint_shr()Michael Brown2024-10-071-4/+4
* [crypto] Eliminate temporary carry space for big integer multiplicationMichael Brown2024-09-271-10/+7
* [profile] Standardise return type of profile_timestamp()Michael Brown2024-09-241-0/+28
* [crypto] Use constant-time big integer multiplicationMichael Brown2024-09-232-117/+38
* [riscv] Add support for the RISC-V CPU architectureMichael Brown2024-09-1521-0/+1593