https://github.com/platform-system-interface/sbitest
https://github.com/platform-system-interface/sbitest
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/platform-system-interface/sbitest
- Owner: platform-system-interface
- License: mit
- Created: 2023-05-30T12:58:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T23:49:26.000Z (about 1 year ago)
- Last Synced: 2025-03-18T03:19:03.880Z (about 1 year ago)
- Language: Assembly
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SBI test
This is a collection of simple tests for RISC-V SBI runtimes.
The code is supposed to run in S-mode.
## Usage
- `make run` will run as a payload in QEMU
- `make objdump` will show assembly of the final QEMU binary
- `make k230-bin` will build a raw binary for oreboot on the Kendryte K230 SoC
- `make` will build all the binaries
## Timer example in C