aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2019-03-31Remove the toolchain in riscv-toolsPalmer Dabbelt1-19/+26
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 Waterman1-2/+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-06-12Move the README images to doc/Palmer Dabbelt1-3/+3
These disappeared from the RISC-V website, so we'll use local versions now.
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-04-24Remove references to pre-packaged initramfs (#197)Quan Nguyen1-7/+41
* Remove references to initramfs * Discuss methods of obtaining Linux/RISC-V without having to compile the kernel from scratch. * Update README.md
2018-04-23Document that libexpat-dev/expat-devel package is needed for build.Jim Wilson1-2/+2
2018-02-07Fixed Fedora required packages list (up to date with the current release ↵Spencer Moss1-1/+1
Fedora 27)
2018-01-27Remove duplicate package (#170)Alex Earl1-1/+1
device-tree-compiler was listed in the required packages twice.
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-08-25Add some Ubuntu dependenciesPalmer Dabbelt1-2/+1
2017-08-10List libusb-1.0 Ubuntu dependencyPalmer Dabbelt1-1/+1
2017-06-23Merge branch 'master' into patch-1Palmer Dabbelt1-0/+2
2017-06-12Add more dependencies for OS XMartin Schoeberl1-1/+1
2017-06-12Add inittab option to busyboxTsung-En Hsiao1-0/+2
Without this option, busybox will try to find /etc/rcS instead of inittab, and the initramfs of this README won't work.
2017-05-24Fedora packages neededTommy Thorn1-0/+4
Note, this might not be a complete or even minimal list, but it's a start and might take out a tiny bit of frustration.
2017-05-17Merge branch 'master' into priv-1.10Palmer Dabbelt1-74/+166
2017-05-09README fixes: Replaced the block device instructions (which are no longer ↵MaMazav1-64/+157
working) with initramfs, and updated "Help, it doesn't work!" section
2017-05-02Changed links to use httpsMaxwell Paul Brickner1-11/+11
I changed links to use https instead of http when possible.
2017-03-21README: add device-tree-compiler dependencyWesley W. Terpstra1-4/+4
2017-01-05Add zlib to dependency listAndrew Waterman1-1/+1
2017-01-04Delete obsolete references to JOBS variableAndrew Waterman1-7/+0
2016-07-12[README] Add wget to the Mac OS X homebrew install instructions, since this ↵Mark Friedenbach1-1/+1
tool is not installed by default.
2016-06-29Stop using "JOBS" and use "MAKEFLAGS" insteadPalmer Dabbelt1-6/+1
2016-03-07move build-spike-only to correctly named scriptColin Schmidt1-10/+3
add build-basic as build-spike-only and update readme
2016-01-11clarify OS X building optionsScott Beamer1-5/+3
2016-01-11Merge pull request #16 from tommythorn/issue-15Scott Beamer1-1/+3
Point to Homebrew for a gcc, fixes #15
2016-01-04add dependences to readmeAndrew Waterman1-2/+2
2016-01-01Point to Homebrew for a gcc, fixes #15Tommy Thorn1-1/+3
2015-10-22Broken in-document links, mistake, style fixQuey-Liang Kao1-10/+10
There are many broken links in the third part of the manual, which are fixed now. Right before the "Help!" section, there was a command: spike +disk=root.bin vmlinux which should be spike +disk=root.bin bbl vmlinux and now it is fixed as well. Finally about style, I think that the references provided originally in subsection 10 of Linux manual are actually of a whole-project scope, and thus can be move up a level.
2015-10-19Don't suggest "make -j", but instead "make -j16"Palmer Dabbelt1-3/+3
Suggested by #12.
2015-07-30Revert last commit to README.mdChristopher Celio1-3/+2
The last commit was suppose to be applied to the new_privileged_isa branch regarding bbl.
2015-07-27Update README.mdChristopher Celio1-3/+3
2015-07-21want to clone linux, not toolsScott Beamer1-1/+1
2015-07-20recommend https url instead of sshScott Beamer1-1/+1
2015-02-16README: Update clone URLs following organizational transitionAlbert Ou1-17/+17
2015-01-19update README text re: linux cross compilerAndrew Waterman1-100/+10
2014-12-03New ABI/toolAndrew Waterman1-174/+36
2014-09-25Update README.md to reflect the latest kernel version.Martin Maas1-12/+11
2014-09-12Add missing Ubuntu package dependencies to READMEhomebrewAndrew Waterman1-3/+3
2014-09-09riscv.org website doesn't know github syntax highlighting markdownScott Beamer1-11/+8
2014-09-08better without the hr'sScott Beamer1-3/+0
2014-09-08fix heading formattingScott Beamer1-3/+6
2014-09-04fix anchors in readmeScott Beamer1-3/+3
2014-09-04resurrected old out quick & dirty instructions from old version of READMEScott Beamer1-3/+31
2014-08-07fix html char codeSagar Karandikar1-1/+1
2014-08-07fix title sizeSagar Karandikar1-2/+2
2014-08-07remove leftover html tag from READMESagar Karandikar1-1/+1
2014-08-07add linux guide to READMESagar Karandikar1-2/+847