Expand description
The sbi
module contains functions that invokes the RISC-V interface.
SBI is an interface between the Supervisor Execution Environment and the supervisor.
It allows the supervisor to execute some privileged operations with the ecall
instruction.
For more details, please refer to the
RISC-V SBI Specification.
Constants
Functions
- Write data present in
char
to debug console. - sbi_call 🔒
- Put all the harts to shutdown state.