misc: added news on RISC-V to RELEASE-NOTES.md.
authorNils Asmussen <nils.asmussen@barkhauseninstitut.org>
Fri, 1 May 2020 08:10:59 +0000 (10:10 +0200)
committerNils Asmussen <nils.asmussen@barkhauseninstitut.org>
Sat, 2 May 2020 05:04:50 +0000 (05:04 +0000)
Change-Id: I9b60cd2f533e6d4ce677e8a9b7bb5a5698e51c61
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/28448
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
RELEASE-NOTES.md

index 1a679dd7f3d5c86b68dd5be4060fa4d5a0841172..6f80906b2195422c21b19c872cc309af79b5ced6 100644 (file)
@@ -8,3 +8,4 @@
 * The m5 utility has been revamped with a new build system based on scons, tests, and updated and more consistent feature support.
 * Robust support for marshalling data from a function call inside the simulation to a function within gem5 using a predefined set of rules.
 * Workload configuration pulled out into its own object, simplifying the System object and making workload configuration more modular and flexible.
+* Sv39 paging has been added to the RISC-V ISA, bringing gem5 close to running Linux on RISC-V.