Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210511' into staging
A large collection of RISC-V fixes, improvements and features
- Clenaup some left over v1.9 code
- Documentation improvements
- Support for the shakti_c machine
- Internal cleanup of the CSR accesses
- Updates to the OpenTitan platform
- Support for the virtio-vga
- Fix for the saturate subtract in vector extensions
- Experimental support for the ePMP spec
- A range of other internal code cleanups and bug fixes
# gpg: Signature made Tue 11 May 2021 11:17:10 BST
# gpg: using RSA key F6C4AC46D4934868D3B8CE8F21E10D29DF977054
# gpg: Good signature from "Alistair Francis <alistair@alistair23.me>" [full]
# Primary key fingerprint: F6C4 AC46 D493 4868 D3B8 CE8F 21E1 0D29 DF97 7054
* remotes/alistair/tags/pull-riscv-to-apply-20210511: (42 commits)
target/riscv: Fix the RV64H decode comment
target/riscv: Consolidate RV32/64 16-bit instructions
target/riscv: Consolidate RV32/64 32-bit instructions
target/riscv: Remove an unused CASE_OP_32_64 macro
target/riscv: Remove the unused HSTATUS_WPRI macro
target/riscv: Remove the hardcoded SATP_MODE macro
target/riscv: Remove the hardcoded MSTATUS_SD macro
target/riscv: Remove the hardcoded HGATP_MODE macro
target/riscv: Remove the hardcoded SSTATUS_SD macro
target/riscv: Remove the hardcoded RVXLEN macro
target/riscv: fix a typo with interrupt names
fpu/softfloat: set invalid excp flag for RISC-V muladd instructions
hw/riscv: Fix OT IBEX reset vector
target/riscv: fix exception index on instruction access fault
target/riscv: fix vrgather macro index variable type bug
target/riscv: Add ePMP support for the Ibex CPU
target/riscv/pmp: Remove outdated comment
target/riscv: Add a config option for ePMP
target/riscv: Implementation of enhanced PMP (ePMP)
target/riscv: Add ePMP CSR access functions
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- MAINTAINERS 11 additions, 3 deletionsMAINTAINERS
- default-configs/devices/riscv64-softmmu.mak 1 addition, 0 deletionsdefault-configs/devices/riscv64-softmmu.mak
- docs/system/generic-loader.rst 6 additions, 3 deletionsdocs/system/generic-loader.rst
- docs/system/riscv/shakti-c.rst 82 additions, 0 deletionsdocs/system/riscv/shakti-c.rst
- docs/system/target-riscv.rst 1 addition, 0 deletionsdocs/system/target-riscv.rst
- fpu/softfloat-specialize.c.inc 6 additions, 0 deletionsfpu/softfloat-specialize.c.inc
- hw/char/meson.build 1 addition, 0 deletionshw/char/meson.build
- hw/char/shakti_uart.c 185 additions, 0 deletionshw/char/shakti_uart.c
- hw/char/trace-events 4 additions, 0 deletionshw/char/trace-events
- hw/intc/ibex_plic.c 10 additions, 10 deletionshw/intc/ibex_plic.c
- hw/riscv/Kconfig 11 additions, 0 deletionshw/riscv/Kconfig
- hw/riscv/meson.build 1 addition, 0 deletionshw/riscv/meson.build
- hw/riscv/opentitan.c 5 additions, 5 deletionshw/riscv/opentitan.c
- hw/riscv/shakti_c.c 181 additions, 0 deletionshw/riscv/shakti_c.c
- hw/riscv/sifive_e.c 1 addition, 1 deletionhw/riscv/sifive_e.c
- include/hw/char/shakti_uart.h 74 additions, 0 deletionsinclude/hw/char/shakti_uart.h
- include/hw/riscv/opentitan.h 8 additions, 8 deletionsinclude/hw/riscv/opentitan.h
- include/hw/riscv/shakti_c.h 75 additions, 0 deletionsinclude/hw/riscv/shakti_c.h
- target/riscv/cpu.c 21 additions, 5 deletionstarget/riscv/cpu.c
- target/riscv/cpu.h 22 additions, 20 deletionstarget/riscv/cpu.h
Loading
Please register or sign in to comment