Skip to content

uefi: Implement CalculateCrc32() boot services function #1649

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andersson
Copy link

UEFI Boot services includes a helper function (CalculateCrc32) for calculating a 32-bit CRC over a buffer. This is useful in Rust applications as well, so expose it in the boot services API.

Copy link
Member

@phip1611 phip1611 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 addition!

@phip1611
Copy link
Member

phip1611 commented Apr 30, 2025

The CI failure is unrelated. See #1650

UEFI Boot services includes a helper function (CalculateCrc32) for calculating a
32-bit CRC over a buffer. This is useful in Rust applications as well, so expose
it in the boot services API.

Signed-off-by: Bjorn Andersson <[email protected]>
@phip1611 phip1611 enabled auto-merge April 30, 2025 08:43
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