You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over at Arch Linux we have (perhaps unwisely?) proceeded to build rEFInd against gnu-efi-4.x. A few build fixes were applied, then it was released to the general public. It appeared to work fine initially, but then a few annoying issues cropped up.
It soon became clear we should be compiling it with -DGNU_EFI_3_0_COMPAT. This appears to make it behave better.. however, the problems were still not fully resolved... unless we remove the EFIAPI macro in a few key places within gnu-efi, in particular CompareGuid and ReallocatePool. You can see what I mean in this Merge Request: https://gitlab.archlinux.org/archlinux/packaging/packages/gnu-efi/-/merge_requests/1
Do you have any tips for us on why EFIAPI is apparently causing problems here? I'm not at all familiar with UEFI development so would really appreciate your thoughts. Unfortunately, the upstream rEFInd maintainer appears to be very busy these days.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Over at Arch Linux we have (perhaps unwisely?) proceeded to build
rEFIndagainstgnu-efi-4.x. A few build fixes were applied, then it was released to the general public. It appeared to work fine initially, but then a few annoying issues cropped up.It soon became clear we should be compiling it with
-DGNU_EFI_3_0_COMPAT. This appears to make it behave better.. however, the problems were still not fully resolved... unless we remove theEFIAPImacro in a few key places withingnu-efi, in particularCompareGuidandReallocatePool. You can see what I mean in this Merge Request: https://gitlab.archlinux.org/archlinux/packaging/packages/gnu-efi/-/merge_requests/1Do you have any tips for us on why
EFIAPIis apparently causing problems here? I'm not at all familiar with UEFI development so would really appreciate your thoughts. Unfortunately, the upstreamrEFIndmaintainer appears to be very busy these days.Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions