doc: release notes: RISC-V release notes for 2.0

Adds 2.0 release notes for the RISC-V architecture.

Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
This commit is contained in:
Nathaniel Graff 2019-09-05 13:35:53 -07:00 committed by Ioannis Glaropoulos
commit bce38ba98c

View file

@ -59,7 +59,7 @@ Architectures
architecture, implementing and enabling lazy-stacking for FPU architecture, implementing and enabling lazy-stacking for FPU
capable threads and fixing stack overflow detection for FPU capable threads and fixing stack overflow detection for FPU
capable supervisor threads capable supervisor threads
* Added Qemu support for ARMv8-M Mainline architecture * Added QEMU support for ARMv8-M Mainline architecture
* Optimized the IRQ locking time in thread context switch * Optimized the IRQ locking time in thread context switch
* Fixed several critical bugs in User Mode implementation * Fixed several critical bugs in User Mode implementation
* Added test coverage for ARM-specific kernel features * Added test coverage for ARM-specific kernel features
@ -86,6 +86,16 @@ Architectures
MSI and other features required for PCIe devices. The previous PCI MSI and other features required for PCIe devices. The previous PCI
implementation has been deprecated and will be removed in 2.1. implementation has been deprecated and will be removed in 2.1.
* RISC-V:
* Added support for the SiFive HiFive1 Rev B development board.
* Added support for LiteX VexRiscv soft core.
* Added support for 64-bit RISC-V, renaming the architecture from "riscv32"
to "riscv".
* Added 64-bit QEMU support.
* Added DeviceTree bindings for RISC-V memory devices, CPU interrupt
controllers, and platform-local interrupt controllers.
Boards & SoC Support Boards & SoC Support
******************** ********************