From 0818bf3cf3009c5e452629f3ba0593374dc73b86 Mon Sep 17 00:00:00 2001 From: LekKit <50500857+LekKit@users.noreply.github.com> Date: Thu, 7 Mar 2024 21:13:45 +0200 Subject: [PATCH] README: Update progress --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77de3fc67..7764106ce 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ RISC-V CPU & System software implementation written in С - I2C HID keyboard & mouse, OpenCores I2C controller - Realtek RTL8169, OpenCores Ethernet NICs - Userspace networking +- SiFive GPIO - Deprecated: PS2 keyboard & mouse, ATA (IDE) drive, Linux TAP ## 📦 Installing @@ -129,8 +130,9 @@ Source file headers should be gradually transitioned to reflect their reusabilit - VFIO for GPU passthrough - More RVJIT optimizations, shared caches - FPU JIT (Complicated AF to make a conformant one) -- Vector/Bitmanip extensions -- Other peripherals from real boards (SiFive GPIO, flash) +- Vector/Bitmanip extensions (Blocked on interpreter rewrite which is scheduled for 0.7-git) +- Other peripherals from real boards (VisionFive 2: GPIO, SPI, flash...) +- RISC-V APLIC, PCIe MSI Interrupts - *Maybe* virtio devices (For better QEMU interoperability, current devices are plenty fast) - Free page reporting via virtio-balloon - *A lot more...*