Skip to content

uefi-raw: Add binding for EFI_DEVICE_PATH_UTILITIES_PROTOCOL #1598

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 1 commit into from
Apr 1, 2025

Conversation

seijikun
Copy link
Contributor

Added a (raw only for now) binding for EFI_DEVICE_PATH_UTILITIES_PROTOCOL [0379be4e-d706-437d-b037-edb82fb772a4].

Having safe bindings for this would be very helpful for pass-thru, where constructing and appending DevicePath's is necessary. But I don't know how to model a safe APi here, since this API allocates and requires the caller to free the allocated stuff.

Checklist

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

@seijikun seijikun force-pushed the mr-raw-devpathutil branch from 8d9be91 to 5dd746b Compare March 31, 2025 14:41
@seijikun
Copy link
Contributor Author

seijikun commented Apr 1, 2025

@phip1611 Could you please have a quick look at this, so I can follow-up?
This one's just a raw wrapper.

@seijikun seijikun force-pushed the mr-raw-devpathutil branch from 5dd746b to cf1fd26 Compare April 1, 2025 21:03
@nicholasbishop nicholasbishop added this pull request to the merge queue Apr 1, 2025
Merged via the queue into rust-osdev:main with commit 48295b3 Apr 1, 2025
16 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.

2 participants