aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Update changelogAndrew Waterman1-0/+5
2019-05-02allow prefix to be overriden (#298)Scott Beamer1-1/+1
2019-05-01Merge branch 'sbeamer-master'Andrew Waterman1-1/+1
2019-05-01simplify flags with ar to improve bsd ar compatabilityScott Beamer1-1/+1
2019-04-04Add --debug-no-abstract-csr (#267)Tim Newsome5-12/+17
2019-04-02Implement debug hasel support (#287)Tim Newsome9-83/+157
2019-03-31Change to non-release version 1.0.1-devAndrew Waterman1-1/+1
2019-03-31Merge pull request #291 from riscv/do-versioningv1.0.0Andrew Waterman4-7/+41
2019-03-31Build fesvr as -fPIC to improve compatibility with old usesAndrew Waterman2-2/+4
2019-03-31Version 1.0.0Andrew Waterman4-7/+41
2019-03-31Add fesvr; only globally install fesvr headers/libsstatic-linkAndrew Waterman41-232/+6512
2019-03-30Don't install generated headersAndrew Waterman1-1/+1
2019-03-30Statically link the built-in librariesAndrew Waterman1-11/+10
2019-03-30RV32Q is not invalidAndrew Waterman1-3/+0
2019-03-30Make --help return 0 after printing the help messageAndrew Waterman1-4/+11
2019-03-27Respect interrupt priorities even when not delegatedAndrew Waterman1-9/+13
2019-03-12include sys/types.h for suseconds_t (#285)nmeum1-0/+1
2019-03-04Implement halt groups (#280)Tim Newsome3-176/+649
2019-02-28Further fix PMP checks for partially-matching accesses (#270)Andrew Waterman1-3/+4
2019-02-19Fix small bug in debug example. (#277)Tim Newsome1-7/+9
2019-02-04Fix use of old name `riscv-isa-run` (#269)Luís Marques1-1/+1
2019-02-04Merge pull request #274 from hakrdinesh/masterAndrew Waterman3-1/+22
2019-02-04need to install dtc pkg on openbsdDinesh Thirumurthy1-2/+2
2019-02-04doc typo fix on README.md, sorry.Dinesh Thirumurthy1-1/+1
2019-02-04build instructions for openbsdDinesh Thirumurthy1-0/+14
2019-02-04fixing compilation errors on openbsdDinesh Thirumurthy1-0/+7
2019-02-04bash can be at /usr/local/bin, on openbsdDinesh Thirumurthy1-1/+1
2019-01-28Fix PMP checks for partially-matching accesses (#270)Andrew Waterman2-8/+21
2019-01-09Merge pull request #265 from riscv/debug_testTim Newsome7-38/+98
2018-12-21Reserve the PMP R=0 W=1 combinationAndrew Waterman1-2/+5
2018-12-19Flush I/O buffers before forkingAndrew Waterman1-0/+1
2018-12-13Add --dmi-rti and --abstract-rti to test OpenOCD.Tim Newsome7-38/+98
2018-12-03Correct address autoincrement calls. (#263)Tim Newsome1-2/+5
2018-11-09commands render correctly in README.md now, included in code blocknaufal1-1/+2
2018-11-06Report misaligned-address exception on failed store-conditionalsAndrew Waterman2-14/+8
2018-10-19Merge pull request #247 from heshamelmatary/noisy_untilPalmer Dabbelt2-6/+20
2018-10-18Provide a noisy until interactive commandHesham Almatary2-6/+20
2018-10-04Set marchid to assigned value 5Andrew Waterman1-1/+1
2018-10-03fix disassembly of c.addi4spnAndrew Waterman1-1/+1
2018-09-27Add comment about CSR read side effectsAndrew Waterman1-0/+3
2018-09-25For backwards compatibility, reset PMP to permit all accessesAndrew Waterman1-0/+3
2018-09-25Add PMP supportAndrew Waterman4-24/+147
2018-09-24Add "--log-cache-miss" option to generate a log of cache miss. (#241)takeoverjp3-2/+19
2018-09-12Update READMEAndrew Waterman1-9/+6
2018-09-06Merge pull request #235 from riscv/sbaTim Newsome1-1/+1
2018-09-05Fix cut-and-paste bug in 64-bit SBA loads.Tim Newsome1-1/+1
2018-08-24Handle spike-dasm inputs with leading 0x correctlyAndrew Waterman1-9/+17
2018-08-23Add dummy custom debug registers, to test OpenOCD. (#233)Tim Newsome2-0/+18
2018-08-23Fix several disassembler bugsAndrew Waterman2-57/+89
2018-08-23Add --disable-dtb option to suppress writing the DTB to memoryAndrew Waterman3-2/+11