aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-12-22Bump openocd, tests, and regress testsxml_registersTim Newsome3-0/+1
OpenOCD contains fixes for HiFive1 flash. riscv-tests contains a new debug make target. regression.sh now runs that target to verify debugging wasn't broken.
2017-12-21debug: bump OpenOCD so that it uses latest debug_definesMegan Wachs1-0/+0
2017-12-21tests: update env (was unintentionally reverted it seems)Megan Wachs1-0/+0
2017-12-21Bump tools to get small_progbuf and xml_registersTim Newsome4-0/+0
OpenOCD now works with much smaller program buffers. Spike implements that to test against. OpenOCD tells GDB what registers exist, and GDB exposes only those registers.
2017-12-20Merge pull request #161 from timsifive/regressionPalmer Dabbelt1-1/+1
Fix benchmarks invocation.
2017-12-19Fix benchmarks invocation.Tim Newsome1-1/+1
The riscv-tests/benchmarks/Makefile changed in a83e3b9243e57a50de283fc07d5b6c81c0443b3d, renaming the run-riscv target.
2017-12-12Bump fesvr/spike/opcodes/pk/tests for tval/satp CSR renaming (#158)Andrew Waterman5-0/+0
mbadaddr/sbadaddr are now called mtval/stval. sptbr is now called satp. This also includes @seldridge's fesvr argument-parsing improvements.
2017-11-30Merge pull request #155 from rossberger/patch-1Palmer Dabbelt1-1/+1
Add missing dependency: zlib1g-dev
2017-11-30Add missing dependency: zlib1g-devrossberger1-1/+1
zlib1g-dev is listed in the quick start section, but not in this location. If you skip the quick start and only install the packages listed in the "Obtaining and Compiling the Sources" section, ./build.sh will fail due to missing zlib (on systems that don't have this library already -- my fresh Ubuntu 16.04 vmware install did not).
2017-11-21Merge pull request #151 from riscv/bump-debug-tests-print-failuresMegan Wachs1-0/+0
debug: bump riscv-tests to pick up fix for printing failures
2017-11-20debug: bump riscv-tests to pick up fix for printing failuresMegan Wachs1-0/+0
2017-11-17bump riscv-tests/debug for Priv Tests fixes (#150)Megan Wachs1-0/+0
* bump riscv-tests/debug for Priv Tests fixes * debug: bump riscv-tests for debug xlen fix
2017-11-15Merge pull request #149 from riscv/bump_spikePalmer Dabbelt1-0/+0
bumped spike version
2017-11-15bumped spike versionGleb Gagarin1-0/+0
2017-11-11bump tests for .align 2 fix (#147)Andrew Waterman1-0/+0
2017-11-09bump tests for rv64mi-p-ecall fixAndrew Waterman2-0/+0
2017-11-08Merge pull request #145 from riscv/toolchainPalmer Dabbelt1-0/+0
Bump riscv-gnu-toolchain, we're doing a release
2017-11-07Bump riscv-gnu-toolchain, we're doing a releasePalmer Dabbelt1-0/+0
2017-11-02Merge pull request #142 from riscv/more_timeout_fixesMegan Wachs1-0/+0
debug: Bump riscv-tests for timeout fix
2017-11-02debug: Bump riscv-tests for timeout fixmore_timeout_fixesMegan Wachs1-0/+0
2017-10-31Merge pull request #141 from riscv/bump-riscv-testsRichard Xia3-0/+0
Bump riscv-tests.
2017-10-31Bump riscv-tests, riscv-openocd, and riscv-isa-sim.Richard Xia3-0/+0
2017-08-30Merge pull request #131 from timsifive/bump-openocdPalmer Dabbelt1-0/+0
Bump OpenOCD to version that fixes memory read.
2017-08-30Bump OpenOCD to version that fixes memory read.Tim Newsome1-0/+0
This ought to make the riscv-tools build pass reliably.
2017-08-25Merge pull request #129 from riscv/readmePalmer Dabbelt1-2/+1
Add some Ubuntu dependencies
2017-08-25Add some Ubuntu dependenciesPalmer Dabbelt1-2/+1
2017-08-22Merge pull request #124 from riscv/update-debug-toolsPalmer Dabbelt4-1/+3
Update Debug Tools
2017-08-22Updated riscv-tests to fix Travis runGleb Gagarin1-0/+0
2017-08-16Update the toolchain to this week's binary releasePalmer Dabbelt1-0/+0
2017-08-16Merge remote-tracking branch 'origin/sfence_vma' into update-debug-toolsPalmer Dabbelt1-0/+0
2017-08-16Inform GCC that "sfence.vma" clobbers memoryPalmer Dabbelt1-0/+0
2017-08-16bump OpenOCD to pick up some block memory fixesMegan Wachs1-0/+0
2017-08-16debug: Update riscv-tests for proper loggingMegan Wachs1-0/+0
2017-08-14bump riscv-tests to pick up debug changesdebug-user-nicenessMegan Wachs1-0/+0
2017-08-13Bump openocd.Tim Newsome1-0/+0
This version should pass all but one (spike32, MemTestBlock) tests.
2017-08-12Bump OpenOCD.Tim Newsome1-0/+0
This version is actually known bad, but it should definitely include the magic string that the test code is looking for to indicate what port gdb is listening on.
2017-08-12Bump riscv-tests to see why OpenOCD doesn't start.Tim Newsome1-0/+0
2017-08-11Bump riscv-tests again.Tim Newsome1-0/+0
Need to see the output to know why things are failing.
2017-08-11Tell python where to find pexpect.Tim Newsome1-1/+3
2017-08-11Bump riscv-tests again.Tim Newsome1-0/+0
Need to test the build with a version that's actually sane.
2017-08-11Bump riscv-tests.Tim Newsome1-0/+0
The new version should not eat errors in the Makefile, which means the build of this PR should actually fail because pexpect is still missing from the travis file.
2017-08-10Merge pull request #106 from riscv/lubisbPalmer Dabbelt1-1/+1
List libusb-1.0 Ubuntu dependency
2017-08-10List libusb-1.0 Ubuntu dependencyPalmer Dabbelt1-1/+1
2017-08-10Merge pull request #118 from timsifive/debug-checkPalmer Dabbelt1-2/+1
Let the build fail when debug-check fails.
2017-08-10Let the build fail when debug-check fails.Tim Newsome1-2/+1
2017-08-10Merge pull request #117 from riscv/bbl-racePalmer Dabbelt1-0/+0
Bump PK, to fix a boot race condition related to filtering device trees
2017-08-10Bump PK, to fix a boot race condition related to filtering device treesPalmer Dabbelt1-0/+0
2017-08-08Merge pull request #114 from riscv/bump-riscv-testsRichard Xia2-0/+0
Bump riscv-tests to pull in mi-csr test fix.
2017-08-08Bump the toolchain, to use a stable binutils againPalmer Dabbelt1-0/+0
2017-08-08Bump riscv-tests to pull in mi-csr test fix.Richard Xia1-0/+0