-
-
Notifications
You must be signed in to change notification settings - Fork 176
uefi: debug: add DebugPort protocol #755
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
uefi: debug: add DebugPort protocol #755
Conversation
This is my first time contributing to a rust project. I'll gladly update anything that needs to be updated. This has been tested with SbsaQemu platform after enabling DebugPortDxe driver |
b2a731f
to
a1acd47
Compare
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.
Thanks for the PR! Left a few comments
a1acd47
to
36b4b64
Compare
@nicholasbishop the API looks a lot cleaner with your suggestions. PR updated, thanks |
36b4b64
to
0016e36
Compare
0016e36
to
bc44fba
Compare
DebugPort might be useful for some uefi applications.
bc44fba
to
6fffe57
Compare
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.
Looks good, thanks again.
debug_port | ||
.reset() | ||
.expect("Error while resetting debug port"); | ||
let data: Vec<_> = r##" |
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.
lol, nice 👍🏻
DebugPort might be useful for some uefi applications.