Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-27 | bump gnu toolchain to get working GDBwith_gdb | Megan Wachs | 2 | -49/+0 | |
2017-03-26 | Bump spike, tests, pk | Andrew Waterman | 3 | -0/+0 | |
2017-03-24 | bump tests | Andrew Waterman | 1 | -0/+0 | |
2017-03-23 | Disable debug tests for now | Andrew Waterman | 2 | -2/+2 | |
2017-03-23 | Merge branch 'priv-1.10' of github.com:riscv/riscv-tools into priv-1.10 | Andrew Waterman | 1 | -4/+4 | |
2017-03-23 | WIP on priv-1.10 | Andrew Waterman | 6 | -0/+0 | |
2017-03-21 | README: add device-tree-compiler dependency | Wesley W. Terpstra | 1 | -4/+4 | |
2017-03-15 | Use correct --host setting for riscv-pk/configure | Andrew Waterman | 1 | -1/+1 | |
2017-03-09 | WIP on priv-1.10 | Andrew Waterman | 6 | -0/+0 | |
2017-01-05 | Add zlib to dependency list | Andrew Waterman | 2 | -1/+1 | |
2017-01-04 | Delete obsolete references to JOBS variable | Andrew Waterman | 9 | -11/+2 | |
2016-11-21 | bump tests | Andrew Waterman | 1 | -0/+0 | |
2016-11-20 | Merge branch 'priv-1.9'merge-priv-1.9 | Andrew Waterman | 9 | -14/+24 | |
Conflicts: .travis.yml build.sh | |||||
2016-11-16 | Merge pull request #48 from ↵priv-1.9 | Richard Xia | 2 | -0/+0 | |
riscv/bump-riscv-tests-for-openocd-port-randomization Bump riscv-tests to pull in changes related to OpenOCD GDB server port randomization. | |||||
2016-11-16 | Bump riscv-tests and riscv-isa-sim to pull in changes related to OpenOCD GDB ↵ | Richard Xia | 2 | -0/+0 | |
server port randomization. | |||||
2016-11-03 | bump riscv-fesvr for TSI changes | Howard Mao | 1 | -0/+0 | |
2016-10-25 | Bump riscv-tests to include debug tool improvements. (#46) | Richard Xia | 2 | -0/+0 | |
2016-10-13 | bump gcc | Andrew Waterman | 1 | -0/+0 | |
2016-10-10 | bump spike | Andrew Waterman | 1 | -0/+0 | |
2016-10-09 | bump tests | Andrew Waterman | 1 | -0/+0 | |
2016-10-07 | bump riscv-fesvr for TSI additions | Howard Mao | 1 | -0/+0 | |
2016-10-04 | fix travis build | Andrew Waterman | 1 | -0/+1 | |
2016-09-27 | Add dependency on python-pexpect for debug tests | Andrew Waterman | 1 | -0/+1 | |
2016-09-21 | Run debug tests in regression suite | Andrew Waterman | 1 | -1/+4 | |
2016-09-21 | bump gcc, spike, pk, tests | Andrew Waterman | 4 | -0/+0 | |
2016-09-21 | Provide an RV32IMA build script, rather than RV32IM | Andrew Waterman | 1 | -1/+2 | |
The old script was actually building an RV32IMA toolchain and an RV32IM spike. This reconciles the difference, and then allows building riscv-pk. | |||||
2016-09-06 | bump tests | Andrew Waterman | 1 | -0/+0 | |
2016-09-02 | bump tests | Andrew Waterman | 1 | -0/+0 | |
2016-08-30 | Add a "--with-xlen=*" argument to build.sh (#39)priv-1.7 | Palmer Dabbelt | 1 | -3/+13 | |
A few people have run into trouble building a consistent 32-bit userspace. With any luck, this will aid them. | |||||
2016-08-29 | bump tests | Andrew Waterman | 1 | -0/+0 | |
2016-08-26 | WIP on priv-1.9.1 | Andrew Waterman | 6 | -0/+0 | |
2016-08-16 | bump gcc, spike, pk, testspriv-1.9-rc0 | Andrew Waterman | 4 | -0/+0 | |
2016-08-09 | bump fesvr, gcc, pk | Andrew Waterman | 3 | -0/+0 | |
2016-07-29 | bump tests | Andrew Waterman | 1 | -0/+0 | |
2016-07-28 | bump binutils | Yunsup Lee | 1 | -0/+0 | |
2016-07-22 | bump tests | Andrew Waterman | 1 | -0/+0 | |
2016-07-22 | ISA test detect presence of user mode | Howard Mao | 2 | -0/+0 | |
2016-07-22 | bump riscv-tests | Howard Mao | 1 | -0/+0 | |
2016-07-22 | bump tests | Andrew Waterman | 3 | -0/+0 | |
2016-07-16 | bump submodule pointers | Andrew Waterman | 5 | -1/+1 | |
2016-07-12 | [README] Add wget to the Mac OS X homebrew install instructions, since this ↵ | Mark Friedenbach | 1 | -1/+1 | |
tool is not installed by default. | |||||
2016-07-07 | Bump tests | Andrew Waterman | 1 | -0/+0 | |
2016-07-06 | Update to new PTE format | Andrew Waterman | 5 | -0/+0 | |
2016-06-29 | Merge pull request #34 from riscv/makeflags | Andrew Waterman | 3 | -10/+4 | |
Stop using "JOBS" and use "MAKEFLAGS" instead | |||||
2016-06-29 | Use "make -j3" on Travis | Palmer Dabbelt | 1 | -0/+1 | |
Their website https://docs.travis-ci.com/user/ci-environment/ reports we get 2 cores and while this benchmark https://blogs.gentoo.org/ago/2013/01/14/makeopts-jcore-1-is-not-the-best-optimization/ suggests to set "-jN" to the number of cores, that might just be because of hyperthreading. Regardless, there isn't much of a dropoff for "N = cores+1" and that's what's generally accepted so I'm using that instead. | |||||
2016-06-29 | Stop using "JOBS" and use "MAKEFLAGS" instead | Palmer Dabbelt | 2 | -10/+3 | |
2016-06-28 | Use $* instead of $2 $3 $4 $5 $6 in build.common (#31) | Ciro Santilli 六四事件 法轮功 包卓轩 | 1 | -9/+11 | |
2016-06-23 | Remove HTIFfreedom-unleashed-v0.1 | Andrew Waterman | 4 | -0/+0 | |
2016-06-22 | bump riscv-tests submodule for split isa tests | Howard Mao | 1 | -0/+0 | |
2016-06-17 | remove sasid; bump tests | Andrew Waterman | 4 | -0/+0 | |