Page MenuHomeFreeBSD

Add support for HSM SBI extension
ClosedPublic

Authored by mhorne on Apr 19 2020, 2:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 11 2024, 2:17 PM
Unknown Object (File)
Oct 6 2024, 12:46 AM
Unknown Object (File)
Oct 3 2024, 11:13 PM
Unknown Object (File)
Sep 27 2024, 8:04 PM
Unknown Object (File)
Sep 25 2024, 9:22 AM
Unknown Object (File)
Sep 21 2024, 4:07 PM
Unknown Object (File)
Sep 21 2024, 4:46 AM
Unknown Object (File)
Sep 19 2024, 12:17 PM
Subscribers

Details

Reviewers
br
Group Reviewers
riscv
Commits
rS360552: Add support for HSM SBI extension
Summary

The Hardware State Management (HSM) extension provides a set of SBI
calls that allow the supervisor software to start and stop hart
execution.

The HSM extension has been implemented in OpenSBI and will be present in
the next release.

[1] https://github.com/riscv/riscv-sbi-doc/blob/master/riscv-sbi.adoc

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30602
Build 28342: arc lint + arc unit

Event Timeline

br added a subscriber: br.
br added inline comments.
sys/riscv/riscv/sbi.c
127

Insert an empty line if the function has no local variables.

This revision is now accepted and ready to land.Apr 19 2020, 10:06 AM
This revision was automatically updated to reflect the committed changes.