Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
riscv64: use SBI SRST extension instead of legacy SBI for system shut…
…down Legacy SBI have been deprecated years ago (on Jun 9, 2021). Modern RISC-V SBI firmware would use SBI SRST extension to shutdown an S-mode environment; we use `sbi-rt` crate for this purpose. Unused feature gate `opensbi` is removed, as RISC-V SBI support does not usually satisfy which implementation we'd use, unless e.g. fixing implementation-specific bugs. Signed-off-by: Zhouqi Jiang <[email protected]>
- Loading branch information