aboutsummaryrefslogtreecommitdiff
path: root/src/target/riscv/program.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-02target/riscv: separate register cache stuff into filesEvgeniy Naydanov1-1/+1
2024-02-06riscv/program: Removed dead code for restoring register valuesJan Matyas1-7/+0
2023-12-22rename dbgbuf to progbufParshintsev Anatoly1-8/+9
2023-12-22introduce execution status for riscv_programParshintsev Anatoly1-0/+11
2023-12-07target/riscv: improve error handling in `write_memory_progbuf()`Evgeniy Naydanov1-0/+2
2023-07-14target/riscv: refactor read_memory_progbuf()Evgeniy Naydanov1-0/+2
2023-02-01Fix opcode for the "fence" instructionJan Matyas1-1/+1
2021-05-20remove needless function declaration from src/target/riscv/program.h (#608)wxjstz1-10/+0
2020-08-24Add SPDX tags for RISC-V files. (#513)Tim Newsome1-0/+2
2019-11-04Add support for 64-bit memory reads/writes (#419)Tim Newsome1-0/+2
2019-07-18Access memory through the scope of current privilege level (#386)Nils Wistoff1-0/+2
2018-02-13riscv-compliance: get it compiling against riscv branch againMegan Wachs1-2/+2
2017-10-23Remove unused functionality.Tim Newsome1-43/+0
2017-10-18Remove unused functionality.Tim Newsome1-12/+1
2017-10-13At least some memory writes work.Tim Newsome1-0/+3
2017-10-12WIP; doesn't work.Tim Newsome1-16/+0
2017-09-14Add support for F extension.Tim Newsome1-2/+2
2017-04-26Add 64-bit and multihart supportPalmer Dabbelt1-0/+142