On 2021/04/27 20:16, Jonathan Gray wrote:
> Here is a port of the RISC-V Open Source Supervisor Binary Interface
> (https://github.com/riscv/opensbi) which builds the 'generic' platform
> and packages fw_jump.bin.
> 
> Tested with qemu-system-riscv64 -M virt.

OK, I'd borrow some bits from riscv-sbi-doc / opensbi readmes to
flesh out DESCR though, possibly

----
The RISC-V Supervisor Binary Interface (SBI) allows supervisor-mode
software to be portable across all RISC-V implementations by defining
an abstraction for platform (or hypervisor) specific functionality.
See https://github.com/riscv/riscv-sbi-doc/blob/master/riscv-sbi.adoc
for more information.

OpenSBI provides an open-source reference implementation of the RISC-V
SBI specifications which can be easily extended by RISC-V platform and
system-on-chip vendors to fit a particular hardware configuration.
----

Reply via email to