summaryrefslogtreecommitdiff
path: root/riscv.c (follow)
AgeCommit message (Collapse)Author
2021-06-10Added simple RISC-V PLIC functionality for NS16550 interruptJiri Gaisler
* RTEMS spconsole01 test now passes
2020-12-15Added support for RISCV32 systems with CLINT/PLICJiri Gaisler
2020-10-28Add networking support using host tap device2.23Jiri Gaisler
* Emulation of GRETH 10/100 Mbit MAC and PHY * Supported only on linux
2020-09-09Map RISC-V FPU CSR on host cpu using fenv.hJiri Gaisler
2020-02-29Fix incorrect operation on big-endian hostsJiri Gaisler
2019-11-09Support building on MinGW-W64/MSYS22.19Jiri Gaisler
* Depends on MinGW64-readline to build
2019-11-08Improve gdb watchpoint handlingJiri Gaisler
* show old/new values * stop at correct instruction
2019-06-11Fix C formatting with indentJiri Gaisler
2019-06-11Avoid array out of bounds warning on RISC-VJiri Gaisler
2019-06-11Silence warnings when compiled with LLVMJiri Gaisler
2019-05-28Made L1 cache optional through --enable-l1cacheJiri Gaisler
* Removed stale config.h * Updated autoconf script with relevant checks * Re-implemented leon3/grlib timer with less events * Bumped version to 2.15
2019-05-27Add emulated L1 cache to SMP configurationsJiri Gaisler
* Also improve timing accuracy for certain instructions
2019-05-14Standalone sis - initial commitJiri Gaisler