Skip to content
/ sbi-rs Public
forked from rivosinc/sbi-rs

Rust type and constant definitions for SBI

License

Notifications You must be signed in to change notification settings

glg-rv/sbi-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This crate provides interfaces for both implementing(firmware or hypervisor) and using(S and VS mode supervisors) SBI functionality.

Code Layout

SBI definitions

SBI-defined types are in src/<extension_name>.rs. Each file enumerates the functions for the given extension and declares all data types it uses.

API

Interfaces for invoking SBI calls from S-mode are provided in the src/api directory. There is one file per extension.

About

Rust type and constant definitions for SBI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%