forked from riscv-non-isa/riscv-sbi-doc
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Daniel Schaefer <[email protected]> Reviewed-by: Bin Meng <[email protected]>
- Loading branch information
1 parent
d54268a
commit 4608f3a
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
= RISC-V SBI specification | ||
|
||
SBI (Supervisor Binary Interface) is an interface between the Supervisor | ||
Execution Environment (SEE) and the supervisor. It allows the supervisor to | ||
execute some privileged operations by using the ecall instruction. Examples of | ||
SEE and supervisor are: M-Mode and S-Mode on Unix-class platforms, where SBI is | ||
the only interface between them, as well as the Hypervisor extended-Supervisor | ||
(HS) and Virtualized Supervisor (VS). | ||
|
||
Discussion of SBI occurs on the | ||
https://lists.riscv.org/g/tech-unixplatformspec[RISC-V Unix Platform Mailing | ||
list]. It is publicly readable but posting requires being a member of the | ||
RISC-V Foundation. Any new SBI extension needs to be discussed and approved | ||
there before being merged. | ||
|
||
https://github.com/riscv/opensbi[OpenSBI] is the reference implementation, | ||
but other implementations exist; see section "SBI Implementation IDs". |