aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-21Don't read registers that we know don't exist.regcacheTim Newsome1-0/+5
2020-04-20Fix whitespace.Tim Newsome1-2/+2
2020-04-20Cache accesses through riscv_[sg]et_register.Tim Newsome2-17/+70
2020-04-13Don't propagate failure to read satp in riscv_mmu() (#466)Tim Newsome1-3/+4
2020-04-10Expose FPRs as single and double for F and D. (#465)Tim Newsome1-1/+17
2020-03-27Document default values for some config options. (#461)Tim Newsome2-9/+10
2020-03-27Fix some clang static checker complaints. (#464)Tim Newsome2-17/+21
2020-03-26Use the correct thread for memory accesses. (#459)Tim Newsome5-5/+82
2020-03-26Deal with vlenb being unreadable. (#458)Tim Newsome3-3/+8
2020-03-19Add support for HiFive1 RevB board (#456)Jonathan Tinkham5-2/+30
2020-03-18Update to 1.11 privileged spec. (#455)Tim Newsome1-261/+347
2020-03-05helper: skip including sys/sysctl.h on Linux (#450)Tim Newsome1-0/+3
2020-03-05Fix address translation when high bits are set. (#453)Tim Newsome2-6/+23
2020-02-20Give control over dcsr.ebreak[msu] bits. (#451)Tim Newsome5-6/+87
2020-02-14Add support for vector register access (#448)Tim Newsome7-51/+1776
2020-01-31Update the current thread when gdb requests a step. (#444)Tim Newsome1-4/+5
2020-01-27Complain about debug version before authentication. (#441)Tim Newsome1-3/+7
2020-01-13Handle DMI busy in sba write. (#437)Tim Newsome2-55/+54
2020-01-10Don't issue extra FENCE+FENCE.i for the current hart. (#439)Jan Matyas1-0/+4
2020-01-06Upcast mask value to work with 64-bit physical (#436)Tim Newsome1-3/+7
2019-12-31Fix bugs. Do not touch SATP if there is no MMU. (#435)Hsiangkai1-3/+5
2019-12-10riscv: translate virtual address to physical address. (#425)Hsiangkai4-1/+246
2019-12-05Increase maximum number of harts (#429)bluew1-1/+1
2019-12-04Remove unused data structure. (#431)Tim Newsome2-10/+1
2019-12-04Warn about using `-rtos riscv`. (#430)Tim Newsome1-0/+7
2019-11-27Fixed write_memory_progbuf() on RV64. (#426)Jan Matyas1-1/+1
2019-11-22Fix memory access on some targets. (#428)Tim Newsome4-4/+37
2019-11-20Fix: Take into account progbuf writability. (#424)Jan Matyas1-2/+6
2019-11-15fespi: Properly support large flash devices (#421)Tim Newsome5-92/+126
2019-11-12BSCAN batch fix (#422)Greg Savin5-45/+73
2019-11-04Add support for 64-bit memory reads/writes (#419)Tim Newsome8-56/+142
2019-10-23pmpcfg[13] only exist on RV32. (#416)Tim Newsome1-0/+2
2019-10-14Merge pull request #417 from riscv/heterogeneousTim Newsome1-2/+74
2019-10-11Combine SMP group registers into one list for gdbTim Newsome1-2/+74
2019-10-09Merge pull request #413 from riscv/complianceTim Newsome1-1/+5
2019-10-03The compliance test is poorly supported.Tim Newsome1-1/+5
2019-09-30Merge pull request #411 from riscv/from_upstreamTim Newsome198-4575/+3531
2019-09-30Fix filterdiff line.Tim Newsome1-1/+1
2019-09-27Fix the build.Tim Newsome2-18/+5
2019-09-27Update libjaylink.Tim Newsome3-2/+97
2019-09-27Merge branch 'master' into from_upstreamTim Newsome194-4565/+3439
2019-09-25Use more idiomatic assembly for flash code. (#410)Tim Newsome3-104/+2
2019-09-24Perform SBA writes with batch transactions for improved performance. (#405)darius-bluespec3-18/+60
2019-09-24src/jtag/aice: Fix obviously incorrect bit op.Seth LaForge1-1/+1
2019-09-24helper/command: clear errno before calling parserChristopher Head1-0/+1
2019-09-24flash/nor/tcl: Fix usage of 'flash erase_sector' commandMarc Schink1-1/+1
2019-09-23The stack is relative to the program. (#409)Tim Newsome3-7/+7
2019-09-20tcl/board: Add Rigado BMD-300 Evaluation KitMarc Schink1-0/+11
2019-09-18esirisc_flash: Rename PAGE_SIZE to FLASH_PAGE_SIZEKhem Raj1-4/+4
2019-09-13Add TCK padding in the OSCAN1 reset/online/activate sequence. (#406)Greg Savin1-0/+14