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

Clean up duplicate global system table pointer in uefi::helpers #1188

Merged
merged 3 commits into from
Jun 11, 2024

Conversation

nicholasbishop
Copy link
Member

Now that uefi::table has a pointer to the system table, drop the pointer from uefi::helpers and deprecate helpers::system_table.

Note this also includes the change from #1175 to make system_table_boot/system_table_runtime return Option instead of panicking.

Checklist

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

@nicholasbishop nicholasbishop requested a review from phip1611 June 8, 2024 17:07
@nicholasbishop nicholasbishop force-pushed the bishop-clean-up-globals branch 2 times, most recently from 29f2620 to e2b348e Compare June 8, 2024 17:13
Now that `uefi::table` has a pointer to the system table, drop the pointer from
`uefi::helpers`.
This functionality is available with `table::system_table_boot` now.
@nicholasbishop nicholasbishop force-pushed the bishop-clean-up-globals branch from e2b348e to 1970c81 Compare June 11, 2024 17:48
@phip1611 phip1611 added this pull request to the merge queue Jun 11, 2024
Merged via the queue into main with commit ed28e51 Jun 11, 2024
15 checks passed
@phip1611 phip1611 deleted the bishop-clean-up-globals branch June 11, 2024 19:35
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