aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/user
Commit message (Collapse)AuthorAgeFilesLines
* riscv: user: Update constants for Zicntr and ZihpmMiquel Sabaté Solà2025-04-221-13/+4
| | | | | | | | | | | A patch from me has finally been merged into the Linux Kernel, and the values for these constants have been increased by one due to the inclusion of another patch. Moreover, the Zicsr and Zifencei extensions have not been exported yet, but they might not make sense to include them after all. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Remove old test codeMiquel Sabaté Solà2024-12-057-0/+714
There is some code that I had there after messing with some of the topics on Uros' blog (https://popovicu.com/), but that became irrelevant after working on some other projects (e.g. fbos) or on other examples. This commit also brings about a major overhaul on the structure of the project. Hopefully it's now at a more ready state. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>