-
Notifications
You must be signed in to change notification settings - Fork 109
SBI rework with QEMU SBI #765
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
Conversation
see https://mastodon.social/@CyReVolt/113953915242150820 for a screenshot of running QEMU SBI |
will make #694 simpler |
running barebox runs just fine as well: |
060cc33
to
ecb9fa1
Compare
- handle only non-delegated traps, drop unnecessary enum values - shorten names - clearly name assembly functions that save/restore state Signed-off-by: Daniel Maslowski <info@orangecms.org>
Signed-off-by: Daniel Maslowski <info@orangecms.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, we can reuse uart16550 crate for QEMU virtio serial device.
Thanks! You mean https://docs.rs/uart_16550/latest/uart_16550/? |
It's my mistake, I thought that |
No description provided.