riscv-non-isa / riscv-server-platform

The RISC-V Server Platform specification defines a standardized set of hardware and sofware capabilities, that portable system software, such as operating systems and hypervisors, can rely on being present in a RISC-V server platform.
https://jira.riscv.org/browse/RVC-6
Creative Commons Attribution 4.0 International
7 stars 2 forks source link

Add SBI requirements for server platforms that are a superset of BRS ones #4

Open andreiw opened 1 month ago

andreiw commented 1 month ago

Looking at SBI 3.0 extensions, wherever required and matching Server SoC hardware requirements (e.g. RAS)

andreiw commented 1 month ago

Another example is hosted/native debug extension.

Need to scan the Server SoC requirements and identify the new SBI requirements that don't exist in the BRS.

andreiw commented 2 weeks ago

For RAS looks like we just need https://github.com/riscv-non-isa/riscv-sbi-doc/blob/master/src/ext-sse.adoc so far....