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

Implement additional BootServices functions #550

Merged
merged 4 commits into from
Nov 12, 2022
Merged

Implement additional BootServices functions #550

merged 4 commits into from
Nov 12, 2022

Commits on Nov 12, 2022

  1. Implement additional BootServices functions

    - Implement `BootServices::install_protocol_interface`
    - Implement `BootServices::uninstall_protocol_interface`
    - Implement `BootServices::reinstall_protocol_interface`
    - Implement `BootServices::register_protocol_notify`
    - Add `SearchType::ByRegisterNotify` variant.
    - Add `SearchType::from_search_key`
    - Add `SearchKey` type that abstracts over an opaque pointer given by `BootServices::register_protocol_notify`.
    timrobertsdev committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    1855be5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89688e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94b5ee1 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from @nicholasbishop

    Adjust changelog
    Rename `SearchKey` to `ProtocolSearchKey` and move to `boot.rs`.
    Fixup doclinks.
    Adjust signatures of the `[re/un]install_protocol_interface` functions
    timrobertsdev committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    4d6aabe View commit details
    Browse the repository at this point in the history