https://github.com/rustsbi/sbi-testing
RISC-V SBI environment test suite
https://github.com/rustsbi/sbi-testing
Last synced: about 1 year ago
JSON representation
RISC-V SBI environment test suite
- Host: GitHub
- URL: https://github.com/rustsbi/sbi-testing
- Owner: rustsbi
- License: mit
- Archived: true
- Created: 2022-07-26T06:33:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T12:07:12.000Z (over 2 years ago)
- Last Synced: 2024-08-02T08:06:48.041Z (almost 2 years ago)
- Language: Rust
- Homepage:
- Size: 79.1 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Repository archived
This crate has been moved to repository [rustsbi/rustsbi](https://github.com/rustsbi/rustsbi). Please direct issues and pull requests to the new repository.
# SBI 功能测试集
[](https://github.com/rustsbi/sbi-testing/actions)
[](https://crates.io/crates/sbi-testing)
[](https://github.com/rustsbi/sbi-testing/issues)
[](https://docs.rs/sbi-testing)

- [An English README](README_EN.md)
这个库封装了一系列测试,供特权软件测试为自己服务的特权运行环境功能是否正常。
SBI 1.0.0 标准各章节的实现情况:
- [x] §4 Base
- [x] §6 TIME
- [x] §7 sPI
- [ ] §8 RFNC
- [x] §9 HSM
- [ ] §10 SRST
- [ ] §11 PMU