File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Architectures
59
59
architecture, implementing and enabling lazy-stacking for FPU
60
60
capable threads and fixing stack overflow detection for FPU
61
61
capable supervisor threads
62
- * Added Qemu support for ARMv8-M Mainline architecture
62
+ * Added QEMU support for ARMv8-M Mainline architecture
63
63
* Optimized the IRQ locking time in thread context switch
64
64
* Fixed several critical bugs in User Mode implementation
65
65
* Added test coverage for ARM-specific kernel features
@@ -86,6 +86,16 @@ Architectures
86
86
MSI and other features required for PCIe devices. The previous PCI
87
87
implementation has been deprecated and will be removed in 2.1.
88
88
89
+ * RISC-V:
90
+
91
+ * Added support for the SiFive HiFive1 Rev B development board.
92
+ * Added support for LiteX VexRiscv soft core.
93
+ * Added support for 64-bit RISC-V, renaming the architecture from "riscv32"
94
+ to "riscv".
95
+ * Added 64-bit QEMU support.
96
+ * Added DeviceTree bindings for RISC-V memory devices, CPU interrupt
97
+ controllers, and platform-local interrupt controllers.
98
+
89
99
Boards & SoC Support
90
100
********************
91
101
You can’t perform that action at this time.
0 commit comments