aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-04-02Merge pull request #279 from riscv/toolchainHEADmasterPalmer Dabbelt12-41/+26413
Remove the toolchain in riscv-tools
2019-03-31Expect 11 debug test failuresAndrew Waterman1-2/+2
We need a GDB with RISC-V XML target description, which isn't in a release yet, so isn't available through crosstools. Additionally, the riscv-tests/debug scripts will need to be updated to handle different GDB output when printing FP registers.
2019-03-31fix gdb pathAndrew Waterman1-1/+1
2019-03-31copy libc and libgloss, tooAndrew Waterman1-0/+2
2019-03-31Put gcc in expected place for debug testsAndrew Waterman1-1/+5
2019-03-31Fix openocd build by removing crosstools automake/aclocalAndrew Waterman1-0/+3
2019-03-31fix PATH and add sanity checkAndrew Waterman1-1/+2
2019-03-31Hack up the toolchain pathsAndrew Waterman1-0/+5
2019-03-31bump riscv-pkAndrew Waterman1-0/+0
2019-03-31Add toolchain to build pathAndrew Waterman1-0/+1
2019-03-31Speed up build a bit by disabling graphite and multilibAndrew Waterman1-0/+4
2019-03-31Retry ct-ng build because of occasional newlib download failureAndrew Waterman1-1/+2
2019-03-31Add travis_wait directiveAndrew Waterman1-1/+1
2019-03-31Don't set CC, which crosstool-ng complains aboutAndrew Waterman1-2/+1
2019-03-31Back out of crosstools directory after building itAndrew Waterman1-1/+1
2019-03-31Add missing help2man packageAndrew Waterman1-0/+1
2019-03-31Remove the toolchain in riscv-toolsPalmer Dabbelt7-24/+26384
The toolchain pointed to by riscv-tools hasn't been maintained for more than a year now. This pointer was necessary when we had out-of-tree ports of the various toolchain components, but now that everything is upstream toolchains can be obtained via dozens of standard mechanisms. Having a broken toolchain so publicly visible causes everyone headaches, so unless someone wants to step up and maintain this I'm going to remove it. In order to keep the Travis running, I've gone ahead and used crosstool-ng to build a toolchain. This should be a lot more reliable than the old riscv-gnu-toolchain based approach.
2019-03-31Merge fesvr into spike repo; bump spike to v1.0.0Andrew Waterman8-13/+4
2019-03-27Merge pull request #283 from riscv/dtm-fixAndrew Waterman1-0/+0
Bump tools for fesvr DTM fix
2019-03-26Bump tools for fesvr DTM fixAndrew Waterman1-0/+0
2019-02-28bump spike for fix (#276)Srivatsa Yogendra1-0/+0
2019-02-12bump fesvr for elf2hex improvement (#274)Andrew Waterman1-0/+0
2019-01-28bumping spike for pmp fix (#272)Srivatsa Yogendra1-0/+0
2018-12-21bumping isa-sim for pmp fix (#267)Srivatsa Yogendra1-0/+0
2018-10-18bump spike for pmp registers (#260)Srivatsa Yogendra1-0/+0
2018-09-22Bump riscv-fesvr and riscv-isa-sim (#246)Shreesha Srinath2-0/+0
2018-09-18Merge pull request #242 from riscv/mpsse_flushMegan Wachs1-0/+0
riscv-openocd: mpsse_flush timeout
2018-09-18riscv-openocd: mpsse_flush timeoutmpsse_flushMegan Wachs1-0/+0
2018-09-13Link to OpenEmbedded in the README (#245)Palmer Dabbelt1-0/+5
2018-09-13Update README.md (#244)Andrew Waterman1-953/+27
2018-09-07Merge pull request #241 from riscv/autotools_versionTim Newsome1-0/+10
Check autotools/automake version for OpenOCD build
2018-09-07Check autotools/automake version for OpenOCD buildTim Newsome1-0/+10
Hopefully this will cut down on the number of riscv-tools-doesn't-build questions we get. Sample output: Starting RISC-V Toolchain build process OpenOCD build requires at least version 2.74 of autoconf. Aborting. (Note OpenOCD requires autoconf 2.64, but changed to 2.74 for this test.)
2018-09-06Merge pull request #240 from riscv/openocd_gdb_watchpointMegan Wachs1-0/+0
OpenOCD: Bump to pick up reverted watchpoint behavior
2018-09-06OpenOCD: Bump to pick up reverted watchpoint behavioropenocd_gdb_watchpointMegan Wachs1-0/+0
2018-09-05Merge pull request #239 from riscv/bump-debugMegan Wachs3-0/+0
Bump OpenOCD & Debug Tests
2018-09-05debug: bump Spike to support custom registersbump-debugMegan Wachs1-0/+0
2018-09-04debug: bump tests to get fixes for PrivChange, TriggerStoreAddressInstant, ↵Megan Wachs1-0/+0
and friends
2018-09-04debug: bump OpenOCD to support compliance testsMegan Wachs1-0/+0
2018-08-25Bump riscv-tests for temporary workaroundAndrew Waterman1-0/+0
2018-08-22Bump tests, spike, openocd (#236)Andrew Waterman3-0/+0
2018-06-12Merge pull request #218 from riscv/readme-imagesPalmer Dabbelt4-3/+3
Move the README images to doc/
2018-06-12Move the README images to doc/Palmer Dabbelt4-3/+3
These disappeared from the RISC-V website, so we'll use local versions now.
2018-06-04Merge pull request #216 from atthecodeface/masterJim Wilson1-1/+1
Modified README.md for OSX to include libusb as a requirement in brew…
2018-06-03Modified README.md for OSX to include libusb as a requirement in brew, since ↵Gavin Stark1-1/+1
openocd is now built
2018-05-22Merge pull request #208 from riscv/debug-mhrstestMegan Wachs1-0/+0
riscv-tests/debug: bump for Multi-Thread test fix
2018-05-21riscv-tests/debug: bump for Multi-Thread test fixMegan Wachs1-0/+0
2018-05-18Merge pull request #207 from riscv/bump-20180517Tim Newsome3-0/+0
Bump OpenOCD, spike, GNU tools (incl. gdb), and tests
2018-05-17Bump OpenOCD, spike, GNU tools (incl. gdb), and testsTim Newsome3-0/+0
2018-05-15Merge pull request #206 from riscv/debug-tests-more-single-hartMegan Wachs1-0/+0
debug-tests: Bump debug tests for single-hart fixes
2018-05-15debug-tests: Bump debug tests for single-hart fixesMegan Wachs1-0/+0