-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SBI requirements for server platforms that are a superset of BRS ones #4
Comments
Another example is hosted/native debug extension. Need to scan the Server SoC requirements and identify the new SBI requirements that don't exist in the BRS. |
For RAS looks like we just need https://github.com/riscv-non-isa/riscv-sbi-doc/blob/master/src/ext-sse.adoc so far.... |
The RAS level implemented is unspecified by the Server SoC spec, but if it is implemented then a portable OS should be provided the SBI SSE extension to receive firmware forwarded events. Resolves: #4 Signed-off-by: Andrew Jones <[email protected]>
Should we require support for hosted/native debug?
We may need FWFT, depending on what security features we require. For now, I've created a PR with only SSE called out. We should discuss DBTR and FWFT more. |
Merging the PR automatically closed this issue, but we may need to add more. |
Looking at SBI 3.0 extensions, wherever required and matching Server SoC hardware requirements (e.g. RAS)
The text was updated successfully, but these errors were encountered: