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

Add -malign-double to IA32 compiler flags #516

Merged
merged 1 commit into from
Nov 14, 2022

Commits on Oct 6, 2022

  1. Add -malign-double to IA32 compiler flags

    This changes the alignment of UINT64 data to 8 bytes on IA32, which
    matches EDK2's understanding of alignment. In particular this change
    affects the offset where shim writes `EFI_LOADED_IMAGE.ImageSize`.
    
    Fixes rhboot#515
    
    Signed-off-by: Nicholas Bishop <nicholasbishop@google.com>
    nicholasbishop committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e272afe View commit details
    Browse the repository at this point in the history