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)
Mar 5 2024, 4:36 PM
Unknown Object (File)
Jan 14 2024, 7:51 PM
Unknown Object (File)
Dec 20 2023, 7:41 AM
Unknown Object (File)
Oct 1 2023, 9:00 AM
Unknown Object (File)
Sep 6 2023, 1:08 AM
Unknown Object (File)
Sep 6 2023, 1:08 AM
Unknown Object (File)
Sep 6 2023, 1:07 AM
Unknown Object (File)
Aug 31 2023, 11:48 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

br added a subscriber: br.
br added inline comments.
sys/riscv/riscv/sbi.c
127 ↗(On Diff #70763)

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.