[PATCH 7/9] efi: Allow bitness-agnostic protocol calls

2016-11-12 Thread Matt Fleming
From: Lukas Wunner We already have a macro to invoke boot services which on x86 adapts automatically to the bitness of the EFI firmware: efi_call_early(). The macro allows sharing of functions across arches and bitness variants as long as those functions only call boot

[PATCH 7/9] efi: Allow bitness-agnostic protocol calls

2016-11-12 Thread Matt Fleming
From: Lukas Wunner We already have a macro to invoke boot services which on x86 adapts automatically to the bitness of the EFI firmware: efi_call_early(). The macro allows sharing of functions across arches and bitness variants as long as those functions only call boot services. However in