4
0
Luo Jia / Zhouqi Jiang 327053af8d feat(spec): add special constant V1_0 and V2_0 for structure `Version` (#101) 1 сар өмнө
..
bench-kernel 327053af8d feat(spec): add special constant V1_0 and V2_0 for structure `Version` (#101) 1 сар өмнө
docs 8165359ac1 refactor: parpare for merged into rustsbi 1 сар өмнө
prototyper 8448631133 fix: rearrange prototyper Cargo.toml dependencies, move RustSBI changelog file (#100) 1 сар өмнө
test-kernel 327053af8d feat(spec): add special constant V1_0 and V2_0 for structure `Version` (#101) 1 сар өмнө
.gitignore 756705c3ff Merge prototyper 1 сар өмнө
.pre-commit-config.yaml 8165359ac1 refactor: parpare for merged into rustsbi 1 сар өмнө
CHANGELOG.md 8448631133 fix: rearrange prototyper Cargo.toml dependencies, move RustSBI changelog file (#100) 1 сар өмнө
README.md 8165359ac1 refactor: parpare for merged into rustsbi 1 сар өмнө
_typos.toml 8165359ac1 refactor: parpare for merged into rustsbi 1 сар өмнө
cliff.toml 8165359ac1 refactor: parpare for merged into rustsbi 1 сар өмнө

README.md

RustSBI Prototyper

RustSBI Prototyper is a developing RISC-V Secure Bootloader solution. It can be integrated with the Rust or C language ecosystem to form a complete RISC-V bootloader ecosystem.

Setting Up the Development Environment

Packages to be installed

cargo install cargo-binutils
sudo apt install u-boot-tools

Optional Tools

The following tools are not mandatory but can be useful for enhancing your development experience.

Install pre-commit

pre-commit is a tool that runs code checks before you commit your code.

pipx install pre-commit

# After installation, run pre-commit install to set it up for your project.
pre-commit install

Install Cargo Deny

Cargo deny is a Cargo plugin used to check the security of your dependencies.

cargo install --locked cargo-deny

Install typos

typos is a spell-checking tool.

cargo install typos-cli

Install git cliff

git cliff is a tool for generating changelogs.

cargo install git-cliff

License

This project is dual-licensed under MIT or Mulan-PSL v2. See LICENSE-MIT and LICENSE-MULAN for details.