Skip to content
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

boot: Add freestanding locate_handle and find_handles #1321

Merged
merged 3 commits into from
Aug 12, 2024

Commits on Aug 12, 2024

  1. boot: Add freestanding locate_handle

    This is one of the older parts of uefi-rs, so the API of the BootServices
    version didn't quite match our current conventions. Changed the input buffer to
    not be an `Option`, and changed the buffer-too-small case to be an error rather
    than returning `Ok(usize)`.
    nicholasbishop committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6b49c6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23a8525 View commit details
    Browse the repository at this point in the history
  3. test-runner: Test find_handles

    This implicitly tests `locate_handle` as well.
    nicholasbishop committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    15b7418 View commit details
    Browse the repository at this point in the history