On Tue, 11 Nov 2025 15:29:44 -0300, Daniel Henrique Barboza wrote: >Add documentation on the new experimental board rvsp-ref. > >Signed-off-by: Daniel Henrique Barboza <[email protected]> >--- > docs/system/riscv/rvsp-ref.rst | 28 ++++++++++++++++++++++++++++ > docs/system/target-riscv.rst | 1 + > 2 files changed, 29 insertions(+) > create mode 100644 docs/system/riscv/rvsp-ref.rst > >diff --git a/docs/system/riscv/rvsp-ref.rst b/docs/system/riscv/rvsp-ref.rst >new file mode 100644 >index 0000000000..3889fce413 >--- /dev/null >+++ b/docs/system/riscv/rvsp-ref.rst >@@ -0,0 +1,28 @@ >+Experimental RISC-V Server Platform Reference board (``rvsp-ref``) >+================================================================== >+ >+The RISC-V Server Platform specification `spec`_ defines a standardized >+set of hardware and software capabilities that portable system software, >+such as OS and hypervisors, can rely on being present in a RISC-V server >+platform. This machine aims to emulate this specification, providing >+an environment for firmware/OS development and testing. >+ >+The main features included in rvsp-ref are: >+ >+* a new CPU type rvsp-ref CPU for server platform compliance There is an extra space before the character "a", which can be removed.
Thanks, Chao >+* AIA >+* PCIe AHCI >+* PCIe NIC >+* No virtio mmio bus >+* No fw_cfg device >+* No ACPI table >+* Minimal device tree nodes
