Skip to content

[Misc] Add ResetNotification protocol. Add Misc to uefi-test-runner. #1116

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

Merged
merged 8 commits into from
Apr 20, 2024

Conversation

sky5454
Copy link
Contributor

@sky5454 sky5454 commented Apr 5, 2024

I has add the ResetNotification protocol in Misc, and Add Misc with Timestamp and ResetNotification protocol to uefi-test-runner.

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)

}


pub fn test_reset_notification(image: Handle, bt: &BootServices) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: This only tests to set hook but not that the hook is actually called. Can we fix/add that?

@phip1611
Copy link
Member

phip1611 commented Apr 5, 2024

Thanks for the contribution! I left some nits and questions

Please fix the CI, i.e., run cargo fmt

Copy link
Member

@nicholasbishop nicholasbishop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm, thanks for the PR!

@nicholasbishop nicholasbishop added this pull request to the merge queue Apr 20, 2024
Merged via the queue into rust-osdev:main with commit 0c533bd Apr 20, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants